From be8bf335f1f7615d26d2dd92cee0217808df21b3 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 12 Sep 2023 14:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- options/locale/locale_en-US.ini | 2 +- options/locale/locale_zh-CN.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 576309e045..f01c932880 100755 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -415,7 +415,7 @@ openi_community_really_awesome = OpenI, Really Awesome! format_err=The format of phone number is wrong. query_err=Fail to query phone number, please try again later. already_register=The phone number is already used. -not_register=The phone number is wrong. +not_register=Verification code sending failed. not_modify=The phone number is not updated. max_times=One phone number can not send verification code more than %s times a day. too_fast=Send too frequently, please try again later. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index dfcaf050eb..dcbece03cc 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -418,7 +418,7 @@ openi_community_really_awesome=启智社区 确实给力 format_err=手机号格式错误。 query_err=查询手机号失败,请稍后再试。 already_register=手机号已被使用。 -not_register=手机号输入错误。 +not_register=验证码发送失败。 not_modify=手机号未修改。 max_times=一个手机号每天发送验证码次数不能超过%s次。 too_fast=验证码发送太频繁,请稍后再试。 -- 2.34.1