support batch replace category / account / tag in import transaction dialog

This commit is contained in:
MaysWind
2024-09-23 00:19:03 +08:00
parent 21ea36a4f7
commit 29781bbac4
5 changed files with 566 additions and 6 deletions
+14
View File
@@ -81,6 +81,7 @@
"youHaveAccounts": "You have recorded {count} accounts",
"clickToSelectedFile": "Click to select import file ({extensions})",
"selectedCount": "Selected {count} of {totalCount}",
"youHaveUpdatedTransactions": "You have updated {count} transactions",
"confirmImportTransactions": "Are you sure you want to import {count} transactions?",
"importTransactionResult": "You have imported {count} transactions successfully.",
"accountActivationAndResendValidationEmailTip": "Account activation link has been sent to your email address: {email}, If you don't receive the mail, please fill password again and click the button below to resend the validation mail.",
@@ -1508,6 +1509,19 @@
"No data to import": "No data to import",
"Cannot import invalid transactions": "Cannot import invalid transactions",
"Unable to parse import file": "Unable to parse import file",
"Batch Replace": "Batch Replace",
"Replace Invalid Expense Categories": "Replace Invalid Expense Categories",
"Replace Invalid Income Categories": "Replace Invalid Income Categories",
"Replace Invalid Transfer Categories": "Replace Invalid Transfer Categories",
"Replace Invalid Accounts": "Replace Invalid Accounts",
"Replace Invalid Transaction Tags": "Replace Invalid Transaction Tags",
"Invalid Category": "Invalid Category",
"Target Category": "Target Category",
"Invalid Account": "Invalid Account",
"Target Account": "Target Account",
"Invalid Tag": "Invalid Tag",
"Target Tag": "Target Tag",
"(Empty)": "(Empty)",
"Tags": "Tags",
"Your transaction description (optional)": "Your transaction description (optional)",
"Transaction category cannot be blank": "Transaction category cannot be blank",