support batch update tags for transactions

This commit is contained in:
MaysWind
2026-04-26 00:52:44 +08:00
parent bab7a0041b
commit 1e38d1b18b
29 changed files with 924 additions and 6 deletions
+6
View File
@@ -141,6 +141,7 @@
"moveTransactionsInAccountTip": "You CANNOT undo this action. This will move all transactions from {fromAccount} to {toAccount}.",
"clearTransactionsInAccountTip": "You CANNOT undo this action. This will clear your transactions data in {account}. Please enter your current password to confirm.",
"deleteTransactionsTip": "You CANNOT undo this action. This will delete {count} transactions. Please enter your current password to confirm.",
"clearTransactionsTagsTip": "You CANNOT undo this action. This will clear all tags from {count} transactions.",
"accountActivationAndResendValidationEmailTip": "Посилання для активації облікового запису було надіслано на вашу електронну адресу: {email}. Якщо ви не отримали лист, введіть пароль ще раз і натисніть кнопку нижче, щоб надіслати лист повторно.",
"resendValidationEmailTip": "Якщо ви не отримали лист, введіть пароль ще раз і натисніть кнопку нижче, щоб надіслати лист повторно на адресу: {email}",
"oauth2bindTip": "You're signing in to the {userName} user using {providerName}. Please enter your ezBookkeeping password to verify."
@@ -1195,6 +1196,7 @@
"cannot move transaction from or to hidden account": "Cannot move transaction from or to hidden account",
"cannot move transaction from or to parent account": "Cannot move transaction from or to parent account",
"cannot move transaction between accounts with different currencies": "Cannot move transaction between accounts with different currencies",
"cannot add tags to too many transactions one time": "You cannot add tags to too many transactions one time",
"transaction category id is invalid": "ID категорії транзакції недійсний",
"transaction category not found": "Категорію транзакції не знайдено",
"transaction category type is invalid": "Тип категорії транзакції недійсний",
@@ -1856,6 +1858,10 @@
"Update Accounts for Transactions": "Update Accounts for Transactions",
"Update Destination Accounts for Transactions": "Update Destination Accounts for Transactions",
"Unable to update accounts for transactions": "Unable to update accounts for transactions",
"Add Tags to Transactions": "Add Tags to Transactions",
"Remove Tags from Transactions": "Remove Tags from Transactions",
"Clear All Tags from Transactions": "Clear All Tags from Transactions",
"Unable to update tags for transactions": "Unable to update tags for transactions",
"Delete Transactions": "Delete Transactions",
"Unable to delete these transactions": "Unable to delete these transactions",
"Account List": "Список рахунків",