move all transactions from one account to another account (#288)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"confirmImportTransactions": "Bạn có chắc chắn muốn nhập {count} giao dịch không?",
|
||||
"importingTransactions": "Importing ({process}%)",
|
||||
"importTransactionResult": "Bạn đã nhập thành công {count} giao dịch.",
|
||||
"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": "Liên kết kích hoạt tài khoản đã được gửi tới email của bạn: {email}. Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận.",
|
||||
"resendValidationEmailTip": "Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận tới: {email}"
|
||||
@@ -1163,6 +1164,10 @@
|
||||
"transaction type mapping invalid": "Transaction type mapping is invalid",
|
||||
"transaction time format invalid": "Transaction time format is invalid",
|
||||
"transaction time zone format invalid": "Transaction time zone format is 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 danh mục giao dịch không hợp lệ",
|
||||
"transaction category not found": "Không tìm thấy danh mục giao dịch",
|
||||
"transaction category type is invalid": "Loại danh mục giao dịch không hợp lệ",
|
||||
@@ -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": "Không thể xóa tài khoản này",
|
||||
"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": "Tài khoản không hợp lệ",
|
||||
"Target Account": "Tài khoản mục tiêu",
|
||||
"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": "Thẻ không hợp lệ",
|
||||
"Target Tag": "Thẻ mục tiêu",
|
||||
"Remove Tag": "Remove Tag",
|
||||
|
||||
Reference in New Issue
Block a user