refactor: update localization strings for common operation

This commit is contained in:
Hakadao
2024-08-21 23:44:51 +08:00
parent 19cb3e3342
commit bdff7cf2b8
8 changed files with 10 additions and 10 deletions

View File

@@ -187,7 +187,7 @@ function handleConfirm() {
>
<Button type="tertiary" @click="handleClose">
<div>
{{ $t('common.operations.cancel') }}
{{ $t('common.operation.cancel') }}
<span
v-show="showShortcut"
text="xs $bew-text-2 lh-0" p="x-1" rounded-4px bg="$bew-fill-1"
@@ -200,7 +200,7 @@ function handleConfirm() {
</Button>
<Button type="primary" @click="handleConfirm">
<div>
{{ $t('common.operations.confirm') }}
{{ $t('common.operation.confirm') }}
<span
v-show="showShortcut"
text="xs $bew-text-2 lh-0" p="x-1" rounded-4px bg="$bew-fill-1"

View File

@@ -105,7 +105,7 @@ function handleToggleDockItem(dockItem: any) {
<template #left>
<div i-mingcute:back-line />
</template>
{{ $t('common.operations.reset') }}
{{ $t('common.operation.reset') }}
</Button>
</div>
</template>

View File

@@ -196,7 +196,7 @@ function handleToggleHomeTab(tab: any) {
type="secondary"
@click="setLoginQRCode"
>
{{ $t('common.operations.refresh') }}
{{ $t('common.operation.refresh') }}
</Button>
</div>
</Dialog>
@@ -247,7 +247,7 @@ function handleToggleHomeTab(tab: any) {
<template #left>
<div i-mingcute:back-line />
</template>
{{ $t('common.operations.reset') }}
{{ $t('common.operation.reset') }}
</Button>
</div>
</template>