mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +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": "Kontosaldo-Zeit ist nicht festgelegt",
|
||||
"cannot set statement date for non credit card account": "Abrechnungsdatum kann für kein Kreditkartenkonto festgelegt werden",
|
||||
"cannot set statement date for sub account": "Abrechnungsdatum kann für Teilkonto nicht festgelegt werden",
|
||||
"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": "Transaktions-ID ist ungültig",
|
||||
"transaction not found": "Transaktion nicht gefunden",
|
||||
"transaction type is invalid": "Transaktionstyp ist ungültig",
|
||||
@@ -1576,7 +1578,9 @@
|
||||
"Unable to unhide this account": "Dieses Konto kann nicht eingeblendet werden",
|
||||
"Unable to move account": "Konto kann nicht verschoben werden",
|
||||
"Are you sure you want to delete this account?": "Sind Sie sicher, dass Sie dieses Konto löschen möchten?",
|
||||
"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": "Konto kann nicht gelöscht werden",
|
||||
"Unable to delete this sub-account": "Unable to delete this sub-account",
|
||||
"Transaction": "Transaktion",
|
||||
"Transactions": "Transaktionen",
|
||||
"Transaction Pictures": "Transaktionsbilder",
|
||||
|
||||
Reference in New Issue
Block a user