Skip to content

Commit 26643a1

Browse files
authored
chore: add new i18n keys (#2214)
1 parent 3e6cf14 commit 26643a1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

apps/nestjs-backend/src/types/i18n.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

packages/common-i18n/src/locales/en/sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,8 @@
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",

packages/common-i18n/src/locales/zh/sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,8 @@
12501250
"domainVerification": {
12511251
"notFound": "未找到域名验证码",
12521252
"invalidCode": "验证码无效",
1253-
"resendCooldown": "请等待1分钟后再请求新的验证码"
1253+
"resendCooldown": "请等待1分钟后再请求新的验证码",
1254+
"alreadyVerified": "域名已验证"
12541255
},
12551256
"organization": {
12561257
"notFound": "组织未找到",

0 commit comments

Comments
 (0)