mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
verify currency
This commit is contained in:
@@ -495,7 +495,10 @@ export default {
|
||||
'user id is invalid': 'User ID is invalid',
|
||||
'username is empty': 'Username is empty',
|
||||
'email is empty': 'Email is empty',
|
||||
'nickname is empty': 'Nickname is empty',
|
||||
'password is empty': 'Password is empty',
|
||||
'user default currency is empty': 'User default currency is empty',
|
||||
'user default currency is invalid': 'User default currency is invalid',
|
||||
'user not found': 'User not found',
|
||||
'password is wrong': 'Password is wrong',
|
||||
'username already exists': 'Username already exists',
|
||||
@@ -523,6 +526,7 @@ export default {
|
||||
'account id is invalid': 'Account ID is invalid',
|
||||
'account not found': 'Account is not found',
|
||||
'account type is invalid': 'Account type is invalid',
|
||||
'account currency is invalid': 'Account currency 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',
|
||||
|
||||
@@ -495,7 +495,10 @@ export default {
|
||||
'user id is invalid': '用户ID无效',
|
||||
'username is empty': '用户名为空',
|
||||
'email is empty': '电子邮箱为空',
|
||||
'nickname is empty': '用户昵称为空',
|
||||
'password is empty': '密码为空',
|
||||
'user default currency is empty': '用户默认货币为空',
|
||||
'user default currency is invalid': '用户默认货币无效',
|
||||
'user not found': '找不到该用户',
|
||||
'password is wrong': '密码错误',
|
||||
'username already exists': '用户名已经存在',
|
||||
@@ -523,6 +526,7 @@ export default {
|
||||
'account id is invalid': '账户ID无效',
|
||||
'account not found': '账户不存在',
|
||||
'account type is invalid': '账户类型无效',
|
||||
'account currency is invalid': '账户货币无效',
|
||||
'account must have at least one sub account': '账户必须包含至少一个子账户',
|
||||
'account cannot have sub accounts': '账户不能包含子账户',
|
||||
'parent account cannot set currency': '父账户不能设置货币',
|
||||
|
||||
Reference in New Issue
Block a user