mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
refactor(仪表板): 批量操作文案修改 #4884
This commit is contained in:
parent
2a111c4aa4
commit
eebadeae09
@ -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"
|
||||
|
@ -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',
|
||||
|
@ -2054,6 +2054,7 @@ export default {
|
||||
multiplexing: '復用',
|
||||
panel_off: '儀表板已下架',
|
||||
batch_opt: '批量操作',
|
||||
cancel_batch_opt: '退出批量操作',
|
||||
edit_leave_tips: '是否放棄編輯離開當前界面?',
|
||||
hyperlinks: '超鏈接',
|
||||
is_live: '是否直播',
|
||||
|
@ -2056,6 +2056,7 @@ export default {
|
||||
multiplexing: '复用',
|
||||
panel_off: '仪表板已下架',
|
||||
batch_opt: '批量操作',
|
||||
cancel_batch_opt: '退出批量操作',
|
||||
edit_leave_tips: '是否放弃编辑离开当前界面?',
|
||||
hyperlinks: '超链接',
|
||||
is_live: '是否直播',
|
||||
|
Loading…
Reference in New Issue
Block a user