mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
load / save rules for batch replacing transaction categories / accounts / tags when import transactions
This commit is contained in:
+13
-1
@@ -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": "Category",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "Multiple Categories",
|
||||
"Account": "Account",
|
||||
"Multiple Accounts": "Multiple Accounts",
|
||||
"Source Account": "Source Account",
|
||||
"Destination Account": "Destination Account",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Without Tags",
|
||||
"With Any Selected Tags": "With Any Selected Tags",
|
||||
"With All Selected Tags": "With All Selected Tags",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "Replace Invalid Transfer Categories",
|
||||
"Replace Invalid Accounts": "Replace Invalid Accounts",
|
||||
"Replace Invalid Transaction Tags": "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": "Invalid Tag",
|
||||
"Target Tag": "Target Tag",
|
||||
"(Empty)": "(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": "Tags",
|
||||
"Your transaction description (optional)": "Your transaction description (optional)",
|
||||
"Transaction category cannot be blank": "Transaction category cannot be blank",
|
||||
|
||||
Reference in New Issue
Block a user