move all transactions from one account to another account (#288)

This commit is contained in:
MaysWind
2025-10-11 01:10:13 +08:00
parent 3ce7f6e99a
commit 2cb47bfd75
29 changed files with 974 additions and 41 deletions
+11
View File
@@ -126,6 +126,7 @@
"confirmImportTransactions": "Weet je zeker dat je {count} transacties wilt importeren?",
"importingTransactions": "Bezig met importeren ({process}%)",
"importTransactionResult": "Je hebt {count} transacties succesvol geïmporteerd.",
"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.",
"accountActivationAndResendValidationEmailTip": "Een activatielink is verzonden naar je e-mailadres: {email}. Als je de e-mail niet ontvangt, vul dan je wachtwoord opnieuw in en klik op de knop hieronder om de validatiemail opnieuw te verzenden.",
"resendValidationEmailTip": "Als je de e-mail niet ontvangt, vul dan je wachtwoord opnieuw in en klik op de knop hieronder om de validatiemail opnieuw te verzenden naar: {email}"
@@ -1163,6 +1164,10 @@
"transaction type mapping invalid": "Transactietypetoewijzing is ongeldig",
"transaction time format invalid": "Formaat van transactietijd is ongeldig",
"transaction time zone format invalid": "Formaat van transactietijdzone is ongeldig",
"cannot move transaction to same account": "Cannot move transaction to the same account",
"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",
"transaction category id is invalid": "Transactiecategorie-ID is ongeldig",
"transaction category not found": "Transactiecategorie niet gevonden",
"transaction category type is invalid": "Type transactiecategorie is ongeldig",
@@ -1704,6 +1709,10 @@
"Are you sure you want to delete this sub-account?": "Weet je zeker dat je deze subrekening wilt verwijderen?",
"Unable to delete this account": "Kan deze rekening niet verwijderen",
"Unable to delete this sub-account": "Kan deze subrekening niet verwijderen",
"Move All Transactions": "Move All Transactions",
"Are you sure you want to move all transactions?": "Are you sure you want to move all transactions?",
"Unable to move transactions": "Unable to move transactions",
"All transactions in this account has been moved.": "All transactions in this account has been moved.",
"Reconciliation Statement": "Afstemmingsrapport",
"Account Balance Trends": "Rekening-saldotrends",
"Update Closing Balance": "Eindsaldo bijwerken",
@@ -1886,6 +1895,8 @@
"Default Transfer Category": "Standaard overboekingscategorie",
"Invalid Account": "Ongeldige rekening",
"Target Account": "Doelrekening",
"Confirm Target Account Name": "Confirm Target Account Name",
"Please re-enter the target account name to confirm": "Please re-enter the target account name to confirm",
"Invalid Tag": "Ongeldige tag",
"Target Tag": "Doeltag",
"Remove Tag": "Remove Tag",