chore: logout i18n

This commit is contained in:
Tristan Yang
2022-11-29 23:03:55 +08:00
parent 191b1de73c
commit b864cd0a97
3 changed files with 17 additions and 6 deletions
+5
View File
@@ -18,6 +18,11 @@
"oidc": "Sign Up with OIDC",
"have_account": "Have an account?"
},
"logout": {
"title": "Log Out",
"desc": "Are you sure want to log out this account?",
"clear_local": "Clear local data"
},
"continue": "Continue with Email",
"placeholder_email": "Enter your Email",
"placeholder_pwd": "Enter Password",
+5
View File
@@ -18,6 +18,11 @@
"oidc": "OIDC注册",
"have_account": "已有账号?"
},
"logout": {
"title": "退出登录",
"desc": "确定退出登录该账号?",
"clear_local": "清除本地数据"
},
"continue": "继续",
"check_email": "检查你的邮箱",
"check_email_desc": "我们将链接已发送到你的邮箱:{{email}},请前往查收",