{{ t.status?.loading || '加载中...' }}
{{ errorMsg }}
{{ t.status?.empty || '此文件夹为空' }}
{{ downloadFileName }}
{{ (t.download?.progress || '{p}%').replace('{p}', downloadProgress) }}
{{ (t.download?.speed || '{speed}').replace('{speed}', downloadSpeed) }}
{{ downloadDetail }}