浏览代码

add sign-up.email-certification

visuddhinanda 2 年之前
父节点
当前提交
d4a5774ce1
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      dashboard/src/locales/en-US/auth/index.ts
  2. 1 0
      dashboard/src/locales/zh-Hans/auth/index.ts

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

@@ -12,6 +12,7 @@ const items = {
   "auth.role.reader": "reader",
   "auth.type.user": "user",
   "auth.type.group": "group",
+  "auth.sign-up.email-certification": "E-Mail certification",
 };
 
 export default items;

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

@@ -12,6 +12,7 @@ const items = {
   "auth.role.reader": "阅读者",
   "auth.type.user": "用户",
   "auth.type.group": "群组",
+  "auth.sign-up.email-certification": "邮箱验证",
 };
 
 export default items;