mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +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": "Il conto principale non può impostare il saldo",
|
||||
"sub-account category not equals to parent": "La categoria del sotto-conto non corrisponde a quella principale",
|
||||
"sub-account type invalid": "Tipo di sotto-conto non valido",
|
||||
"cannot add or delete sub-accounts when modify account": "Non è possibile aggiungere o eliminare sotto-conti durante la modifica del conto",
|
||||
"source account not found": "Conto di origine non trovato",
|
||||
"destination account not found": "Conto di destinazione non trovato",
|
||||
"account is in use and cannot be deleted": "Il conto è in uso e non può essere eliminato",
|
||||
@@ -1073,6 +1072,9 @@
|
||||
"cannot set statement date for sub account": "Impossibile impostare la data dell'estratto conto per un sotto-conto",
|
||||
"sub-account not found": "Sotto-conto non trovato",
|
||||
"sub-account is in use and cannot be deleted": "Il sotto-conto è in uso e non può essere eliminato",
|
||||
"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": "ID transazione non valido",
|
||||
"transaction not found": "Transazione non trovata",
|
||||
"transaction type is invalid": "Tipo di transazione non valido",
|
||||
|
||||
Reference in New Issue
Block a user