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": "本当に{count}件の取引をインポートしますか?",
"importingTransactions": "Importing ({process}%)",
"importTransactionResult": "{count}件の取引を正常にインポートしました。",
"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": "アカウントの有効化リンクがメールアドレスに送信されました:{email}、メールが届かない場合はパスワードをもう一度入力して下のボタンをクリックして認証メールを再送信してください。",
"resendValidationEmailTip": "メールが届かない場合は、パスワードをもう一度入力の上、以下のボタンをクリックして検証メールを再送信してください: {email}"
@@ -1163,6 +1164,10 @@
"transaction type mapping invalid": "取引タイプのマッピングが無効です",
"transaction time format invalid": "取引時間の形式が無効です",
"transaction time zone format invalid": "取引のタイムゾーン形式が無効です",
"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": "取引カテゴリIDは無効です",
"transaction category not found": "取引カテゴリは見つかりません",
"transaction category type is invalid": "取引カテゴリタイプは無効です",
@@ -1704,6 +1709,10 @@
"Are you sure you want to delete this sub-account?": "Are you sure you want to delete this sub-account?",
"Unable to delete this account": "この口座を削除できません",
"Unable to delete this sub-account": "Unable to delete this sub-account",
"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": "Reconciliation Statement",
"Account Balance Trends": "Account Balance Trends",
"Update Closing Balance": "Update Closing Balance",
@@ -1886,6 +1895,8 @@
"Default Transfer Category": "Default Transfer Category",
"Invalid Account": "無効な口座",
"Target Account": "対象口座",
"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": "無効なタグ",
"Target Tag": "対象タグ",
"Remove Tag": "Remove Tag",