fix(style): form field item

This commit is contained in:
jialin
2024-07-04 10:47:22 +08:00
parent b2d70c1d53
commit ed3f9f7e96
24 changed files with 214 additions and 127 deletions
+3 -2
View File
@@ -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',
+1 -1
View File
@@ -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'
};
+1
View File
@@ -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': '保存',