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}_export_data",
"defaultExportStatisticsFileName": "ezBookkeeping_statistics_data",
"exportStatisticsFileName": "ezBookkeeping_{nickname}_statistics_data",
"defaultImportDataMappingFileName": "ezBookkeeping_import_data_mapping"
"defaultImportDataMappingFileName": "ezBookkeeping_import_data_mapping",
"defaultImportReplaceRuleFileName": "ezBookkeeping_import_replace_rule"
},
"datetime": {
"AM": {
@@ -1653,11 +1654,15 @@
"Duplicate (With Time and Geographic Location)": "Duplicate (With Time and Geographic Location)",
"Category": "Категория",
"Secondary Category": "Secondary Category",
"Expense Category": "Expense Category",
"Income Category": "Income Category",
"Transfer Category": "Transfer Category",
"Multiple Categories": "Несколько категорий",
"Account": "Счет",
"Multiple Accounts": "Несколько счетов",
"Source Account": "Исходный счет",
"Destination Account": "Целевой счет",
"Transaction Tag": "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": "Batch Replace Categories / Accounts / Tags",
"Create Nonexistent Expense Categories": "Create Nonexistent Expense Categories",
"Create Nonexistent Income Categories": "Create Nonexistent Income Categories",
"Create Nonexistent Transfer Categories": "Create Nonexistent Transfer Categories",
@@ -1770,6 +1776,12 @@
"Invalid Tag": "Недействительный тег",
"Target Tag": "Целевой тег",
"(Empty)": "(Пусто)",
"Source Value": "Source Value",
"Target Value": "Target Value",
"Add Rule": "Add Rule",
"Load Replace Rule File": "Load Replace Rule File",
"Save Replace Rule File": "Save Replace Rule File",
"Replace rule file is invalid": "Replace rule file is invalid",
"Tags": "Теги",
"Your transaction description (optional)": "Описание вашей транзакции (необязательно)",
"Transaction category cannot be blank": "Категория транзакции не может быть пустой",