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: {
|
||||
|
||||
Reference in New Issue
Block a user