mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 19:20:56 +08:00
style: 修改部分校验的提示文字 (#3554)
This commit is contained in:
parent
3dca8e3a9c
commit
1c1bc872a8
3 changed files with 4 additions and 3 deletions
|
|
@ -156,7 +156,8 @@ const message = {
|
||||||
requiredInput: 'Please enter the required fields',
|
requiredInput: 'Please enter the required fields',
|
||||||
requiredSelect: 'Please select the required fields',
|
requiredSelect: 'Please select the required fields',
|
||||||
illegalInput: 'There are illegal characters in the input box.',
|
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',
|
userName: 'Support English, Chinese, numbers and _ length 3-30',
|
||||||
simpleName: 'Supports non-underscore starting, English, numbers, _, length 1-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',
|
dbName: 'Supports non-special character starting, including English, Chinese, numbers, .-_, with a length of 1-64',
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,7 @@ const message = {
|
||||||
requiredInput: '請填寫必填項',
|
requiredInput: '請填寫必填項',
|
||||||
requiredSelect: '請選擇必選項',
|
requiredSelect: '請選擇必選項',
|
||||||
illegalInput: '輸入框中存在不合法字符',
|
illegalInput: '輸入框中存在不合法字符',
|
||||||
commonName: '支持英文、中文、數字、.-和_,長度1-128',
|
commonName: '支持非特殊字元開頭,英文、中文、數字、.-和_,長度1-128',
|
||||||
userName: '支持英文、中文、數字和_,長度3-30',
|
userName: '支持英文、中文、數字和_,長度3-30',
|
||||||
simpleName: '支持非底線開頭,英文、數字、_,長度1-30',
|
simpleName: '支持非底線開頭,英文、數字、_,長度1-30',
|
||||||
dbName: '支持非特殊字符開頭,英文、中文、數字、.-_,長度1-64',
|
dbName: '支持非特殊字符開頭,英文、中文、數字、.-_,長度1-64',
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,7 @@ const message = {
|
||||||
requiredInput: '请填写必填项',
|
requiredInput: '请填写必填项',
|
||||||
requiredSelect: '请选择必选项',
|
requiredSelect: '请选择必选项',
|
||||||
illegalInput: '输入框中存在不合法字符',
|
illegalInput: '输入框中存在不合法字符',
|
||||||
commonName: '支持英文、中文、数字、.-和_,长度1-128',
|
commonName: '支持非特殊字符开头,英文、中文、数字、.-和_,长度1-128',
|
||||||
userName: '支持英文、中文、数字和_,长度3-30',
|
userName: '支持英文、中文、数字和_,长度3-30',
|
||||||
simpleName: '支持非下划线开头,英文、数字、_,长度3-30',
|
simpleName: '支持非下划线开头,英文、数字、_,长度3-30',
|
||||||
dbName: '支持非特殊字符开头,英文、中文、数字、.-_,长度1-64',
|
dbName: '支持非特殊字符开头,英文、中文、数字、.-_,长度1-64',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue