move all transactions from one account to another account (#288)
This commit is contained in:
@@ -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 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 категории транзакции недействителен",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user