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": "Родительский счет не может устанавливать баланс",
|
||||
"sub-account category not equals to parent": "Категория субсчета не совпадает с родительской",
|
||||
"sub-account type invalid": "Тип субсчета недействителен",
|
||||
"cannot add or delete sub-accounts when modify account": "Нельзя добавлять или удалять субсчета при изменении счета",
|
||||
"source account not found": "Исходный счет не найден",
|
||||
"destination account not found": "Счет назначения не найден",
|
||||
"account is in use and cannot be deleted": "Счет используется и не может быть удален",
|
||||
@@ -1073,6 +1072,9 @@
|
||||
"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",
|
||||
"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 транзакции недействителен",
|
||||
"transaction not found": "Транзакция не найдена",
|
||||
"transaction type is invalid": "Тип транзакции недействителен",
|
||||
|
||||
Reference in New Issue
Block a user