perf(公共链接): 交互区域国际化

This commit is contained in:
fit2cloud-chenyw 2022-11-17 16:17:00 +08:00
parent 1be57a2f1c
commit dad89d4dd2
4 changed files with 4 additions and 10 deletions

View File

@ -22,19 +22,10 @@
<el-button <el-button
size="mini" size="mini"
@click="exportPDF" @click="exportPDF"
><i class="icon iconfont el-icon-download" />下载</el-button> ><i class="icon iconfont el-icon-download" />{{ $t('panel.down') }}</el-button>
</el-button-group> </el-button-group>
</div> </div>
<!-- <div
v-show="isPublicLink && !isNewBlank"
class="bar-main-left"
>
<el-button
size="mini"
@click="back2Last"
><i class="icon iconfont el-icon-back" />{{ $t('chart.back') }}</el-button>
</div> -->
<div <div
v-else-if="existLinkage" v-else-if="existLinkage"
class="bar-main-right" class="bar-main-right"

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: 'Confirm' sure_bt: 'Confirm'
}, },
panel: { panel: {
down: 'Down',
board: 'Border', board: 'Border',
text: 'Text', text: 'Text',
board_background: 'Background', board_background: 'Background',

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: '確定' sure_bt: '確定'
}, },
panel: { panel: {
down: '下載',
board: '邊框', board: '邊框',
text: '文字', text: '文字',
board_background: '背景', board_background: '背景',

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: '确定' sure_bt: '确定'
}, },
panel: { panel: {
down: '下载',
board: '边框', board: '边框',
text: '文字', text: '文字',
board_background: '背景', board_background: '背景',