Просмотр исходного кода

add sign-up.email-certification

visuddhinanda 1 год назад
Родитель
Сommit
d4a5774ce1

+ 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;