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 in use and 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