load / save rules for batch replacing transaction categories / accounts / tags when import transactions

This commit is contained in:
MaysWind
2025-07-20 01:51:20 +08:00
parent 428bcba56e
commit 8da4f65048
14 changed files with 779 additions and 11 deletions
+13 -1
View File
@@ -122,7 +122,8 @@
"exportFilename": "ezBookkeeping_{nickname}_导出数据",
"defaultExportStatisticsFileName": "ezBookkeeping_统计数据",
"exportStatisticsFileName": "ezBookkeeping_{nickname}_统计数据",
"defaultImportDataMappingFileName": "ezBookkeeping_导入数据映射文件"
"defaultImportDataMappingFileName": "ezBookkeeping_导入数据映射文件",
"defaultImportReplaceRuleFileName": "ezBookkeeping_导入替换规则文件"
},
"datetime": {
"AM": {
@@ -1653,11 +1654,15 @@
"Duplicate (With Time and Geographic Location)": "复制 (含时间和地理位置)",
"Category": "分类",
"Secondary Category": "二级分类",
"Expense Category": "支出分类",
"Income Category": "收入分类",
"Transfer Category": "转账分类",
"Multiple Categories": "多个分类",
"Account": "账户",
"Multiple Accounts": "多个账户",
"Source Account": "来源账户",
"Destination Account": "目标账户",
"Transaction Tag": "交易标签",
"Without Tags": "没有标签",
"With Any Selected Tags": "包含任意选中的标签",
"With All Selected Tags": "包含全部选中的标签",
@@ -1750,6 +1755,7 @@
"Replace Invalid Transfer Categories": "替换无效的转账分类",
"Replace Invalid Accounts": "替换无效的账户",
"Replace Invalid Transaction Tags": "替换无效的交易标签",
"Batch Replace Categories / Accounts / Tags": "批量替换分类 / 账户 / 标签",
"Create Nonexistent Expense Categories": "创建不存在的支出分类",
"Create Nonexistent Income Categories": "创建不存在的收入分类",
"Create Nonexistent Transfer Categories": "创建不存在的转账分类",
@@ -1770,6 +1776,12 @@
"Invalid Tag": "无效标签",
"Target Tag": "目标标签",
"(Empty)": "(空白)",
"Source Value": "来源值",
"Target Value": "目标值",
"Add Rule": "添加规则",
"Load Replace Rule File": "加载替换规则文件",
"Save Replace Rule File": "保存替换规则文件",
"Replace rule file is invalid": "替换规则文件无效",
"Tags": "标签",
"Your transaction description (optional)": "你的交易描述 (可选)",
"Transaction category cannot be blank": "交易分类不能为空",