mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
support export to tsv file
This commit is contained in:
@@ -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': '保存数据',
|
||||
|
||||
Reference in New Issue
Block a user