feat: add i18n (#15)

This commit is contained in:
Dream Hunter
2023-09-07 14:20:10 +08:00
committed by GitHub
parent 4cae64b537
commit c36a9036a4
+3 -1
View File
@@ -32,6 +32,7 @@ const { t, locale } = useI18n({
messages: { messages: {
en: { en: {
yourAddress: 'Your email address is', yourAddress: 'Your email address is',
pleaseGetNewEmail: 'Please click "Get New Email" button to get a new email address',
getNewEmail: 'Get New Email', getNewEmail: 'Get New Email',
getNewEmailTip1: 'Please input the email you want to use.', getNewEmailTip1: 'Please input the email you want to use.',
getNewEmailTip2: 'Levaing it blank will generate a random email address.', getNewEmailTip2: 'Levaing it blank will generate a random email address.',
@@ -46,6 +47,7 @@ const { t, locale } = useI18n({
}, },
zh: { zh: {
yourAddress: '你的邮箱地址是', yourAddress: '你的邮箱地址是',
pleaseGetNewEmail: '请点击 "获取新邮箱" 按钮来获取一个新的邮箱地址',
getNewEmail: '获取新邮箱', getNewEmail: '获取新邮箱',
getNewEmailTip1: '请输入你想要使用的邮箱地址。', getNewEmailTip1: '请输入你想要使用的邮箱地址。',
getNewEmailTip2: '留空将会生成一个随机的邮箱地址。', getNewEmailTip2: '留空将会生成一个随机的邮箱地址。',
@@ -214,7 +216,7 @@ onMounted(async () => {
</n-button> </n-button>
</span> </span>
<span v-else> <span v-else>
Please click <b>Get New Email</b> button to get a new email address {{ t('pleaseGetNewEmail') }}
</span> </span>
</n-alert> </n-alert>
<n-button v-if="address" class="center" @click="showPassword = true" tertiary round type="primary"> <n-button v-if="address" class="center" @click="showPassword = true" tertiary round type="primary">