Skip to content

Commit 7cebe66

Browse files
author
yuchenyao
committed
修改国际化内容
1 parent efa7a0b commit 7cebe66

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

web/src/commonData/i18n/common/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"publishSuccess": "Successfully published",
8282
"publishFailed": "Publish failed",
8383
"infoTitle": "Welcome",
84-
"infoHeader": "Welcome to DataSphere Studio !",
84+
"infoHeader": "Welcome to My Project !",
8585
"infoBodyFirstRow": "DataSphere Studio is a one-stop portal focusing on development and management of data application, as a part of WeDataSphere -- the big data platform of WeBank.",
8686
"infoBodySecondRow": "Based on Linkis computation middleware, it's able to easily integrate various data application systems, making the development of data application easier and simpler.",
8787
"appTitle": "Application Navigation",
@@ -104,6 +104,7 @@
104104
"noData": "No data please add"
105105
},
106106
"workspace": {
107+
"infoHeader": "Welcome to DataSphere Studio !",
107108
"createWorkspace": "Create Workspace",
108109
"searchWorkspace": "Search Workspace",
109110
"workspaceList": "Workspace List",
@@ -130,6 +131,7 @@
130131
"HYP": "Change"
131132
},
132133
"workflow": {
134+
"infoHeader": "Welcome to Workflow!",
133135
"workflow": "Workflow",
134136
"createWorkflow": "Create workflow",
135137
"gotoVisualis": "Enter Visualis",

web/src/commonData/i18n/common/zh.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
"publishSuccess": "发布成功",
8383
"publishFailed": "发布失败",
8484
"infoTitle": "欢迎信息",
85-
"infoHeader": "欢迎来到 DataSphere Studio !",
85+
"infoHeader": "欢迎来到工作流开发首页!",
8686
"infoBodyFirstRow": "DataSphere Studio是微众银行大数据平台——WeDataSphere,自研的一站式数据应用开发管理门户。",
8787
"infoBodySecondRow": "基于Linkis计算中间件构建,可轻松整合上层各数据应用系统,让数据应用开发变得简洁又易用。",
8888
"appTitle": "应用导航",
89-
"applicationStudio": "业务应用开发",
89+
"workspace": "工作空间",
9090
"applicationMore": "了解更多",
9191
"applicationTipsFirst": "工程 > 工作流,是应用开发的基本组织结构。",
9292
"applictaionTipsSecond": "在工作流拖拽编辑页面,DataSphere Studio已集成的所有数据应用系统,都将以工作流节点的形式出现,让您能够以业务的视角将其编排串连起来,快速实现全部业务。",
@@ -105,6 +105,7 @@
105105
"noData": "暂无数据请添加"
106106
},
107107
"workspace": {
108+
"infoHeader": "欢迎来到 DataSphere Studio !",
108109
"createWorkspace": "创建工作空间",
109110
"searchWorkspace": "搜索工作空间",
110111
"workspaceList": "工作空间列表",
@@ -131,6 +132,7 @@
131132
"HYP": "换一批"
132133
},
133134
"workflow": {
135+
"infoHeader": "欢迎来到工作流!",
134136
"workflow": "工作流",
135137
"createWorkflow": "创建工作流",
136138
"gotoVisualis": "进入Visualis",

web/src/js/view/newhome/module/workspace/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="page-bgc">
33
<div class="page-bgc-header">
44
<div class="header-info">
5-
<h1>{{$t('message.project.infoHeader')}}</h1>
5+
<h1>{{$t('message.workspace.infoHeader')}}</h1>
66
<p>{{$t('message.project.infoBodyFirstRow')}}</p>
77
<p>{{$t('message.project.infoBodySecondRow')}}</p>
88
</div>

0 commit comments

Comments
 (0)