feat(i18n): improve translations of command palette and others (#341)

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
Alex 2022-12-05 13:48:23 +08:00 committed by GitHub
parent 4214202b79
commit e8bdceac68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 21 deletions

View file

@ -35,7 +35,7 @@ const switchUser = (user: UserLogin) => {
</template>
<div border="t base" pt2>
<CommonDropdownItem
:text=" $t('user.add_existing')"
:text="$t('user.add_existing')"
icon="i-ri:user-add-line"
@click="openSigninDialog"
/>