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 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?": "Ви впевнені, що хочете видалити цей субрахунок?",
|
||||
"Unable to delete this 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": "Категорія переказів за замовчуванням",
|
||||
"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