mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support modify account
This commit is contained in:
@@ -213,6 +213,7 @@ export default {
|
||||
'parent account cannot set currency': 'Parent account cannot set currency',
|
||||
'sub account category not equals to parent': 'Sub account category does not equal to parent',
|
||||
'sub account type invalid': 'Sub account type is invalid',
|
||||
'cannot add or delete sub accounts when modify account': 'You cannot add or delete sub accounts when modify account',
|
||||
},
|
||||
'parameter': {
|
||||
'id': 'ID',
|
||||
@@ -250,6 +251,7 @@ export default {
|
||||
'Enabled': 'Enabled',
|
||||
'Disable': 'Disable',
|
||||
'Disabled': 'Disabled',
|
||||
'Visible': 'Visible',
|
||||
'Version': 'Version',
|
||||
'Edit': 'Edit',
|
||||
'Delete': 'Delete',
|
||||
@@ -312,6 +314,7 @@ export default {
|
||||
'Unable to get account list': 'Unable to get account list',
|
||||
'No available account': 'No available account',
|
||||
'Add Account': 'Add Account',
|
||||
'Edit Account': 'Edit Account',
|
||||
'Account Category': 'Account Category',
|
||||
'Single Account': 'Single Account',
|
||||
'Multi Sub Accounts': 'Multi Sub Accounts',
|
||||
@@ -333,7 +336,10 @@ export default {
|
||||
'Account name cannot be empty': 'Account name cannot be empty',
|
||||
'Account currency cannot be empty': 'Account currency cannot be empty',
|
||||
'You have added a new account': 'You have added a new account',
|
||||
'You have saved this account': 'You have saved this account',
|
||||
'Unable to add account': 'Unable to add account',
|
||||
'Unable to save account': 'Unable to save account',
|
||||
'Unable to get account': 'Unable to get account',
|
||||
'Unable to hide this account': 'Unable to hide this account',
|
||||
'Unable to unhide this account': 'Unable to unhide this account',
|
||||
'Unable to move account': 'Unable to move account',
|
||||
|
||||
Reference in New Issue
Block a user