mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: update localization strings for common operation
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user