Pārlūkot izejas kodu

add auth.sign-up.info

visuddhinanda 1 gadu atpakaļ
vecāks
revīzija
be77db77ef

+ 1 - 0
dashboard-v4/dashboard/src/locales/en-US/auth/index.ts

@@ -13,6 +13,7 @@ const items = {
   "auth.type.user": "user",
   "auth.type.user": "user",
   "auth.type.group": "group",
   "auth.type.group": "group",
   "auth.sign-up.email-certification": "E-Mail certification",
   "auth.sign-up.email-certification": "E-Mail certification",
+  "auth.sign-up.info": "完善个人信息",
 };
 };
 
 
 export default items;
 export default items;

+ 1 - 0
dashboard-v4/dashboard/src/locales/zh-Hans/auth/index.ts

@@ -13,6 +13,7 @@ const items = {
   "auth.type.user": "用户",
   "auth.type.user": "用户",
   "auth.type.group": "群组",
   "auth.type.group": "群组",
   "auth.sign-up.email-certification": "邮箱验证",
   "auth.sign-up.email-certification": "邮箱验证",
+  "auth.sign-up.info": "完善个人信息",
 };
 };
 
 
 export default items;
 export default items;