chore: upgrade check
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
'common.tips.title': 'Tips:',
|
||||
'common.input.range.start': 'start value',
|
||||
'common.input.range.end': 'end value',
|
||||
'common.footer.version': 'Versions',
|
||||
'common.footer.version': 'Version',
|
||||
'common.footer.version.title': 'Version Information',
|
||||
'common.footer.version.web': 'UI',
|
||||
'common.footer.version.server': 'Server',
|
||||
@@ -207,5 +207,8 @@ export default {
|
||||
'common.button.addLabel': 'Add Labels',
|
||||
'common.button.addSelector': 'Add Selectors',
|
||||
'common.button.addParams': 'Add Parameter',
|
||||
'common.text.here': 'here'
|
||||
'common.text.here': 'here',
|
||||
'common.text.latest': 'Latest',
|
||||
'common.text.new': 'New',
|
||||
'common.text.changelog': 'Release Notes'
|
||||
};
|
||||
|
||||
@@ -25,5 +25,7 @@ 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': 'Log in to {name}'
|
||||
'users.login.title': 'Log in to {name}',
|
||||
'users.version.islatest': '{version} is the latest version',
|
||||
'users.version.update': 'Version {version} is available for update'
|
||||
};
|
||||
|
||||
@@ -200,5 +200,8 @@ export default {
|
||||
'common.button.addLabel': '添加标签',
|
||||
'common.button.addSelector': '添加选择器',
|
||||
'common.button.addParams': '添加参数',
|
||||
'common.text.here': '这里'
|
||||
'common.text.here': '这里',
|
||||
'common.text.latest': '最新',
|
||||
'common.text.new': '新',
|
||||
'common.text.changelog': '更新日志'
|
||||
};
|
||||
|
||||
@@ -24,5 +24,7 @@ export default {
|
||||
'users.password.confirm': '确认新密码',
|
||||
'users.password.confirm.empty': '请确认新密码',
|
||||
'users.password.confirm.error': '两次输入的密码不一致',
|
||||
'users.login.title': '登录 {name}'
|
||||
'users.login.title': '登录 {name}',
|
||||
'users.version.islatest': '{version} 已是最新版本',
|
||||
'users.version.update': '{version} 版本可供更新'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user