fix: showPassword (#193)

This commit is contained in:
Dream Hunter
2024-05-04 00:09:46 +08:00
committed by GitHub
parent 91a01784db
commit 854e4665b9
6 changed files with 812 additions and 817 deletions

View File

@@ -60,6 +60,8 @@ const { t } = useI18n({
copied: 'Copied',
fetchAddressError: 'Login password is invalid or account not exist, it may be network connection issue, please try again later.',
mailV1Alert: 'You have some mails in v1, please click here to login and visit your history mails.',
password: 'Password',
passwordTip: 'Please copy the password and you can use it to login to your email account.',
},
zh: {
title: 'Cloudflare 临时邮件',
@@ -77,6 +79,8 @@ const { t } = useI18n({
copied: '已复制',
fetchAddressError: '登录密码无效或账号不存在,也可能是网络连接异常,请稍后再尝试。',
mailV1Alert: '你有一些 v1 版本的邮件,请点击此处登录查看。',
password: '密码',
passwordTip: '请复制密码,你可以使用它登录你的邮箱。',
}
}
});

View File

@@ -23,8 +23,6 @@ const { t } = useI18n({
logout: "Logout",
delteAccount: "Delete Account",
showPassword: 'Show Password',
password: 'Password',
passwordTip: 'Please copy the password and you can use it to login to your email account.',
logoutConfirm: 'Are you sure to logout?',
delteAccount: "Delete Account",
delteAccountConfirm: "Are you sure to delete your account and all emails for this account?",
@@ -35,8 +33,6 @@ const { t } = useI18n({
logout: '退出登录',
delteAccount: "删除账户",
showPassword: '查看密码',
password: '密码',
passwordTip: '请复制密码,你可以使用它登录你的邮箱。',
logoutConfirm: '确定要退出登录吗?',
delteAccount: "删除账户",
delteAccountConfirm: "确定要删除你的账户和其中的所有邮件吗?",