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": "Account balance time is not set",
|
||||
"cannot set statement date for non credit card account": "Cannot set statement date for non credit card account",
|
||||
"cannot set statement date for sub 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": "Transaction ID is invalid",
|
||||
"transaction not found": "Transaction is not found",
|
||||
"transaction type is invalid": "Transaction type is invalid",
|
||||
@@ -1576,7 +1578,9 @@
|
||||
"Unable to unhide this account": "Unable to unhide this account",
|
||||
"Unable to move account": "Unable to move account",
|
||||
"Are you sure you want to delete this 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 account",
|
||||
"Unable to delete this sub-account": "Unable to delete this sub-account",
|
||||
"Transaction": "Transaction",
|
||||
"Transactions": "Transactions",
|
||||
"Transaction Pictures": "Transaction Pictures",
|
||||
|
||||
Reference in New Issue
Block a user