feat(i18n): add missing zh-CN translations (#425)

This commit is contained in:
Alex 2022-12-14 13:38:14 +08:00 committed by GitHub
parent 441c16913d
commit 9ac4d68fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
BOT
{{ $t('account.bot') }}
</div>
</template>