mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
support choosing invalid items in import transaction dialog
This commit is contained in:
@@ -1278,6 +1278,8 @@
|
||||
"Select All in This Page": "Select All in This Page",
|
||||
"Select None in This Page": "Select None in This Page",
|
||||
"Invert Selection in This Page": "Invert Selection in This Page",
|
||||
"Select All Valid Items": "Select All Valid Items",
|
||||
"Select All Invalid Items": "Select All Invalid Items",
|
||||
"Back": "Back",
|
||||
"Load More": "Load More",
|
||||
"No data": "No data",
|
||||
@@ -1504,6 +1506,7 @@
|
||||
"Alipay Data Export File": "Alipay Data Export File",
|
||||
"Data File": "Data File",
|
||||
"No data to import": "No data to import",
|
||||
"Cannot import invalid transactions": "Cannot import invalid transactions",
|
||||
"Unable to parse import file": "Unable to parse import file",
|
||||
"Tags": "Tags",
|
||||
"Your transaction description (optional)": "Your transaction description (optional)",
|
||||
|
||||
@@ -1278,6 +1278,8 @@
|
||||
"Select All in This Page": "本页全选",
|
||||
"Select None in This Page": "本页不选",
|
||||
"Invert Selection in This Page": "本页反选",
|
||||
"Select All Valid Items": "选择全部有效项目",
|
||||
"Select All Invalid Items": "选择全部无效项目",
|
||||
"Back": "返回",
|
||||
"Load More": "加载更多",
|
||||
"No data": "没有数据",
|
||||
@@ -1504,6 +1506,7 @@
|
||||
"Alipay Data Export File": "支付宝数据导出文件",
|
||||
"Data File": "数据文件",
|
||||
"No data to import": "没有可以导入的数据",
|
||||
"Cannot import invalid transactions": "不能导入无效的交易",
|
||||
"Unable to parse import file": "无法解析导入的文件",
|
||||
"Tags": "标签",
|
||||
"Your transaction description (optional)": "你的交易描述 (可选)",
|
||||
|
||||
Reference in New Issue
Block a user