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:
@@ -22,7 +22,7 @@ common:
|
||||
performance_impact_warn: 这个功能可能会影响性能
|
||||
no_more_content: 没有更多内容了
|
||||
|
||||
operations:
|
||||
operation:
|
||||
add: 添加
|
||||
edit: 编辑
|
||||
delete: 删除
|
||||
|
||||
@@ -22,7 +22,7 @@ common:
|
||||
performance_impact_warn: 這個功能可能會降低效能
|
||||
no_more_content: 沒有更多內容了
|
||||
|
||||
operations:
|
||||
operation:
|
||||
add: 添加
|
||||
edit: 編輯
|
||||
delete: 刪除
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,7 +22,7 @@ common:
|
||||
performance_impact_warn: 呢個功能可能會降低效能
|
||||
no_more_content: 唔使睇喇,冇嘢喇
|
||||
|
||||
operations:
|
||||
operation:
|
||||
add: 添加
|
||||
edit: 編輯
|
||||
delete: 刪除
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user