mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
support adding / deleting sub account after account created (#77)
This commit is contained in:
+3
-1
@@ -1062,7 +1062,6 @@
|
||||
"parent account cannot set balance": "La cuenta principal no puede establecer el saldo",
|
||||
"sub-account category not equals to parent": "La categoría de subcuenta no es igual a la principal",
|
||||
"sub-account type invalid": "El tipo de subcuenta no es válido",
|
||||
"cannot add or delete sub-accounts when modify account": "No puede agregar ni eliminar subcuentas cuando modifica la cuenta",
|
||||
"source account not found": "No se encuentra la cuenta de origen",
|
||||
"destination account not found": "No se encuentra la cuenta de destino",
|
||||
"account is in use and cannot be deleted": "La cuenta está en uso y no se puede eliminar",
|
||||
@@ -1072,6 +1071,9 @@
|
||||
"cannot set statement date for sub account": "No se puede establecer la fecha del estado de cuenta para la subcuenta",
|
||||
"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": "El ID de transacción no es válido",
|
||||
"transaction not found": "La transacción no se encuentra",
|
||||
"transaction type is invalid": "El tipo de transacción no es válido",
|
||||
|
||||
Reference in New Issue
Block a user