support export to tsv file

This commit is contained in:
MaysWind
2023-10-29 17:30:20 +08:00
parent 429e270a9e
commit dc837c430f
14 changed files with 443 additions and 295 deletions
+5 -2
View File
@@ -560,6 +560,7 @@ export default {
'api not found': 'Failed to request api',
'not implemented': 'Not implemented',
'system is busy': 'System is busy',
'not supported': 'Not supported',
'database operation failed': 'Database operation failed',
'SMTP server is not enabled': 'SMTP server is not enabled',
'incomplete or incorrect submission': 'Incomplete or incorrect submission',
@@ -1087,9 +1088,11 @@ export default {
'Data Management': 'Data Management',
'Unable to get user statistics data': 'Unable to get user statistics data',
'Export Data': 'Export Data',
'Export Data To CSV File': 'Export Data To CSV File',
'Export Data To TSV File': 'Export Data To TSV File',
'Clear User Data': 'Clear User Data',
'Export all data to csv file.': 'Export all data to csv file.',
'Are you sure you want to export all data to csv file?': 'Are you sure you want to export all data to csv file?',
'Export all data to file.': 'Export all data to file.',
'Are you sure you want to export all data to file?': 'Are you sure you want to export all data to file?',
'It may take a long time, please wait for a few minutes.': 'It may take a long time, please wait for a few minutes.',
'Unable to get exported user data': 'Unable to get exported user data',
'Save Data': 'Save Data',
+5 -2
View File
@@ -560,6 +560,7 @@ export default {
'api not found': '接口调用失败',
'not implemented': '未实现',
'system is busy': '系统繁忙',
'not supported': '不支持',
'database operation failed': '数据库操作失败',
'SMTP server is not enabled': 'SMTP 服务器没有启用',
'incomplete or incorrect submission': '提交不完整或不正确',
@@ -1087,9 +1088,11 @@ export default {
'Data Management': '数据管理',
'Unable to get user statistics data': '无法获取用户统计数据',
'Export Data': '导出数据',
'Export Data To CSV File': '导出数据到 CSV 文件',
'Export Data To TSV File': '导出数据到 TSV 文件',
'Clear User Data': '清除用户数据',
'Export all data to csv file.': '导出所有数据到 csv 文件。',
'Are you sure you want to export all data to csv file?': '您确定要导出所有数据到 csv 文件?',
'Export all data to file.': '导出所有数据到文件。',
'Are you sure you want to export all data to file?': '您确定要导出所有数据到文件?',
'It may take a long time, please wait for a few minutes.': '这可能花费一些时间,请稍等几分钟。',
'Unable to get exported user data': '无法获取导出的用户数据',
'Save Data': '保存数据',