mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
export transaction data based on the conditions on the transaction list page (#55)
This commit is contained in:
@@ -1322,6 +1322,7 @@
|
||||
"Submit": "提交",
|
||||
"Add": "添加",
|
||||
"Import": "导入",
|
||||
"Export": "导出",
|
||||
"Apply": "应用",
|
||||
"Save": "保存",
|
||||
"Save Changes": "保存修改",
|
||||
@@ -1941,6 +1942,8 @@
|
||||
"File Format": "文件格式",
|
||||
"CSV (Comma-separated values) File": "CSV (逗号分隔的值) 文件",
|
||||
"TSV (Tab-separated values) File": "TSV (制表符分隔的值) 文件",
|
||||
"Export to CSV (Comma-separated values) File": "导出到 CSV (逗号分隔的值) 文件",
|
||||
"Export to TSV (Tab-separated values) File": "导出到 TSV (制表符分隔的值) 文件",
|
||||
"Markdown File": "Markdown 文件",
|
||||
"Clear User Data": "清除用户数据",
|
||||
"Export all transaction data to file.": "导出所有交易数据到文件。",
|
||||
|
||||
Reference in New Issue
Block a user