[add] 业务支持-资料中心迁移

This commit is contained in:
lideqin
2023-08-18 15:09:47 +08:00
parent b6c91bd17e
commit 4f7c939bb3
8 changed files with 1222 additions and 148 deletions
+23 -2
View File
@@ -96,6 +96,7 @@ module.exports = {
essentialInformation: 'General Information',
download: 'Download',
fileName: 'File Name',
fileDeclaration: 'File Declaration',
newNode: 'New node',
modifyNode: 'Modify Node',
deleteNode: 'Delete Node',
@@ -113,11 +114,24 @@ module.exports = {
confirmRelease: 'Confirm Release?',
confirmWithdraw: 'Confirm to Withdraw?',
doNotHavePermissionDeleteData: 'Do not have permission to delete this data',
noData: 'No Data',
dataLoading: 'Data loading...',
confirmDelete: 'Confirm the listing title you want to delete?',
uploadedBy: 'Uploaded By',
uploadTime: 'Upload Time',
uploadFileBtn: 'Upload File',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
addSubFolders: 'Add A Subfolder',
editFolder: 'Edit Folder',
deleteFolders: 'Delete Folders',
folderName: 'Folder Name',
administrativePrivileges: 'Administrative Permissions',
checkPermissions: 'Read Permissions',
folderOrder: 'Folder Order',
deleteNode: 'If there is any file information, the file will be deleted. Are you sure to delete this data?'
},
// 页面头部
header: {
userMenuSearchMenu: 'Search menu',
@@ -417,6 +431,13 @@ module.exports = {
replyToComments: 'Reply To Comments'
}
},
// 业务支持
businessSupp: {
dataCenter: {
selectDirectoryLocation: 'Please select the directory location to add the folder',
fileUploaded: 'File uploaded, please wait'
}
},
// 标准选择器
standardSelect: {
standardSelection: 'Standard Selection'
+23
View File
@@ -96,6 +96,7 @@ module.exports = {
essentialInformation: '基本信息',
download: '下载',
fileName: '文件名称',
fileDeclaration: '文件说明',
newNode: '新增节点',
modifyNode: '修改节点',
deleteNode: '删除节点',
@@ -116,6 +117,21 @@ module.exports = {
noData: '暂无数据',
dataLoading: '数据加载中...',
confirmDelete: '确定删除?',
uploadedBy: '上传人',
uploadTime: '上传时间',
uploadFileBtn: '上传文件',
// 树右键
treeRight: {
addFolder: '新增文件夹',
addSubFolders: '新增子文件夹',
editFolder: '编辑文件夹',
deleteFolders: '删除文件夹',
folderName: '文件夹名称',
administrativePrivileges: '管理权限',
checkPermissions: '查看权限',
folderOrder: '文件夹顺序',
deleteNode: '若有文件信息将同步删除,确认删除该条数据?'
},
// 页面头部
header: {
userMenuSearchMenu: '搜索菜单',
@@ -415,6 +431,13 @@ module.exports = {
replyToComments: '回复评论'
}
},
// 业务支持
businessSupp: {
dataCenter: {
selectDirectoryLocation: '请选择添加文件夹的目录位置',
fileUploaded: '文件上传中,请稍后'
}
},
// 标准选择器
standardSelect: {
standardSelection: '标准选择'