feat: redesign send workspace experience
This commit is contained in:
@@ -224,6 +224,29 @@ export default {
|
||||
needRetrieveFile: '需要取件?点击这里',
|
||||
sendRecords: '发件记录',
|
||||
secureEncryption: '安全加密',
|
||||
workspace: {
|
||||
uploadLimit: '单文件上限',
|
||||
uploadMode: '上传模式',
|
||||
standardMode: '标准上传',
|
||||
chunkMode: '分片上传',
|
||||
guestPolicy: '游客上传',
|
||||
guestOpen: '允许',
|
||||
guestClosed: '已关闭',
|
||||
currentTask: '当前任务',
|
||||
awaitingFile: '等待选择文件',
|
||||
fileReady: '已选择 {count} 个文件',
|
||||
textDraft: '文本草稿 {count} 字',
|
||||
payload: '发送内容',
|
||||
expirationPreview: '有效期',
|
||||
security: '安全状态',
|
||||
latestRecord: '最近一次发送',
|
||||
noRecord: '暂无记录',
|
||||
copyLink: '复制链接',
|
||||
viewDetail: '查看详情',
|
||||
historyTitle: '发送历史',
|
||||
historyCount: '{count} 条记录',
|
||||
openRecords: '打开发送记录'
|
||||
},
|
||||
fileDetail: {
|
||||
title: '文件详情',
|
||||
content: '文件内容',
|
||||
|
||||
Reference in New Issue
Block a user