mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support export to tsv file
This commit is contained in:
+5
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user