mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support adding / deleting sub account after account created (#77)
This commit is contained in:
+3
-1
@@ -1063,7 +1063,6 @@
|
||||
"parent account cannot set balance": "Übergeordnetes Konto kann keinen Saldo festlegen",
|
||||
"sub-account category not equals to parent": "Teilkonto-Kategorie entspricht nicht der übergeordneten Kategorie",
|
||||
"sub-account type invalid": "Teilkontotyp ist ungültig",
|
||||
"cannot add or delete sub-accounts when modify account": "Unterkonten können beim Ändern des Kontos nicht hinzugefügt oder gelöscht werden",
|
||||
"source account not found": "Quellkonto nicht gefunden",
|
||||
"destination account not found": "Zielkonto nicht gefunden",
|
||||
"account is in use and cannot be deleted": "Konto wird verwendet und kann nicht gelöscht werden",
|
||||
@@ -1073,6 +1072,9 @@
|
||||
"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",
|
||||
"not supported to modify account currency": "Not supported to modify account currency",
|
||||
"not supported to modify account balance": "Not supported to modify account balance",
|
||||
"not supported to modify account balance time": "Not supported to modify account balance time",
|
||||
"transaction id is invalid": "Transaktions-ID ist ungültig",
|
||||
"transaction not found": "Transaktion nicht gefunden",
|
||||
"transaction type is invalid": "Transaktionstyp ist ungültig",
|
||||
|
||||
Reference in New Issue
Block a user