refactor(仪表板): 批量操作文案修改 #4884

This commit is contained in:
ziyujiahao 2023-03-31 16:24:56 +08:00
parent 2a111c4aa4
commit eebadeae09
4 changed files with 4 additions and 1 deletions

View File

@ -191,7 +191,7 @@
@click="batchOption"
><span
class="icon-font-margin"
>{{ $t('panel.batch_opt') }}</span></span>
>{{ batchOptStatus?$t('panel.cancel_batch_opt'):$t('panel.batch_opt') }}</span></span>
<span style="float: right;margin-right: 24px">
<el-button
size="mini"

View File

@ -2060,6 +2060,7 @@ export default {
multiplexing: 'Multiplexing',
panel_off: 'Off the shelf',
batch_opt: 'Batch Operation',
cancel_batch_opt: 'Cancel Batch Operation',
edit_leave_tips: 'Do You Want To Abandon And Leave The Current Page?',
hyperlinks: 'Hyperlinks',
is_live: 'Is Live',

View File

@ -2054,6 +2054,7 @@ export default {
multiplexing: '復用',
panel_off: '儀表板已下架',
batch_opt: '批量操作',
cancel_batch_opt: '退出批量操作',
edit_leave_tips: '是否放棄編輯離開當前界面?',
hyperlinks: '超鏈接',
is_live: '是否直播',

View File

@ -2056,6 +2056,7 @@ export default {
multiplexing: '复用',
panel_off: '仪表板已下架',
batch_opt: '批量操作',
cancel_batch_opt: '退出批量操作',
edit_leave_tips: '是否放弃编辑离开当前界面?',
hyperlinks: '超链接',
is_live: '是否直播',