|
4 | 4 | <body> |
5 | 5 | <trans-unit id="AddCallerInfoParametersFix"> |
6 | 6 | <source>Add '[CallerFilePath]' and '[CallerLineNumber]' parameters</source> |
7 | | - <target state="new">Add '[CallerFilePath]' and '[CallerLineNumber]' parameters</target> |
| 7 | + <target state="translated">'[CallerFilePath]'와 '[CallerLineNumber]' 매개변수 추가</target> |
8 | 8 | <note /> |
9 | 9 | </trans-unit> |
10 | 10 | <trans-unit id="AddTestClassFix"> |
|
29 | 29 | </trans-unit> |
30 | 30 | <trans-unit id="AvoidOutParameterOnAssertIsInstanceOfTypeFix"> |
31 | 31 | <source>Use assignment instead of 'out' parameter</source> |
32 | | - <target state="new">Use assignment instead of 'out' parameter</target> |
| 32 | + <target state="translated">'out' 매개변수 대신 할당 사용</target> |
33 | 33 | <note /> |
34 | 34 | </trans-unit> |
35 | 35 | <trans-unit id="ChangeMethodAccessibilityToPrivateFix"> |
|
59 | 59 | </trans-unit> |
60 | 60 | <trans-unit id="RemoveClassCleanupBehaviorArgumentFix"> |
61 | 61 | <source>Remove 'ClassCleanupBehavior' argument</source> |
62 | | - <target state="new">Remove 'ClassCleanupBehavior' argument</target> |
| 62 | + <target state="translated">'ClassCleanupBehavior' 인수 제거</target> |
63 | 63 | <note /> |
64 | 64 | </trans-unit> |
65 | 65 | <trans-unit id="RemoveDynamicDataSourceTypeFix"> |
|
119 | 119 | </trans-unit> |
120 | 120 | <trans-unit id="TransformExecuteToExecuteAsyncFix"> |
121 | 121 | <source>Transform 'Execute' override to 'ExecuteAsync'</source> |
122 | | - <target state="new">Transform 'Execute' override to 'ExecuteAsync'</target> |
| 122 | + <target state="translated">'Execute' 재정의를 'ExecuteAsync'로 변환</target> |
123 | 123 | <note /> |
124 | 124 | </trans-unit> |
125 | 125 | <trans-unit id="UseAttributeOnTestMethodFix"> |
|
129 | 129 | </trans-unit> |
130 | 130 | <trans-unit id="UseContainsKeyInsteadOfContainsFix"> |
131 | 131 | <source>Use 'ContainsKey' instead of 'Contains'</source> |
132 | | - <target state="new">Use 'ContainsKey' instead of 'Contains'</target> |
| 132 | + <target state="translated">'Contains' 대신 'ContainsKey' 사용</target> |
133 | 133 | <note /> |
134 | 134 | </trans-unit> |
135 | 135 | <trans-unit id="UseCancellationTokenPropertyFix"> |
|
144 | 144 | </trans-unit> |
145 | 145 | <trans-unit id="UseDisplayNamePropertyInsteadOfStringArgumentFix"> |
146 | 146 | <source>Use 'DisplayName' property instead of string argument</source> |
147 | | - <target state="new">Use 'DisplayName' property instead of string argument</target> |
| 147 | + <target state="translated">문자열 인수 대신 'DisplayName' 속성 사용</target> |
148 | 148 | <note /> |
149 | 149 | </trans-unit> |
150 | 150 | <trans-unit id="UseProperAssertMethodsFix"> |
|
0 commit comments