You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/commonData/i18n/common/en.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"project": {
23
23
"projectName": "Project Name",
24
24
"gotoScriptis": "Visit Scriptis",
25
-
"createProject": "Create Project",
25
+
"createproject": "Create Project",
26
26
"editorProject": "Edit Project",
27
27
"search": "Search Project",
28
28
"deleteProject": "Delete Project",
@@ -81,9 +81,10 @@
81
81
"publishSuccess": "Successfully published",
82
82
"publishFailed": "Publish failed",
83
83
"infoTitle": "Welcome",
84
-
"infoHeader": "Welcome to DataSphere Studio !",
84
+
"infoHeader": "Welcome to My Project !",
85
85
"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.",
86
86
"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.",
if (this.checkName(projectList[0].dssProjectList, projectData.name, projectData.id)) returnthis.$Message.warning(this.$t('message.project.nameUnrepeatable'));
0 commit comments