-
-
-
-
- ({{$t('commons.examples')}}:https://rdmetersphere.fit2cloud.com)
+
+
+
+
+
+ {{ $t('commons.upload') }}
+
+
+
+ {{ $t('commons.upload') }}
+
+
+
+
+
+
{{ $t('commons.edit') }}
-
+
{{ $t('commons.save') }}
{{ $t('commons.cancel') }}
@@ -22,84 +48,123 @@
diff --git a/frontend/src/business/components/settings/system/SystemParameterSetting.vue b/frontend/src/business/components/settings/system/SystemParameterSetting.vue
index 40decd2c3a..337600dfdb 100644
--- a/frontend/src/business/components/settings/system/SystemParameterSetting.vue
+++ b/frontend/src/business/components/settings/system/SystemParameterSetting.vue
@@ -2,21 +2,15 @@
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -24,6 +18,7 @@
+
+
diff --git a/frontend/src/business/index.html b/frontend/src/business/index.html
index ed0d1452c7..d7b5ac50ff 100644
--- a/frontend/src/business/index.html
+++ b/frontend/src/business/index.html
@@ -4,7 +4,7 @@
-
+
DataEase
diff --git a/frontend/src/business/store.js b/frontend/src/business/store.js
index 1a5ea8c025..630caf5c4b 100644
--- a/frontend/src/business/store.js
+++ b/frontend/src/business/store.js
@@ -18,6 +18,21 @@ const Dataset = {
}
}
+const Chart = {
+ state: {
+ chartSceneData: "",
+ chart: ""
+ },
+ mutations: {
+ setChartSceneData(state, chartSceneData) {
+ state.chartSceneData = chartSceneData;
+ },
+ setChart(state, chart) {
+ state.chart = chart;
+ }
+ }
+}
+
const Common = {
state: {
projectId: ""
@@ -71,6 +86,7 @@ export default new Vuex.Store({
common: Common,
switch: Switch,
isReadOnly: IsReadOnly,
- dataset: Dataset
+ dataset: Dataset,
+ chart: Chart
}
})
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index 571b5d7fc2..d17853f012 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -1,5 +1,6 @@
export default {
commons: {
+ upload:'Upload',
cover: 'Cover',
not_cover: 'Not Cover',
import_mode: 'Import mode',
@@ -35,7 +36,7 @@ export default {
operating: 'Operating',
input_limit: 'Within {0} and {1} characters',
login: 'Sign In',
- welcome: 'One-stop open source continuous testing platform',
+ welcome: 'One-stop open source data analysis platform',
username: 'Username',
password: 'Password',
input_username: 'Please enter username',
@@ -217,12 +218,21 @@ export default {
loginImage: 'Picture on the right side of the login page',
loginTitle: 'Login page prompt information',
pageTitle: 'Page Title',
+ advice_size:"The recommended image size is ",
+ favicon:"Favicon",
},
system_config: {
base_config: 'Base Config',
base: {
url: 'Website URL',
- url_tip: 'example:http://localhost:8081'
+ url_tip: 'example:http://localhost:8081',
+ logo: "System LOGO (displayed in the LOGO in the upper left corner of the system homepage)",
+ advice_size:"The recommended image size is ",
+ title:"Title (text displayed on browser tab page)",
+ favicon:"Favicon",
+ system_name:"System name (displayed in the system name in the upper left corner of the system home page)",
+ login_image: "Login page image (the image shown on the login page)",
+ login_name:"System name displayed on login page"
}
},
workspace: {
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index c564d6b346..29c513d9b8 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -1,5 +1,6 @@
export default {
commons: {
+ upload:'上传',
cover: '覆盖',
not_cover: '不覆盖',
import_mode: '导入模式',
@@ -36,7 +37,7 @@ export default {
operating: '操作',
input_limit: '长度在 {0} 到 {1} 个字符',
login: '登录',
- welcome: '一站式开源持续测试平台',
+ welcome: '一站式开源数据分析平台',
username: '姓名',
password: '密码',
input_username: '请输入用户姓名',
@@ -219,12 +220,21 @@ export default {
loginImage: '登陆页面右侧图片',
loginTitle: '登陆页面提示信息',
pageTitle: '页面 Title',
+ favicon:"Favicon(浏览器Tab页上的小图标)",
+ advice_size:"建议图片大小",
},
system_config: {
base_config: '基本配置',
base: {
url: '当前站点URL',
- url_tip: '例如:http://localhost:8081'
+ url_tip: '例如:http://localhost:8081',
+ logo: "系统LOGO(显示在系统主页左上角的LOGO)",
+ advice_size:"建议图片大小",
+ title:"Title(浏览器Tab页上的显示的文字)",
+ favicon:"Favicon(浏览器Tab页上的小图标)",
+ system_name:"系统名称(显示在系统主页左上角的系统名称)",
+ login_image: "登录页图片(登录页中显示的图片)",
+ login_name:"登录页显示的系统名称"
}
},
workspace: {
@@ -1531,6 +1541,37 @@ export default {
title: '认证设置',
auth_name_valid: '名称不支持特殊字符',
},
+ chart: {
+ datalist: '视图列表',
+ add_group: '添加分组',
+ add_scene: '添加场景',
+ group: '分组',
+ scene: '场景',
+ delete: '删除',
+ move_to: '移动到',
+ rename: '重命名',
+ tips: '提示',
+ confirm_delete: '确认删除',
+ delete_success: '删除成功',
+ confirm: '确认',
+ cancel: '取消',
+ search: '搜索',
+ back: '返回',
+ add_table: '添加表',
+ process: '进度',
+ add_chart: '添加视图',
+ db_data: '数据库表',
+ sql_data: 'SQL数据集',
+ excel_data: 'Excel数据集',
+ custom_data: '自助数据集',
+ pls_slc_tbl_left: '请从左侧选视图',
+ add_db_table: '添加数据库表',
+ pls_slc_data_source: '请选择数据库连接',
+ table: '表',
+ edit: '编辑',
+ create_view: '创建试图',
+ data_preview:'数据预览'
+ },
dataset: {
datalist: '数据列表',
add_group: '添加分组',
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index 3232872ae3..2446028fc3 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -1,5 +1,6 @@
export default {
commons: {
+ upload:'上传',
cover: '覆蓋',
not_cover: '不覆蓋',
import_mode: '導入模式',
@@ -36,7 +37,7 @@ export default {
operating: '操作',
input_limit: '長度在 {0} 到 {1} 個字符',
login: '登錄',
- welcome: '壹站式開源持續測試平臺',
+ welcome: '壹站式開源数据分析平臺',
username: '姓名',
password: '密碼',
input_username: '請輸入用戶姓名',
@@ -218,12 +219,21 @@ export default {
loginImage: '登陸頁面右側圖片',
loginTitle: '登陸頁面提示信息',
pageTitle: '頁面 Title',
+ favicon:"Favicon(瀏覽器Tab頁上的小圖標)",
+ advice_size:"建議圖片大小",
},
system_config: {
base_config: '基本配置',
base: {
url: '當前站點URL',
- url_tip: '例如:http://localhost:8081'
+ url_tip: '例如:http://localhost:8081',
+ logo: "系統LOGO(顯示在系統主頁左上角的LOGO)",
+ advice_size:"建議圖片大小",
+ title:"Title(瀏覽器Tab頁上的顯示的文字)",
+ favicon:"Favicon(瀏覽器Tab頁上的小圖標)",
+ system_name:"系統名稱(顯示在系統主頁左上角的系統名稱)",
+ login_image: "登錄頁圖片(登錄頁中顯示的圖片)",
+ login_name:"登錄頁顯示的系統名稱"
}
},
workspace: {
diff --git a/frontend/src/login/login.html b/frontend/src/login/login.html
index 191b04d115..5b6f73bb32 100644
--- a/frontend/src/login/login.html
+++ b/frontend/src/login/login.html
@@ -4,7 +4,7 @@
-
+
DataEase