mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
support hiding/unhiding/deleting sub-account in account list page
This commit is contained in:
@@ -1067,6 +1067,8 @@
|
||||
"account balance time is not set": "Время баланса счета не установлено",
|
||||
"cannot set statement date for non credit card account": "Нельзя установить дату выписки для счета, не являющегося кредитной картой",
|
||||
"cannot set statement date for sub account": "Нельзя установить дату выписки для субсчета",
|
||||
"sub-account not found": "Sub-account is not found",
|
||||
"sub-account is in use and cannot be deleted": "Sub-account is in use and it cannot be deleted",
|
||||
"transaction id is invalid": "ID транзакции недействителен",
|
||||
"transaction not found": "Транзакция не найдена",
|
||||
"transaction type is invalid": "Тип транзакции недействителен",
|
||||
@@ -1576,7 +1578,9 @@
|
||||
"Unable to unhide this account": "Не удалось отобразить этот счет",
|
||||
"Unable to move account": "Не удалось переместить счет",
|
||||
"Are you sure you want to delete this account?": "Вы уверены, что хотите удалить этот счет?",
|
||||
"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",
|
||||
"Transaction": "Транзакция",
|
||||
"Transactions": "Транзакции",
|
||||
"Transaction Pictures": "Изображения транзакций",
|
||||
|
||||
Reference in New Issue
Block a user