mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +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": "Danh mục",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "Nhiều danh mục",
|
||||
"Account": "Tài khoản",
|
||||
"Multiple Accounts": "Nhiều tài khoản",
|
||||
"Source Account": "Tài khoản nguồn",
|
||||
"Destination Account": "Tài khoản đích",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Không có thẻ",
|
||||
"With Any Selected Tags": "With Any Selected Tags",
|
||||
"With All Selected Tags": "With All Selected Tags",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "Thay thế các danh mục chuyển khoản không hợp lệ",
|
||||
"Replace Invalid Accounts": "Thay thế các tài khoản không hợp lệ",
|
||||
"Replace Invalid Transaction Tags": "Thay thế các thẻ giao dịch không hợp lệ",
|
||||
"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": "Thẻ không hợp lệ",
|
||||
"Target Tag": "Thẻ mục tiêu",
|
||||
"(Empty)": "(Trống)",
|
||||
"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": "Thẻ",
|
||||
"Your transaction description (optional)": "Mô tả giao dịch của bạn (tùy chọn)",
|
||||
"Transaction category cannot be blank": "Danh mục giao dịch không được để trống",
|
||||
|
||||
Reference in New Issue
Block a user