This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new b1034ce0 fix: update i18n files msg
b1034ce0 is described below

commit b1034ce084d39c35bda50547da8e045faf360093
Author: shuai <[email protected]>
AuthorDate: Mon Mar 17 10:44:07 2025 +0800

    fix: update i18n files msg
---
 i18n/en_US.yaml | 2 +-
 i18n/zh_CN.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index db5052a3..67c146ae 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -1700,7 +1700,7 @@ ui:
       label: Name
       msg: Name cannot be empty.
       character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"'
-      msg_max_length: Name must be at maximum 30 characters in length.
+      msg_max_length: Name must be between 2 to 30 characters in length.
     admin_password:
       label: Password
       text: >-
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index 73c5c9a0..3bb5aabe 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -1663,7 +1663,7 @@ ui:
       label: 名字
       msg: 名字不能为空。
       character: '只能由 "a-z"、"A-Z"、"0-9"、" - . _" 组成'
-      msg_max_length: 名字长度不能超过 30 个字符。
+      msg_max_length: 名字长度必须在 2 至 30 个字符之间。
     admin_password:
       label: 密码
       text: >-

Reply via email to