You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/03/09 12:06:20 UTC

[incubator-linkis] branch dev-1.1.0-datasource updated: Dev 1.1.0 datasource (#1645)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.1.0-datasource
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.0-datasource by this push:
     new 981f720  Dev 1.1.0 datasource (#1645)
981f720 is described below

commit 981f72054ef0535fd1a52e6cb7fdff2189a0dd77
Author: luxl@chinatelecom.cn <li...@126.com>
AuthorDate: Wed Mar 9 20:06:11 2022 +0800

    Dev 1.1.0 datasource (#1645)
    
    * support all type url
    
    * fix path and i18n
    
    * fix #1622
---
 web/src/apps/linkis/i18n/common/en.json | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/web/src/apps/linkis/i18n/common/en.json b/web/src/apps/linkis/i18n/common/en.json
index d2269a2..8f671a8 100644
--- a/web/src/apps/linkis/i18n/common/en.json
+++ b/web/src/apps/linkis/i18n/common/en.json
@@ -241,36 +241,36 @@
       "datasource": {
         "pleaseInput": "Please input",
         "datasourceSrc": "Datasource",
-        "connectTest": "Test Connection",
+        "connectTest": "Test connection",
         "sourceName": "Data source name",
         "sourceDec": "Data source description",
         "sourceType": "Data source type:",
         "creator": "Creator:",
-        "create": "New data source",
-        "exports": "Demonstration export data source",
-        "imports": "Demonstration of importing data sources",
-        "Expired": "Expired",
-        "versionList": "Version List",
-        "dataSourceName": "Data Source Name",
-        "dataSourceType": "Data Source Type",
+        "create": "add source",
+        "exports": "export source",
+        "imports": "importing sources",
+        "overdue": "Expire",
+        "versionList": "Version list",
+        "dataSourceName": "Data source name",
+        "dataSourceType": "Data source type",
         "dataSourceEnv": "Available Space",
         "status": "Status",
         "permissions": "Permissions",
         "label": "label",
-        "Version": "Version",
+        "version": "Version",
         "desc": "Description",
         "action": "Action",
-        "createUser": "Create User",
-        "createTime": "Create Time",
-        "versionDec": "Version Description",
+        "createUser": "Create user",
+        "createTime": "Create time",
+        "versionDec": "Version description",
         "watch": "View",
         "rollback": "Rollback",
         "publish": "Publish",
-        "initVersion": "Initial Version",
+        "initVersion": "Initial version",
         "updateVersion": "Version update",
         "published": "Published",
         "unpublish": "Unpublished",
-        "cannotPublish": "Cannot Publish",
+        "cannotPublish": "Cannot publish",
         "used": "Available",
         "commentValue": "Roll back from version {text}"
       }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org