Skip to content

Commit

Permalink
EPMRPP-87539 || Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry Kosarau authored and Dzmitry Kosarau committed Nov 17, 2023
1 parent 075271b commit 496d682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/localization/translated/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"AutoAnalysis.numberOfLogLines": "在search engine中应考虑的日志行数",
"AutoAnalysis.numberOfLogLinesAllOption": "全部",
"AutoAnalysis.numberOfLogLinesDescription": "在search engine中应考虑的日志消息的前几行",
"AutoAnalysis.previousLaunch": "Only Last Launch with the Same Name",
"AutoAnalysis.previousLaunch": "Only last launch with the same name",
"AutoAnalysis.sameNameLaunchesCaption": "Previous launches with the same name",
"AutoAnalysis.tabDescription": "自动分析允许通过在自动模式下分析测试失败来减少测试执行调查所花费的时间。自动分析的过程基于之前使用机器学习进行的用户调查结果。当启动完成事件和测试项完成事件触发自动分析时,将应用这些设置。有关自动分析的更多信息,您可以在<a>文档</a>中阅读。",
"BetaBadge.beta": "测试版",
Expand Down Expand Up @@ -2196,7 +2196,7 @@
"launchAnalysisModal.baseOptions.allLaunches": "全部测试任务",
"launchAnalysisModal.baseOptions.current": "Current launch",
"launchAnalysisModal.baseOptions.currentAndWithSameName": "All launches with the same name",
"launchAnalysisModal.baseOptions.previousLaunch": "Only Last Launch with the Same Name",
"launchAnalysisModal.baseOptions.previousLaunch": "Only last launch with the same name",
"launchAnalysisModal.baseOptions.withSameName": "Previous launches with the same name",
"launchAnalysisModal.itemOptions.byAA": "(由AA)自动分析的测试项",
"launchAnalysisModal.itemOptions.investigate": "待分析的测试项",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const messages = defineMessages({
},
PREVIOUS_LAUNCH: {
id: 'launchAnalysisModal.baseOptions.previousLaunch',
defaultMessage: 'Only Last Launch with the Same Name',
defaultMessage: 'Only last launch with the same name',
},
CURRENT_AND_THE_SAME_NAME: {
id: 'launchAnalysisModal.baseOptions.currentAndWithSameName',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const messages = defineMessages({
},
previousLaunch: {
id: 'AutoAnalysis.previousLaunch',
defaultMessage: 'Only Last Launch with the Same Name',
defaultMessage: 'Only last launch with the same name',
},
currentAndTheSameName: {
id: 'AutoAnalysis.currentAndWithSameName',
Expand Down

0 comments on commit 496d682

Please sign in to comment.