mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
support importing feidee mymoney web export data
This commit is contained in:
@@ -10,6 +10,11 @@ const supportedImportFileTypes = [
|
||||
type: 'ezbookkeeping_tsv',
|
||||
name: 'ezbookkeeping Data Export File (TSV)',
|
||||
extensions: '.tsv'
|
||||
},
|
||||
{
|
||||
type: 'feidee_mymoney_xls',
|
||||
name: 'Feidee MyMoney (Web) Data Export File',
|
||||
extensions: '.xls'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
@@ -1117,6 +1117,7 @@
|
||||
"destination account name cannot be blank": "Destination account name cannot be blank",
|
||||
"transaction amount is invalid": "Transaction amount is invalid",
|
||||
"geographic location is invalid": "Geographic location is invalid",
|
||||
"fields in multiple table headers are different": "Fields in multiple table headers are different",
|
||||
"query items cannot be blank": "There are no query items",
|
||||
"query items too much": "There are too many query items",
|
||||
"query items have invalid item": "There is invalid item in query items",
|
||||
@@ -1495,6 +1496,7 @@
|
||||
"File Type": "File Type",
|
||||
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping Data Export File (CSV)",
|
||||
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping Data Export File (TSV)",
|
||||
"Feidee MyMoney (Web) Data Export File": "Feidee MyMoney (Web) Data Export File",
|
||||
"Data File": "Data File",
|
||||
"Click to select import file": "Click to select import file",
|
||||
"No data to import": "No data to import",
|
||||
|
||||
@@ -1117,6 +1117,7 @@
|
||||
"destination account name cannot be blank": "目标账户名不能为空",
|
||||
"transaction amount is invalid": "交易金额无效",
|
||||
"geographic location is invalid": "地理位置无效",
|
||||
"fields in multiple table headers are different": "多个表头中的字段不同",
|
||||
"query items cannot be blank": "请求项目不能为空",
|
||||
"query items too much": "请求项目过多",
|
||||
"query items have invalid item": "请求项目中有非法项目",
|
||||
@@ -1495,6 +1496,7 @@
|
||||
"File Type": "文件类型",
|
||||
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping 数据导出文件 (CSV)",
|
||||
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping 数据导出文件 (TSV)",
|
||||
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",
|
||||
"Data File": "数据文件",
|
||||
"Click to select import file": "点击选择导入文件",
|
||||
"No data to import": "没有可以导入的数据",
|
||||
|
||||
Reference in New Issue
Block a user