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

@@ -22,7 +22,7 @@ common:
performance_impact_warn: 这个功能可能会影响性能
no_more_content: 没有更多内容了
operations:
operation:
add: 添加
edit: 编辑
delete: 删除

View File

@@ -22,7 +22,7 @@ common:
performance_impact_warn: 這個功能可能會降低效能
no_more_content: 沒有更多內容了
operations:
operation:
add: 添加
edit: 編輯
delete: 刪除

View File

@@ -22,7 +22,7 @@ common:
performance_impact_warn: This feature may cause performance *DECREASE*
no_more_content: No more content now, owari da
operations:
operation:
add: Add
edit: Edit
delete: Delete

View File

@@ -22,7 +22,7 @@ common:
performance_impact_warn: 呢個功能可能會降低效能
no_more_content: 唔使睇喇,冇嘢喇
operations:
operation:
add: 添加
edit: 編輯
delete: 刪除

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>

View File

@@ -180,7 +180,7 @@ defineExpose({ initData })
</Empty>
<Empty v-if="videoList.length === 0 && !needToLoginFirst" mt-6 :description="$t('common.no_more_content')">
<Button type="primary" @click="initData()">
{{ $t('common.operations.refresh') }}
{{ $t('common.operation.refresh') }}
</Button>
</Empty>
<div