fix(style): form field item
This commit is contained in:
@@ -4,6 +4,7 @@ export default {
|
||||
'common.button.readonly': 'Readonly',
|
||||
'common.button.editmode': 'Edit mode',
|
||||
'common.button.add': 'Add',
|
||||
'common.button.login': 'Log In',
|
||||
'common.button.continue': 'Continue',
|
||||
'common.button.upload': 'Upload',
|
||||
'common.button.save': 'Save',
|
||||
@@ -92,8 +93,8 @@ export default {
|
||||
'common.data.none': 'No Data',
|
||||
'common.action.none': 'Not Available',
|
||||
'common.button.addfile': 'Add File',
|
||||
'common.logout.msg': 'Logout succeeded',
|
||||
'common.button.logout': 'Logout',
|
||||
'common.logout.msg': 'Log out succeeded',
|
||||
'common.button.logout': 'Log out',
|
||||
'common.form.rule.select': 'please select {name}',
|
||||
'common.form.rule.input': '{name} is required',
|
||||
'common.form.key': 'the same key exists',
|
||||
|
||||
@@ -25,5 +25,5 @@ export default {
|
||||
'users.password.confirm': 'Confirm New Password',
|
||||
'users.password.confirm.empty': 'Please confirm the new password.',
|
||||
'users.password.confirm.error': 'The two passwords entered do not match.',
|
||||
'users.login.title': 'Login GPUStack'
|
||||
'users.login.title': 'Log in to GPUStack'
|
||||
};
|
||||
|
||||
@@ -4,6 +4,7 @@ export default {
|
||||
'common.button.readonly': '只读',
|
||||
'common.button.editmode': '编辑模式',
|
||||
'common.button.add': '添加',
|
||||
'common.button.login': '登录',
|
||||
'common.button.continue': '继续',
|
||||
'common.button.upload': '上传',
|
||||
'common.button.save': '保存',
|
||||
|
||||
Reference in New Issue
Block a user