mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
batch create nonexistent transaction categories when import transaction
This commit is contained in:
@@ -1689,6 +1689,10 @@
|
||||
"Replace Invalid Transfer Categories": "替换无效的转账分类",
|
||||
"Replace Invalid Accounts": "替换无效的账户",
|
||||
"Replace Invalid Transaction Tags": "替换无效的交易标签",
|
||||
"Create Nonexistent Expense Categories": "创建不存在的支出分类",
|
||||
"Create Nonexistent Income Categories": "创建不存在的收入分类",
|
||||
"Create Nonexistent Transfer Categories": "创建不存在的转账分类",
|
||||
"Create Nonexistent Transaction Tags": "创建不存在的交易标签",
|
||||
"Batch Convert Expense Transaction to Income Transaction": "批量转换支出交易为收入交易",
|
||||
"Batch Convert Expense Transaction to Transfer Transaction": "批量转换支出交易为转账交易",
|
||||
"Batch Convert Income Transaction to Expense Transaction": "批量转换收入交易为支出交易",
|
||||
@@ -1697,6 +1701,9 @@
|
||||
"Batch Convert Transfer Transaction to Income Transaction": "批量转换转账交易为收入交易",
|
||||
"Invalid Category": "无效分类",
|
||||
"Target Category": "目标分类",
|
||||
"Default Expense Category": "默认支出分类",
|
||||
"Default Income Category": "默认收入分类",
|
||||
"Default Transfer Category": "默认转账分类",
|
||||
"Invalid Account": "无效账户",
|
||||
"Target Account": "目标账户",
|
||||
"Invalid Tag": "无效标签",
|
||||
|
||||
Reference in New Issue
Block a user