@@ -331,6 +331,7 @@ export default {
},
common: {
+ dashboardWelcome:'Welcome',
screen: 'Select',
save: 'Save',
modify: 'Modify',
@@ -332,6 +332,7 @@ export default {
+ dashboardWelcome:'欢迎',
screen: '筛选',
save: '保存',
modify: '修改',
@@ -1,6 +1,6 @@
<template>
<div class="dashboard-editor-container">
- <h2>Welcome {{ user.name }}</h2>
+ <h2>{{ $t('common.dashboardWelcome') }} {{ user.name }}</h2>
<!-- <github-corner class="github-corner" />-->
<!-- <panel-group @handleSetLineChartData="handleSetLineChartData" />-->