[Core] [UI] Merge function

This commit is contained in:
qianmoQ 2024-04-16 20:15:28 +08:00
parent 6eed128a5c
commit 1f54356fbf
4 changed files with 35 additions and 39 deletions

View File

@ -1,17 +0,0 @@
export default {
common: {
list: 'Dashboard List',
delete: 'Delete Dashboard',
create: 'Create Dashboard',
modify: 'Modify Dashboard',
modifyInfo: 'Modify Dashboard [ $VALUE ]',
addReport: 'Add Report',
},
tip: {
deleteTip1: 'You are deleting a dashboard. This action permanently deletes the dashboard. Please be sure to confirm your actions before proceeding. ',
deleteTip2: 'Warning: This cannot be undone. ',
deleteTip3: 'To confirm, type [ $NAME ] in the box below',
publishSuccess: 'Dashboard [ $VALUE ] published successfully',
notFound: 'Dashboard [ $VALUE ] not found',
}
}

View File

@ -5,7 +5,6 @@ import source from '@/i18n/langs/en/source'
import grid from '@/i18n/langs/en/grid'
import heatmap from '@/i18n/langs/en/heatmap'
import region from '@/i18n/langs/en/region'
import function1 from '@/i18n/langs/en/function'
import template from '@/i18n/langs/en/template'
import menu from '@/i18n/langs/en/menu'
import snippet from '@/i18n/langs/en/snippet'
@ -20,7 +19,6 @@ export default {
grid: grid,
heatmap: heatmap,
region: region,
function: function1,
template: template,
menu: menu,
snippet: snippet,
@ -235,6 +233,23 @@ export default {
}
},
dashboard: {
common: {
list: 'Dashboard List',
delete: 'Delete Dashboard',
create: 'Create Dashboard',
modify: 'Modify Dashboard',
modifyInfo: 'Modify Dashboard [ $VALUE ]',
addReport: 'Add Report',
},
tip: {
deleteTip1: 'You are deleting a dashboard. This action permanently deletes the dashboard. Please be sure to confirm your actions before proceeding. ',
deleteTip2: 'Warning: This cannot be undone. ',
deleteTip3: 'To confirm, type [ $NAME ] in the box below',
publishSuccess: 'Dashboard [ $VALUE ] published successfully',
notFound: 'Dashboard [ $VALUE ] not found',
}
} ,
function:{
common: {
list: 'Function List',
keyword: 'Keyword',
@ -244,7 +259,7 @@ export default {
import: 'Import Data',
importFromUrl: 'Import from URL',
create: 'Create Function',
modify: 'Modify Function [ $NAME ]'
modify: 'Modify Function [ $NAME ]',
},
tip: {
selectPluginHolder: 'Please select a plugin',

View File

@ -1,17 +0,0 @@
export default {
common: {
list: '函数列表',
keyword: '关键字',
operator: '运算符',
function: '函数',
example: '示例',
import: '导入数据',
importFromUrl: '从 URL 导入',
create: '创建函数',
modify: '修改函数 [ $NAME ]',
},
tip: {
selectPluginHolder: '请选择插件',
selectTypeHolder: '请选择类型'
}
}

View File

@ -5,7 +5,6 @@ import source from '@/i18n/langs/zhCn/source'
import grid from '@/i18n/langs/zhCn/grid'
import heatmap from '@/i18n/langs/zhCn/heatmap'
import region from '@/i18n/langs/zhCn/region'
import function1 from '@/i18n/langs/zhCn/function'
import template from '@/i18n/langs/zhCn/template'
import menu from '@/i18n/langs/zhCn/menu'
import snippet from '@/i18n/langs/zhCn/snippet'
@ -20,7 +19,6 @@ export default {
grid: grid,
heatmap: heatmap,
region: region,
function: function1,
template: template,
menu: menu,
snippet: snippet,
@ -250,5 +248,22 @@ export default {
publishSuccess: '仪表板 [ $VALUE ] 发布成功',
notFound: '仪表板 [ $VALUE ] 不存在'
}
},
function:{
common: {
list: '函数列表',
keyword: '关键字',
operator: '运算符',
function: '函数',
example: '示例',
import: '导入数据',
importFromUrl: '从 URL 导入',
create: '创建函数',
modify: '修改函数 [ $NAME ]',
},
tip: {
selectPluginHolder: '请选择插件',
selectTypeHolder: '请选择类型'
}
}
}