chore: 调整部分英文翻译
This commit is contained in:
parent
665aa4c57b
commit
770b64ce1d
|
@ -22,6 +22,7 @@ export default {
|
|||
'menu.workbench': 'Workbench',
|
||||
'menu.testPlan': 'Test Plan',
|
||||
'menu.bugManagement': 'Bug',
|
||||
'menu.bugManagement.bugDetail': 'Bug',
|
||||
'menu.bugManagement.bugRecycle': 'Recycle',
|
||||
'menu.caseManagement': 'Functional',
|
||||
'menu.apiTest': 'API Test',
|
||||
|
@ -34,8 +35,8 @@ export default {
|
|||
'menu.uiTest': 'UI Test',
|
||||
'menu.performanceTest': 'Performance Test',
|
||||
'menu.projectManagement': 'Project',
|
||||
'menu.projectManagement.fileManagement': 'File Management',
|
||||
'menu.projectManagement.messageManagement': 'Message Management',
|
||||
'menu.projectManagement.fileManagement': 'File',
|
||||
'menu.projectManagement.messageManagement': 'Message',
|
||||
'menu.projectManagement.commonScript': 'Common Script',
|
||||
'menu.projectManagement.messageManagementEdit': 'Update Template',
|
||||
'menu.caseManagement.featureCase': 'Feature Case',
|
||||
|
@ -55,7 +56,7 @@ export default {
|
|||
'menu.projectManagement.projectPermission': 'Project Permission',
|
||||
'menu.projectManagement.log': 'Log',
|
||||
'menu.projectManagement.taskCenter': 'The task center',
|
||||
'menu.projectManagement.environmentManagement': 'EnvironmentManagement',
|
||||
'menu.projectManagement.environmentManagement': 'Environment',
|
||||
'menu.settings': 'Settings',
|
||||
'menu.settings.system': 'System',
|
||||
'menu.settings.system.usergroup': 'User Group',
|
||||
|
@ -82,7 +83,7 @@ export default {
|
|||
'menu.settings.organization.serviceIntegration': 'Service Integration',
|
||||
'menu.settings.organization.log': 'Log',
|
||||
'navbar.action.locale': 'Switch to English',
|
||||
'menu.projectManagement.templateManager': 'Template Management',
|
||||
'menu.projectManagement.templateManager': 'Template',
|
||||
...sys,
|
||||
...localeSettings,
|
||||
...result,
|
||||
|
|
|
@ -8,8 +8,8 @@ export default {
|
|||
severity: 'Severity',
|
||||
status: 'Status',
|
||||
handleMan: 'Handler',
|
||||
numberOfCase: 'Number of cases',
|
||||
belongPlatform: 'Belong Platform',
|
||||
numberOfCase: 'Cases',
|
||||
belongPlatform: 'Platform',
|
||||
tag: 'Tag',
|
||||
creator: 'Creator',
|
||||
updateUser: 'Updater',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export default {
|
||||
'project.environmental.title': 'Environmental management',
|
||||
'project.environmental.project': 'Project',
|
||||
'project.environmental.envGroup': 'Environmental group',
|
||||
'project.environmental.envGroup': 'Env Group',
|
||||
'project.environmental.searchHolder': 'Please enter the environment name',
|
||||
'project.environmental.allParam': 'Global request header',
|
||||
'project.environmental.env': 'Environment',
|
||||
|
@ -89,6 +89,11 @@ export default {
|
|||
'project.environmental.host.hostNamePlaceholder': 'Please enter the host name',
|
||||
'project.environmental.host.desc': 'Description',
|
||||
'project.environmental.host.descPlaceholder': 'Please enter the description',
|
||||
'project.environmental.group.desc': 'Description',
|
||||
'project.environmental.group.envGroup': 'Env Group',
|
||||
'project.environmental.group.envGroupName': 'Env Group Name',
|
||||
'project.environmental.group.envGroupNameIsRequire': 'Env Group Name cannot be empty',
|
||||
'project.environmental.group.envGroupPlaceholder': 'Please enter the Env Group Name',
|
||||
'project.environmental.newEnv': 'New Environment',
|
||||
'project.environmental.http.hostNamePlaceholder': 'Please enter the host name',
|
||||
'project.environmental.preScriptBefore': 'Pre script before',
|
||||
|
|
Loading…
Reference in New Issue