mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:47:28 +08:00
perf(i18n): merge common lang
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<a-button color="warning" block @click="handleResetSetting" class="my-3">
|
||||
<RedoOutlined class="mr-2" />
|
||||
{{ t('layout.setting.resetBtn') }}
|
||||
{{ t('common.resetText') }}
|
||||
</a-button>
|
||||
|
||||
<a-button color="error" block @click="handleClearAndRedo">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Tooltip :title="t('layout.multipleTab.tooltipRedo')" placement="bottom" :mouseEnterDelay="0.5">
|
||||
<Tooltip :title="t('common.redo')" placement="bottom" :mouseEnterDelay="0.5">
|
||||
<span :class="`${prefixCls}__extra-redo`" @click="handleRedo">
|
||||
<RedoOutlined :spin="loading" />
|
||||
</span>
|
||||
|
@@ -51,7 +51,7 @@ export function useTabDropdown(tabContentProps: TabContentProps) {
|
||||
{
|
||||
icon: 'ion:reload-sharp',
|
||||
event: MenuEventEnum.REFRESH_PAGE,
|
||||
text: t('layout.multipleTab.redo'),
|
||||
text: t('layout.multipleTab.reload'),
|
||||
disabled: refreshDisabled,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user