Skip to content

Commit d77e62c

Browse files
author
张晨曦
committed
进入即席查询,将左侧导航栏第一个按钮的名称从“工作空间”改为“用户空间
1 parent f8471e2 commit d77e62c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/apps/scriptis/i18n/common/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
},
460460
"navList": {
461461
"dataStudio": "Data development",
462-
"workSpace": "Workspace",
462+
"workSpace": "Userspace",
463463
"database": "Database",
464464
"udfFunction": "UDF",
465465
"methodFunction": "Method",

web/src/apps/scriptis/i18n/common/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
},
460460
"navList": {
461461
"dataStudio": "数据开发",
462-
"workSpace": "工作空间",
462+
"workSpace": "用户空间",
463463
"database": "数据库",
464464
"udfFunction": "UDF函数",
465465
"methodFunction": "方法函数",

0 commit comments

Comments
 (0)