feat: redesign retrieve workspace
This commit is contained in:
@@ -202,7 +202,39 @@ export default {
|
||||
invalidCodeError: 'Invalid retrieval code',
|
||||
retrieveFailure: 'Failed to retrieve file: ',
|
||||
networkError: 'Retrieval failed, please try again later: ',
|
||||
unknownError: 'Unknown error'
|
||||
unknownError: 'Unknown error',
|
||||
previewUnavailable: 'Preview is unavailable, you can still retrieve directly'
|
||||
},
|
||||
workspace: {
|
||||
sendFile: 'Send File',
|
||||
inspect: 'Preview',
|
||||
inspecting: 'Previewing',
|
||||
retrieving: 'Retrieving',
|
||||
ready: 'Ready',
|
||||
noPreview: 'Waiting for a code',
|
||||
noPreviewDesc:
|
||||
'Enter a 5-character retrieval code to preview file details before consuming a retrieval.',
|
||||
latestRecord: 'Latest Retrieval',
|
||||
noRecord: 'No retrieval records yet',
|
||||
currentCode: 'Code',
|
||||
fileSize: 'File Size',
|
||||
viewDetail: 'View Detail',
|
||||
historyCount: '{count} records',
|
||||
openRecords: 'Open retrieval records',
|
||||
security: 'Safe Retrieval',
|
||||
securityState:
|
||||
'Previewing does not consume retrieval count. Access is recorded only after confirmation.',
|
||||
noExpiry: 'No limit',
|
||||
unlimited: 'Unlimited',
|
||||
remainingCount: '{count} left',
|
||||
textType: 'Text Content',
|
||||
fileType: 'File Download',
|
||||
expiresAt: 'Expires At',
|
||||
remainingDownloads: 'Remaining',
|
||||
usedCount: 'Retrieved',
|
||||
emptyCode: 'Empty',
|
||||
previewState: 'Preview State',
|
||||
waiting: 'Waiting'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -202,7 +202,37 @@ export default {
|
||||
invalidCodeError: '无效的取件码',
|
||||
retrieveFailure: '获取文件失败:',
|
||||
networkError: '取件失败,请稍后重试:',
|
||||
unknownError: '未知错误'
|
||||
unknownError: '未知错误',
|
||||
previewUnavailable: '暂时无法预览文件信息,可直接取件'
|
||||
},
|
||||
workspace: {
|
||||
sendFile: '发送文件',
|
||||
inspect: '预览',
|
||||
inspecting: '预览中',
|
||||
retrieving: '取件中',
|
||||
ready: '可取件',
|
||||
noPreview: '等待取件码',
|
||||
noPreviewDesc: '输入 5 位取件码后会先读取文件信息,确认后再消耗取件次数。',
|
||||
latestRecord: '最近取件',
|
||||
noRecord: '暂无取件记录',
|
||||
currentCode: '取件码',
|
||||
fileSize: '文件大小',
|
||||
viewDetail: '查看详情',
|
||||
historyCount: '{count} 条记录',
|
||||
openRecords: '打开取件记录',
|
||||
security: '安全取件',
|
||||
securityState: '预览不会消耗取件次数,确认取件后才会记录访问。',
|
||||
noExpiry: '不限制',
|
||||
unlimited: '不限次数',
|
||||
remainingCount: '剩余 {count} 次',
|
||||
textType: '文本内容',
|
||||
fileType: '文件下载',
|
||||
expiresAt: '过期时间',
|
||||
remainingDownloads: '剩余次数',
|
||||
usedCount: '已取件',
|
||||
emptyCode: '未输入',
|
||||
previewState: '预览状态',
|
||||
waiting: '等待输入'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user