File tree Expand file tree Collapse file tree
apps/nestjs-backend/src/types
packages/common-i18n/src/locales Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2470,6 +2470,7 @@ export type I18nTranslations = {
24702470 "notFound" : string ;
24712471 "invalidCode" : string ;
24722472 "resendCooldown" : string ;
2473+ "alreadyVerified" : string ;
24732474 } ;
24742475 "organization" : {
24752476 "notFound" : string ;
Original file line number Diff line number Diff line change 12501250 "domainVerification" : {
12511251 "notFound" : " No domain verification code found" ,
12521252 "invalidCode" : " Invalid verification code" ,
1253- "resendCooldown" : " Please wait for 1 minute before requesting a new code"
1253+ "resendCooldown" : " Please wait for 1 minute before requesting a new code" ,
1254+ "alreadyVerified" : " Domain already verified"
12541255 },
12551256 "organization" : {
12561257 "notFound" : " Organization not found" ,
Original file line number Diff line number Diff line change 12501250 "domainVerification" : {
12511251 "notFound" : " 未找到域名验证码" ,
12521252 "invalidCode" : " 验证码无效" ,
1253- "resendCooldown" : " 请等待1分钟后再请求新的验证码"
1253+ "resendCooldown" : " 请等待1分钟后再请求新的验证码" ,
1254+ "alreadyVerified" : " 域名已验证"
12541255 },
12551256 "organization" : {
12561257 "notFound" : " 组织未找到" ,
You can’t perform that action at this time.
0 commit comments