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',