mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support sub account
This commit is contained in:
@@ -210,6 +210,9 @@ export default {
|
||||
'account type is invalid': 'Account type is invalid',
|
||||
'account must have at least one sub account': 'Account must have at least one sub account',
|
||||
'account cannot have sub accounts': 'Account cannot have sub accounts',
|
||||
'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',
|
||||
},
|
||||
'parameter': {
|
||||
'id': 'ID',
|
||||
@@ -315,10 +318,16 @@ export default {
|
||||
'Account Type': 'Account Type',
|
||||
'Account Name': 'Account Name',
|
||||
'Your account name': 'Your account name',
|
||||
'Sub Account Name': 'Sub Account Name',
|
||||
'Your sub account name': 'Your sub account name',
|
||||
'Account Icon': 'Account Icon',
|
||||
'Sub Account Icon': 'Sub Account Icon',
|
||||
'Currency': 'Currency',
|
||||
'Description': 'Description',
|
||||
'Your account description (optional)': 'Your account description (optional)',
|
||||
'Your sub account description (optional)': 'Your sub account description (optional)',
|
||||
'Add Sub Account': 'Add Sub Account',
|
||||
'Remove Sub Account': 'Remove Sub Account',
|
||||
'Account category cannot be empty': 'Account category cannot be empty',
|
||||
'Account type cannot be empty': 'Account type cannot be empty',
|
||||
'Account name cannot be empty': 'Account name cannot be empty',
|
||||
|
||||
Reference in New Issue
Block a user