mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 20:17:45 +08:00
[Core] [UI] Merge common
This commit is contained in:
parent
1548e3540c
commit
871bc2ea64
@ -1,100 +0,0 @@
|
||||
export default {
|
||||
pageNotFound: 'Oops! Page Not Found!',
|
||||
pageNotFoundTip: 'It seems like the page you\'re looking for, does not exist or might have been removed.',
|
||||
pageNotAuthorized: 'Oops! Page Not Authorized!',
|
||||
pageNotAuthorizedTip: 'Sorry, you don\'t have permission to access this page.',
|
||||
backToHome: 'Back to Home',
|
||||
backToSignin: 'Back to Sign In',
|
||||
profile: 'Profile',
|
||||
home: 'Home',
|
||||
dashboard: 'Dashboard',
|
||||
query: 'Query',
|
||||
dataset: 'Dataset',
|
||||
admin: 'Admin',
|
||||
system: 'System Settings',
|
||||
source: 'Source',
|
||||
snippet: 'Snippet',
|
||||
history: 'Query History',
|
||||
pipeline: 'Pipeline',
|
||||
report: 'Report',
|
||||
function: 'Function',
|
||||
template: 'Template',
|
||||
menu: 'Menu',
|
||||
schedule: 'Schedule',
|
||||
authority: 'Authority',
|
||||
user: 'User',
|
||||
id: 'Id',
|
||||
username: 'Username',
|
||||
createTime: 'Create Time',
|
||||
updateTime: 'Update Time',
|
||||
action: 'Action',
|
||||
column: 'Column',
|
||||
description: 'Description',
|
||||
name: 'Name',
|
||||
code: 'Code',
|
||||
editData: 'Edit Data',
|
||||
successfully: 'Successfully',
|
||||
expression: 'Expression',
|
||||
active: 'Active Status',
|
||||
type: 'Type',
|
||||
elapsed: 'Elapsed Time',
|
||||
state: 'State',
|
||||
result: 'Result',
|
||||
noData: 'No Data to display',
|
||||
invalidParam: 'If the parameter is invalid, check whether the parameter is correct',
|
||||
role: 'Role',
|
||||
cancel: 'Cancel',
|
||||
scheduler: 'Scheduler',
|
||||
executor: 'Executor',
|
||||
configure: 'Configure',
|
||||
remove: 'Remove',
|
||||
publish: 'Publish',
|
||||
save: 'Save',
|
||||
value: 'Value',
|
||||
alias: 'Alias',
|
||||
sort: 'Sort',
|
||||
count: 'Count',
|
||||
content: 'Content',
|
||||
feedback: 'Feedback',
|
||||
createEditor: 'Create Editor',
|
||||
device: 'Device',
|
||||
client: 'Client',
|
||||
ip: 'IP Address',
|
||||
ua: 'User Agent',
|
||||
loginTime: 'Login Time',
|
||||
submit: 'Submit',
|
||||
create: 'Create',
|
||||
plugin: 'Plugin',
|
||||
group: 'Group',
|
||||
sorted: 'Sorted',
|
||||
url: 'Url',
|
||||
pageNotNetwork: 'Oops! Not Network!',
|
||||
protocol: 'Protocol',
|
||||
host: 'Host',
|
||||
port: 'Port',
|
||||
public: 'Public',
|
||||
version: 'Version',
|
||||
available: 'Available',
|
||||
test: 'Test',
|
||||
field: 'Field',
|
||||
upload: 'Upload',
|
||||
deleteData: 'Delete Data',
|
||||
apply: 'Apply',
|
||||
length: 'Length',
|
||||
preview: 'Preview',
|
||||
refresh: 'Refresh',
|
||||
endTime: 'End Time',
|
||||
from: 'From',
|
||||
adhoc: 'Adhoc Query',
|
||||
error: 'Error',
|
||||
realtime: 'Realtime',
|
||||
to: 'To',
|
||||
work: 'Work Home',
|
||||
chat: 'Chat',
|
||||
avatar: 'Avatar',
|
||||
file: 'File',
|
||||
backTo: 'Back',
|
||||
tip: {
|
||||
pageNotNetwork: 'Oops! Unable to connect to the network, please check if the network is normal!'
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
import user from '@/i18n/langs/en/user'
|
||||
import common from '@/i18n/langs/en/common'
|
||||
import role from '@/i18n/langs/zhCn/role'
|
||||
import schedule from '@/i18n/langs/en/schedule'
|
||||
import dashboard from '@/i18n/langs/en/dashboard'
|
||||
@ -18,7 +17,6 @@ import report from '@/i18n/langs/en/report'
|
||||
import pipeline from '@/i18n/langs/en/pipeline'
|
||||
|
||||
export default {
|
||||
common: common,
|
||||
user: user,
|
||||
role: role,
|
||||
schedule: schedule,
|
||||
@ -35,5 +33,105 @@ export default {
|
||||
menu: menu,
|
||||
snippet: snippet,
|
||||
report: report,
|
||||
pipeline: pipeline
|
||||
pipeline: pipeline,
|
||||
common: {
|
||||
home: 'Home',
|
||||
dashboard: 'Dashboard',
|
||||
query: 'Query',
|
||||
dataset: 'Dataset',
|
||||
admin: 'Admin',
|
||||
system: 'System Settings',
|
||||
source: 'Source',
|
||||
snippet: 'Snippet',
|
||||
history: 'Query History',
|
||||
pipeline: 'Pipeline',
|
||||
report: 'Report',
|
||||
function: 'Function',
|
||||
template: 'Template',
|
||||
menu: 'Menu',
|
||||
schedule: 'Schedule',
|
||||
authority: 'Authority',
|
||||
user: 'User',
|
||||
pageNotFound: 'Oops! Page Not Found!',
|
||||
pageNotFoundTip: 'It seems like the page you\'re looking for, does not exist or might have been removed.',
|
||||
pageNotAuthorized: 'Oops! Page Not Authorized!',
|
||||
pageNotAuthorizedTip: 'Sorry, you don\'t have permission to access this page.',
|
||||
backToHome: 'Back to Home',
|
||||
backToSignin: 'Back to Sign In',
|
||||
profile: 'Profile',
|
||||
id: 'Id',
|
||||
username: 'Username',
|
||||
createTime: 'Create Time',
|
||||
updateTime: 'Update Time',
|
||||
action: 'Action',
|
||||
column: 'Column',
|
||||
description: 'Description',
|
||||
name: 'Name',
|
||||
code: 'Code',
|
||||
editData: 'Edit Data',
|
||||
successfully: 'Successfully',
|
||||
expression: 'Expression',
|
||||
active: 'Active Status',
|
||||
type: 'Type',
|
||||
elapsed: 'Elapsed Time',
|
||||
state: 'State',
|
||||
result: 'Result',
|
||||
noData: 'No Data to display',
|
||||
invalidParam: 'If the parameter is invalid, check whether the parameter is correct',
|
||||
role: 'Role',
|
||||
cancel: 'Cancel',
|
||||
scheduler: 'Scheduler',
|
||||
executor: 'Executor',
|
||||
configure: 'Configure',
|
||||
remove: 'Remove',
|
||||
publish: 'Publish',
|
||||
save: 'Save',
|
||||
value: 'Value',
|
||||
alias: 'Alias',
|
||||
sort: 'Sort',
|
||||
count: 'Count',
|
||||
content: 'Content',
|
||||
feedback: 'Feedback',
|
||||
createEditor: 'Create Editor',
|
||||
device: 'Device',
|
||||
client: 'Client',
|
||||
ip: 'IP Address',
|
||||
ua: 'User Agent',
|
||||
loginTime: 'Login Time',
|
||||
submit: 'Submit',
|
||||
create: 'Create',
|
||||
plugin: 'Plugin',
|
||||
group: 'Group',
|
||||
sorted: 'Sorted',
|
||||
url: 'Url',
|
||||
pageNotNetwork: 'Oops! Not Network!',
|
||||
protocol: 'Protocol',
|
||||
host: 'Host',
|
||||
port: 'Port',
|
||||
public: 'Public',
|
||||
version: 'Version',
|
||||
available: 'Available',
|
||||
test: 'Test',
|
||||
field: 'Field',
|
||||
upload: 'Upload',
|
||||
deleteData: 'Delete Data',
|
||||
apply: 'Apply',
|
||||
length: 'Length',
|
||||
preview: 'Preview',
|
||||
refresh: 'Refresh',
|
||||
endTime: 'End Time',
|
||||
from: 'From',
|
||||
adhoc: 'Adhoc Query',
|
||||
error: 'Error',
|
||||
realtime: 'Realtime',
|
||||
to: 'To',
|
||||
work: 'Work Home',
|
||||
chat: 'Chat',
|
||||
avatar: 'Avatar',
|
||||
file: 'File',
|
||||
backTo: 'Back',
|
||||
tip: {
|
||||
pageNotNetwork: 'Oops! Unable to connect to the network, please check if the network is normal!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,100 +0,0 @@
|
||||
export default {
|
||||
pageNotFound: '哎呀!页面未找到!',
|
||||
pageNotFoundTip: '您要查找的页面,似乎不存在或可能已被删除。',
|
||||
pageNotAuthorized: '哎呀!页面未授权!',
|
||||
pageNotAuthorizedTip: '抱歉,您没有权限访问该页面。',
|
||||
backToHome: '返回首页',
|
||||
backToSignin: '返回登录',
|
||||
profile: '个人中心',
|
||||
home: '首页',
|
||||
dashboard: '仪表盘',
|
||||
query: '查询',
|
||||
dataset: '数据集',
|
||||
admin: '管理员',
|
||||
system: '系统设置',
|
||||
source: '数据源',
|
||||
snippet: '代码片段',
|
||||
history: '查询历史',
|
||||
pipeline: '流水线',
|
||||
report: '数据报表',
|
||||
function: '函数',
|
||||
template: '模板',
|
||||
menu: '菜单',
|
||||
schedule: '调度',
|
||||
authority: '权限',
|
||||
user: '用户',
|
||||
id: 'ID',
|
||||
username: '用户名',
|
||||
createTime: '创建时间',
|
||||
updateTime: '更新时间',
|
||||
action: '操作',
|
||||
column: '列',
|
||||
description: '描述',
|
||||
name: '名称',
|
||||
code: '编码',
|
||||
editData: '编辑数据',
|
||||
successfully: '成功',
|
||||
expression: '表达式',
|
||||
active: '激活状态',
|
||||
type: '类型',
|
||||
elapsed: '执行时间',
|
||||
state: '状态',
|
||||
result: '结果',
|
||||
noData: '没有数据可以展示',
|
||||
invalidParam: '参数无效,请检查参数是否填写正确',
|
||||
role: '权限',
|
||||
cancel: '取消',
|
||||
scheduler: '调度器',
|
||||
executor: '执行器',
|
||||
configure: '配置',
|
||||
remove: '移除',
|
||||
publish: '发布',
|
||||
save: '保存',
|
||||
value: '值',
|
||||
alias: '别名',
|
||||
sort: '排序',
|
||||
count: '总数',
|
||||
content: '内容',
|
||||
feedback: '反馈',
|
||||
createEditor: '创建编辑器',
|
||||
device: '设备',
|
||||
client: '客户端',
|
||||
ip: 'IP 地址',
|
||||
ua: 'User Agent',
|
||||
loginTime: '登录时间',
|
||||
submit: '提交',
|
||||
create: '创建',
|
||||
plugin: '插件',
|
||||
group: '分组',
|
||||
sorted: '排序',
|
||||
url: '地址',
|
||||
pageNotNetwork: '哎呀!网络未连接!',
|
||||
protocol: '协议',
|
||||
host: '主机',
|
||||
port: '端口',
|
||||
public: '公开',
|
||||
version: '版本',
|
||||
available: '可用',
|
||||
test: '测试',
|
||||
field: '属性',
|
||||
upload: '上传',
|
||||
deleteData: '删除数据',
|
||||
apply: '应用',
|
||||
length: '长度',
|
||||
preview: '预览',
|
||||
refresh: '刷新',
|
||||
endTime: '结束时间',
|
||||
from: '来源',
|
||||
adhoc: '即席查询',
|
||||
error: '错误',
|
||||
realtime: '实时',
|
||||
to: '目标',
|
||||
work: '工作目录',
|
||||
chat: '聊天室',
|
||||
avatar: '头像',
|
||||
file: '文件',
|
||||
backTo: '返回',
|
||||
tip: {
|
||||
pageNotNetwork: '哎呀!无法连接到网络,请检查网络是否正常!'
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
import user from '@/i18n/langs/zhCn/user'
|
||||
import common from '@/i18n/langs/zhCn/common'
|
||||
import role from '@/i18n/langs/zhCn/role'
|
||||
import schedule from '@/i18n/langs/zhCn/schedule'
|
||||
import dashboard from '@/i18n/langs/zhCn/dashboard'
|
||||
@ -18,7 +17,6 @@ import report from '@/i18n/langs/zhCn/report'
|
||||
import pipeline from '@/i18n/langs/zhCn/pipeline.ts'
|
||||
|
||||
export default {
|
||||
common: common,
|
||||
user: user,
|
||||
role: role,
|
||||
schedule: schedule,
|
||||
@ -35,5 +33,105 @@ export default {
|
||||
menu: menu,
|
||||
snippet: snippet,
|
||||
report: report,
|
||||
pipeline: pipeline
|
||||
pipeline: pipeline,
|
||||
common: {
|
||||
home: '首页',
|
||||
dashboard: '仪表盘',
|
||||
query: '查询',
|
||||
dataset: '数据集',
|
||||
admin: '管理员',
|
||||
system: '系统设置',
|
||||
source: '数据源',
|
||||
snippet: '代码片段',
|
||||
history: '查询历史',
|
||||
pipeline: '流水线',
|
||||
report: '数据报表',
|
||||
function: '函数',
|
||||
template: '模板',
|
||||
menu: '菜单',
|
||||
schedule: '调度',
|
||||
authority: '权限',
|
||||
user: '用户',
|
||||
pageNotFound: '哎呀!页面未找到!',
|
||||
pageNotFoundTip: '您要查找的页面,似乎不存在或可能已被删除。',
|
||||
pageNotAuthorized: '哎呀!页面未授权!',
|
||||
pageNotAuthorizedTip: '抱歉,您没有权限访问该页面。',
|
||||
backToHome: '返回首页',
|
||||
backToSignin: '返回登录',
|
||||
profile: '个人中心',
|
||||
id: 'ID',
|
||||
username: '用户名',
|
||||
createTime: '创建时间',
|
||||
updateTime: '更新时间',
|
||||
action: '操作',
|
||||
column: '列',
|
||||
description: '描述',
|
||||
name: '名称',
|
||||
code: '编码',
|
||||
editData: '编辑数据',
|
||||
successfully: '成功',
|
||||
expression: '表达式',
|
||||
active: '激活状态',
|
||||
type: '类型',
|
||||
elapsed: '执行时间',
|
||||
state: '状态',
|
||||
result: '结果',
|
||||
noData: '没有数据可以展示',
|
||||
invalidParam: '参数无效,请检查参数是否填写正确',
|
||||
role: '权限',
|
||||
cancel: '取消',
|
||||
scheduler: '调度器',
|
||||
executor: '执行器',
|
||||
configure: '配置',
|
||||
remove: '移除',
|
||||
publish: '发布',
|
||||
save: '保存',
|
||||
value: '值',
|
||||
alias: '别名',
|
||||
sort: '排序',
|
||||
count: '总数',
|
||||
content: '内容',
|
||||
feedback: '反馈',
|
||||
createEditor: '创建编辑器',
|
||||
device: '设备',
|
||||
client: '客户端',
|
||||
ip: 'IP 地址',
|
||||
ua: 'User Agent',
|
||||
loginTime: '登录时间',
|
||||
submit: '提交',
|
||||
create: '创建',
|
||||
plugin: '插件',
|
||||
group: '分组',
|
||||
sorted: '排序',
|
||||
url: '地址',
|
||||
pageNotNetwork: '哎呀!网络未连接!',
|
||||
protocol: '协议',
|
||||
host: '主机',
|
||||
port: '端口',
|
||||
public: '公开',
|
||||
version: '版本',
|
||||
available: '可用',
|
||||
test: '测试',
|
||||
field: '属性',
|
||||
upload: '上传',
|
||||
deleteData: '删除数据',
|
||||
apply: '应用',
|
||||
length: '长度',
|
||||
preview: '预览',
|
||||
refresh: '刷新',
|
||||
endTime: '结束时间',
|
||||
from: '来源',
|
||||
adhoc: '即席查询',
|
||||
error: '错误',
|
||||
realtime: '实时',
|
||||
to: '目标',
|
||||
work: '工作目录',
|
||||
chat: '聊天室',
|
||||
avatar: '头像',
|
||||
file: '文件',
|
||||
backTo: '返回',
|
||||
tip: {
|
||||
pageNotNetwork: '哎呀!无法连接到网络,请检查网络是否正常!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user