style: 修改部分校验的提示文字 (#3554)

This commit is contained in:
zhengkunwang 2024-01-10 11:46:23 +08:00 committed by GitHub
parent 3dca8e3a9c
commit 1c1bc872a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -156,7 +156,8 @@ const message = {
requiredInput: 'Please enter the required fields',
requiredSelect: 'Please select the required fields',
illegalInput: 'There are illegal characters in the input box.',
commonName: 'Support English, Chinese, numbers, .-, and _ length 1-128',
commonName:
'Supports non-special characters starting with English, Chinese, numbers, .- and _, length 1-128',
userName: 'Support English, Chinese, numbers and _ length 3-30',
simpleName: 'Supports non-underscore starting, English, numbers, _, length 1-30',
dbName: 'Supports non-special character starting, including English, Chinese, numbers, .-_, with a length of 1-64',

View file

@ -157,7 +157,7 @@ const message = {
requiredInput: '請填寫必填項',
requiredSelect: '請選擇必選項',
illegalInput: '輸入框中存在不合法字符',
commonName: '支持英文中文數字.-和_,長度1-128',
commonName: '支持非特殊字元開頭,英文中文數字.-和_,長度1-128',
userName: '支持英文中文數字和_,長度3-30',
simpleName: '支持非底線開頭英文數字_,長度1-30',
dbName: '支持非特殊字符開頭英文中文數字.-_長度1-64',

View file

@ -157,7 +157,7 @@ const message = {
requiredInput: '请填写必填项',
requiredSelect: '请选择必选项',
illegalInput: '输入框中存在不合法字符',
commonName: '支持英文中文数字.-和_,长度1-128',
commonName: '支持非特殊字符开头,英文中文数字.-和_,长度1-128',
userName: '支持英文中文数字和_,长度3-30',
simpleName: '支持非下划线开头英文数字_,长度3-30',
dbName: '支持非特殊字符开头英文中文数字.-_,长度1-64',