feat(i18n): 更新本地化支持,添加资金账户、交易账户、资产记录等翻译
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script lang='ts' setup>
|
||||
import { Field, Form } from "vee-validate";
|
||||
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -11,7 +13,7 @@ import { Field, Form } from "vee-validate";
|
||||
</IonHeader>
|
||||
<IonContent :fullscreen="true" class="ion-padding">
|
||||
<div class="text-2xl font-semibold mb-5">
|
||||
用户注册
|
||||
{{ t('auth.signup.title') }}
|
||||
</div>
|
||||
|
||||
<Form>
|
||||
@@ -19,7 +21,7 @@ import { Field, Form } from "vee-validate";
|
||||
<div class="mb-4">
|
||||
<ui-input
|
||||
v-bind="field"
|
||||
placeholder="请输入邮箱"
|
||||
:placeholder="t('auth.signup.enterEmail')"
|
||||
type="email"
|
||||
/>
|
||||
<div v-if="errorMessage" class="text-xs text-red-500 mt-1">
|
||||
|
||||
Reference in New Issue
Block a user