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": "Êtes-vous sûr de vouloir importer {count} transactions ?",
"importingTransactions": "Importation ({process}%)",
"importTransactionResult": "Vous avez importé {count} transactions avec succès.",
"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": "Le lien d'activation du compte a été envoyé à votre adresse e-mail : {email}, Si vous ne recevez pas le mail, veuillez remplir à nouveau le mot de passe et cliquer sur le bouton ci-dessous pour renvoyer l'e-mail de validation.",
"resendValidationEmailTip": "Si vous ne recevez pas le mail, veuillez remplir à nouveau le mot de passe et cliquer sur le bouton ci-dessous pour renvoyer l'e-mail de validation à : {email}"
@@ -1163,6 +1164,10 @@
"transaction type mapping invalid": "Le mappage du type de transaction est invalide",
"transaction time format invalid": "Le format d'heure de transaction est invalide",
"transaction time zone format invalid": "Le format de fuseau horaire de transaction est invalide",
"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": "L'ID de catégorie de transaction est invalide",
"transaction category not found": "Catégorie de transaction non trouvée",
"transaction category type is invalid": "Le type de catégorie de transaction est invalide",
@@ -1704,6 +1709,10 @@
"Are you sure you want to delete this sub-account?": "Êtes-vous sûr de vouloir supprimer ce sous-compte ?",
"Unable to delete this account": "Impossible de supprimer ce compte",
"Unable to delete this sub-account": "Impossible de supprimer ce sous-compte",
"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": "Relevé de rapprochement",
"Account Balance Trends": "Tendances du solde du compte",
"Update Closing Balance": "Mettre à jour le solde de clôture",
@@ -1886,6 +1895,8 @@
"Default Transfer Category": "Catégorie de virement par défaut",
"Invalid Account": "Compte invalide",
"Target Account": "Compte cible",
"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": "Étiquette invalide",
"Target Tag": "Étiquette cible",
"Remove Tag": "Supprimer l'étiquette",