From 1c1bc872a86e0a78ac2b0737f0f3578b17fa27d7 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:46:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E7=9A=84=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= =?UTF-8?q?=20(#3554)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 3 ++- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 8970c14f7..80d88a529 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -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', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 73ad899d0..2a08c0469 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -157,7 +157,7 @@ const message = { requiredInput: '請填寫必填項', requiredSelect: '請選擇必選項', illegalInput: '輸入框中存在不合法字符', - commonName: '支持英文、中文、數字、.-和_,長度1-128', + commonName: '支持非特殊字元開頭,英文、中文、數字、.-和_,長度1-128', userName: '支持英文、中文、數字和_,長度3-30', simpleName: '支持非底線開頭,英文、數字、_,長度1-30', dbName: '支持非特殊字符開頭,英文、中文、數字、.-_,長度1-64', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 9023390ce..523057674 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -157,7 +157,7 @@ const message = { requiredInput: '请填写必填项', requiredSelect: '请选择必选项', illegalInput: '输入框中存在不合法字符', - commonName: '支持英文、中文、数字、.-和_,长度1-128', + commonName: '支持非特殊字符开头,英文、中文、数字、.-和_,长度1-128', userName: '支持英文、中文、数字和_,长度3-30', simpleName: '支持非下划线开头,英文、数字、_,长度3-30', dbName: '支持非特殊字符开头,英文、中文、数字、.-_,长度1-64',