mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support sub account
This commit is contained in:
@@ -210,6 +210,9 @@ export default {
|
||||
'account type is invalid': '账户类型无效',
|
||||
'account must have at least one sub account': '账户必须包含至少一个子账户',
|
||||
'account cannot have sub accounts': '账户不能包含子账户',
|
||||
'parent account cannot set currency': '父账户不能设置货币',
|
||||
'sub account category not equals to parent': '子账户类别与父账户不同',
|
||||
'sub account type invalid': '子账户类型无效',
|
||||
},
|
||||
'parameter': {
|
||||
'id': 'ID',
|
||||
@@ -315,10 +318,16 @@ export default {
|
||||
'Account Type': '账户类型',
|
||||
'Account Name': '账户名称',
|
||||
'Your account name': '你的账户名称',
|
||||
'Sub Account Name': '子账户名称',
|
||||
'Your sub account name': '你的子账户名称',
|
||||
'Account Icon': '账户图标',
|
||||
'Sub Account Icon': '子账户图标',
|
||||
'Currency': '货币',
|
||||
'Description': '描述',
|
||||
'Your account description (optional)': '你的账户描述 (可选)',
|
||||
'Your sub account description (optional)': '你的子账户描述 (可选)',
|
||||
'Add Sub Account': '添加子账户',
|
||||
'Remove Sub Account': '删除子账户',
|
||||
'Account category cannot be empty': '账户分类不能为空',
|
||||
'Account type cannot be empty': '账户类型不能为空',
|
||||
'Account name cannot be empty': '账户名称不能为空',
|
||||
|
||||
Reference in New Issue
Block a user