feat: redesign send workspace experience
This commit is contained in:
@@ -222,6 +222,29 @@ export default {
|
||||
needRetrieveFile: 'Need to retrieve? Click here',
|
||||
sendRecords: 'Send Records',
|
||||
secureEncryption: 'Secure Encryption',
|
||||
workspace: {
|
||||
uploadLimit: 'Single File Limit',
|
||||
uploadMode: 'Upload Mode',
|
||||
standardMode: 'Standard',
|
||||
chunkMode: 'Chunked',
|
||||
guestPolicy: 'Guest Upload',
|
||||
guestOpen: 'Allowed',
|
||||
guestClosed: 'Disabled',
|
||||
currentTask: 'Current Task',
|
||||
awaitingFile: 'Waiting for files',
|
||||
fileReady: '{count} files ready',
|
||||
textDraft: 'Text draft, {count} chars',
|
||||
payload: 'Payload',
|
||||
expirationPreview: 'Expiration',
|
||||
security: 'Security',
|
||||
latestRecord: 'Latest Send',
|
||||
noRecord: 'No records yet',
|
||||
copyLink: 'Copy Link',
|
||||
viewDetail: 'View Detail',
|
||||
historyTitle: 'Send History',
|
||||
historyCount: '{count} records',
|
||||
openRecords: 'Open send records'
|
||||
},
|
||||
fileDetails: 'File Details',
|
||||
expirationMethod: 'Expiration Method',
|
||||
expiration: {
|
||||
|
||||
@@ -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