mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
move all transactions from one account to another account (#288)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"confirmImportTransactions": "您確定要匯入 {count} 個交易?",
|
||||
"importingTransactions": "正在匯入 ({process}%)",
|
||||
"importTransactionResult": "您已經成功匯入 {count} 個交易。",
|
||||
"moveTransactionsInAccountTip": "您不能還原此操作。此操作將會把 {fromAccount} 帳戶中的所有交易資料移動到 {toAccount}。",
|
||||
"clearTransactionsInAccountTip": "您不能還原此操作。此操作將會清除您在 {account} 帳戶中的交易資料。請輸入您目前的密碼以確認。",
|
||||
"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 from or to hidden account": "不能從隱藏帳戶移動交易或移動交易到隱藏帳戶",
|
||||
"cannot move transaction from or to parent account": "不能從父帳戶移動交易或移動交易到父帳戶",
|
||||
"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?": "您確定要刪除這個子帳戶?",
|
||||
"Unable to delete this account": "無法刪除此帳戶",
|
||||
"Unable to delete this sub-account": "無法刪除此子帳戶",
|
||||
"Move All Transactions": "移動所有交易",
|
||||
"Are you sure you want to move all transactions?": "您確定要移動所有交易?",
|
||||
"Unable to move transactions": "無法移動交易",
|
||||
"All transactions in this account has been moved.": "此帳戶中的所有交易已被移動。",
|
||||
"Reconciliation Statement": "對帳單",
|
||||
"Account Balance Trends": "帳戶餘額趨勢",
|
||||
"Update Closing Balance": "更新期末餘額",
|
||||
@@ -1886,6 +1895,8 @@
|
||||
"Default Transfer Category": "預設轉帳分類",
|
||||
"Invalid Account": "無效帳戶",
|
||||
"Target Account": "目標帳戶",
|
||||
"Confirm Target Account Name": "確認目標帳戶名稱",
|
||||
"Please re-enter the target account name to confirm": "請再次輸入目標帳戶名稱以確認",
|
||||
"Invalid Tag": "無效標籤",
|
||||
"Target Tag": "目標標籤",
|
||||
"Remove Tag": "移除標籤",
|
||||
|
||||
Reference in New Issue
Block a user