Merge pull request #4942 from dataease/pr@dev@refactor_batch-opt
refactor(仪表板): 批量操作文案修改 #4884
This commit is contained in:
commit
cf5315256d
@ -191,7 +191,7 @@
|
|||||||
@click="batchOption"
|
@click="batchOption"
|
||||||
><span
|
><span
|
||||||
class="icon-font-margin"
|
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">
|
<span style="float: right;margin-right: 24px">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|||||||
@ -2060,6 +2060,7 @@ export default {
|
|||||||
multiplexing: 'Multiplexing',
|
multiplexing: 'Multiplexing',
|
||||||
panel_off: 'Off the shelf',
|
panel_off: 'Off the shelf',
|
||||||
batch_opt: 'Batch Operation',
|
batch_opt: 'Batch Operation',
|
||||||
|
cancel_batch_opt: 'Cancel Batch Operation',
|
||||||
edit_leave_tips: 'Do You Want To Abandon And Leave The Current Page?',
|
edit_leave_tips: 'Do You Want To Abandon And Leave The Current Page?',
|
||||||
hyperlinks: 'Hyperlinks',
|
hyperlinks: 'Hyperlinks',
|
||||||
is_live: 'Is Live',
|
is_live: 'Is Live',
|
||||||
|
|||||||
@ -2054,6 +2054,7 @@ export default {
|
|||||||
multiplexing: '復用',
|
multiplexing: '復用',
|
||||||
panel_off: '儀表板已下架',
|
panel_off: '儀表板已下架',
|
||||||
batch_opt: '批量操作',
|
batch_opt: '批量操作',
|
||||||
|
cancel_batch_opt: '退出批量操作',
|
||||||
edit_leave_tips: '是否放棄編輯離開當前界面?',
|
edit_leave_tips: '是否放棄編輯離開當前界面?',
|
||||||
hyperlinks: '超鏈接',
|
hyperlinks: '超鏈接',
|
||||||
is_live: '是否直播',
|
is_live: '是否直播',
|
||||||
|
|||||||
@ -2056,6 +2056,7 @@ export default {
|
|||||||
multiplexing: '复用',
|
multiplexing: '复用',
|
||||||
panel_off: '仪表板已下架',
|
panel_off: '仪表板已下架',
|
||||||
batch_opt: '批量操作',
|
batch_opt: '批量操作',
|
||||||
|
cancel_batch_opt: '退出批量操作',
|
||||||
edit_leave_tips: '是否放弃编辑离开当前界面?',
|
edit_leave_tips: '是否放弃编辑离开当前界面?',
|
||||||
hyperlinks: '超链接',
|
hyperlinks: '超链接',
|
||||||
is_live: '是否直播',
|
is_live: '是否直播',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user