Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Jan 27, 2025
1 parent 082f65f commit 24f9a6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/StructuredLogger/BinaryLogger/BuildEventArgsReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1382,14 +1382,14 @@ private BuildEventArgs ReadPropertyReassignmentEventArgs()
}

var e = new PropertyReassignmentEventArgs(
propertyName,
previousValue,
newValue,
location,
message,
fields.HelpKeyword,
fields.SenderName,
fields.Importance);
propertyName,
previousValue,
newValue,
location,
message,
fields.HelpKeyword,
fields.SenderName,
fields.Importance);
SetCommonFields(e, fields);
return e;
}
Expand Down
4 changes: 2 additions & 2 deletions src/StructuredLogger/Strings/Strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"TargetAlreadyCompleteSuccess": "\"{0}\" 대상을 건너뜁니다. 이전에 빌드되었습니다.",
"TryingExtensionsPath": "확장 경로 {1}을(를) 사용하여 {0}을(를) 가져옵니다.",
"PropertyReassignment": "속성 재할당: $({0})={3}의 \"{1}\"(이전 값: \"{2}\")",
"PropertyAssignment": "속성 초기값: $({0})=\"{1}\". 소스: {2}",
"PropertyAssignment": "속성 초기값: $({0})=\"{1}\" 소스: {2}",
"ProjectImportSkippedExpressionEvaluatedToEmpty": "빈 문자열로 평가되는 식 때문에 ({2},{3})의 \"{1}\"이(가) 프로젝트 \"{0}\"을(를) 가져오지 않았습니다.",
"General.GlobalProperties": "전역 속성:",
"General.UndefineProperties": "속성 제거:",
Expand Down Expand Up @@ -695,7 +695,7 @@
"TargetAlreadyCompleteSuccess": "已跳过目标“{0}”。以前的生成已成功。",
"TryingExtensionsPath": "尝试使用扩展路径 {1} 导入 {0}",
"PropertyReassignment": "在 {3} 处重新分配属性: $({0})=“{1}”(先前值:“{2}”)",
"PropertyAssignment": "属性初始值: $({0})=\"{1}\". 来源: {2}",
"PropertyAssignment": "属性初始值: $({0})=\"{1}\"来源: {2}",
"ProjectImportSkippedExpressionEvaluatedToEmpty": "由于表达式评估为空字符串,因此项目“{0}”不由 ({2}、{3}) 处的“{1}”导入。",
"General.GlobalProperties": "全局属性:",
"General.UndefineProperties": "移除属性:",
Expand Down

0 comments on commit 24f9a6e

Please sign in to comment.