### What problem does this PR solve? feat: Move files in file manager #1826 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -26,6 +26,7 @@ export default {
|
||||
download: 'Download',
|
||||
close: 'Close',
|
||||
preview: 'Preview',
|
||||
move: 'Move',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@@ -564,6 +565,7 @@ The above is the content you need to summarize.`,
|
||||
fileError: 'File error',
|
||||
uploadLimit:
|
||||
'The file size cannot exceed 10M, and the total number of files cannot exceed 128',
|
||||
destinationFolder: 'Destination folder',
|
||||
},
|
||||
flow: {
|
||||
cite: 'Cite',
|
||||
|
||||
@@ -26,6 +26,7 @@ export default {
|
||||
download: '下載',
|
||||
close: '關閉',
|
||||
preview: '預覽',
|
||||
move: '移動',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
@@ -524,6 +525,7 @@ export default {
|
||||
preview: '預覽',
|
||||
fileError: '文件錯誤',
|
||||
uploadLimit: '文件大小不能超過10M,文件總數不超過128個',
|
||||
destinationFolder: '目標資料夾',
|
||||
},
|
||||
flow: {
|
||||
cite: '引用',
|
||||
|
||||
@@ -26,6 +26,7 @@ export default {
|
||||
download: '下载',
|
||||
close: '关闭',
|
||||
preview: '预览',
|
||||
move: '移动',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
@@ -542,6 +543,7 @@ export default {
|
||||
preview: '预览',
|
||||
fileError: '文件错误',
|
||||
uploadLimit: '文件大小不能超过10M,文件总数不超过128个',
|
||||
destinationFolder: '目标文件夹',
|
||||
},
|
||||
flow: {
|
||||
flow: '工作流',
|
||||
|
||||
Reference in New Issue
Block a user