Skip to content

Commit 58d62d3

Browse files
authored
LEGO: Merge pull request 58
LEGO: Merge pull request 58
2 parents 90d6c77 + b798bed commit 58d62d3

9 files changed

Lines changed: 1017 additions & 12 deletions

loc/lcl/CHT/GoogleTestAdapter.Core.dll.lcl

Lines changed: 552 additions & 3 deletions
Large diffs are not rendered by default.

loc/lcl/CHT/GoogleTestAdapter.TestAdapter.dll.lcl

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
1111
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
1212
<Disp Icon="Str" Disp="true" LocTbl="false" />
13+
<Item ItemId=";CantParseSettings" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
14+
<Str Cat="Text">
15+
<Val><![CDATA[Solution test settings file could not be parsed, check file: {0}]D;]A;Exception: {1}]]></Val>
16+
<Tgt Cat="Text" Stat="Loc" Orig="New">
17+
<Val><![CDATA[解決方案測試設定檔無法剖析,檢查檔案: {0}]D;]A;例外狀況: {1}]]></Val>
18+
</Tgt>
19+
</Str>
20+
<Disp Icon="Str" />
21+
</Item>
1322
<Item ItemId=";CouldNotAttachMessage" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
1423
<Str Cat="Text">
1524
<Val><![CDATA[Could not attach debugger to process {0}:{1}{2}]]></Val>
@@ -145,6 +154,15 @@
145154
</Str>
146155
<Disp Icon="Str" />
147156
</Item>
157+
<Item ItemId=";RunSettingsMissingNode" ItemType="0" PsrId="211" Leaf="true">
158+
<Str Cat="Text">
159+
<Val><![CDATA[RunSettingsDocument does not contain a RunSettings node! Canceling settings merging...]]></Val>
160+
<Tgt Cat="Text" Stat="Loc" Orig="New">
161+
<Val><![CDATA[RunSettingsDocument 不包含 RunSettings 節點! 正在取消設定合併...]]></Val>
162+
</Tgt>
163+
</Str>
164+
<Disp Icon="Str" />
165+
</Item>
148166
<Item ItemId=";Settings" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
149167
<Str Cat="Text">
150168
<Val><![CDATA[Solution settings: {0}]]></Val>
@@ -154,6 +172,15 @@
154172
</Str>
155173
<Disp Icon="Str" />
156174
</Item>
175+
<Item ItemId=";SolutionFoundButMissingNode" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
176+
<Str Cat="Text">
177+
<Val><![CDATA[Solution test settings file found at '{0}', but does not contain {1} node]]></Val>
178+
<Tgt Cat="Text" Stat="Loc" Orig="New">
179+
<Val><![CDATA[解決方案測試設定檔案位於 '{0}',但不包含 {1} 節點]]></Val>
180+
</Tgt>
181+
</Str>
182+
<Disp Icon="Str" />
183+
</Item>
157184
<Item ItemId=";TestCaseFilter" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
158185
<Str Cat="Text">
159186
<Val><![CDATA[Test case filter: {0}]]></Val>
@@ -310,7 +337,7 @@
310337
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
311338
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
312339
<Str Cat="Text" DevLk="true">
313-
<Val><![CDATA[0.10.1.0]]></Val>
340+
<Val><![CDATA[0.10.1.1]]></Val>
314341
</Str>
315342
<Disp Icon="Str" />
316343
</Item>
@@ -343,7 +370,7 @@
343370
</Item>
344371
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
345372
<Str Cat="Text" DevLk="true">
346-
<Val><![CDATA[0.10.1.0]]></Val>
373+
<Val><![CDATA[0.10.1.1]]></Val>
347374
</Str>
348375
<Disp Icon="Str" />
349376
</Item>
@@ -379,7 +406,7 @@
379406
</Item>
380407
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
381408
<Str Cat="Text" DevLk="true">
382-
<Val><![CDATA[0.10.1.0]]></Val>
409+
<Val><![CDATA[0.10.1.1]]></Val>
383410
</Str>
384411
<Disp Icon="Str" />
385412
</Item>

loc/lcl/CHT/GoogleTestAdapter.VsPackage.TAfGT.dll.lcl

Lines changed: 31 additions & 4 deletions
Large diffs are not rendered by default.

loc/lcl/FRA/GoogleTestAdapter.Core.dll.lcl

Lines changed: 183 additions & 0 deletions
Large diffs are not rendered by default.

loc/lcl/FRA/GoogleTestAdapter.TestAdapter.dll.lcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<Item ItemId=";CantParseSettings" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
1414
<Str Cat="Text">
1515
<Val><![CDATA[Solution test settings file could not be parsed, check file: {0}]D;]A;Exception: {1}]]></Val>
16+
<Tgt Cat="Text" Stat="Loc" Orig="New">
17+
<Val><![CDATA[Impossible d'analyser le fichier de paramètres de test de la solution. Vérifiez le fichier : {0}]D;]A;Exception : {1}]]></Val>
18+
</Tgt>
1619
</Str>
1720
<Disp Icon="Str" />
1821
</Item>
@@ -154,6 +157,9 @@
154157
<Item ItemId=";RunSettingsMissingNode" ItemType="0" PsrId="211" Leaf="true">
155158
<Str Cat="Text">
156159
<Val><![CDATA[RunSettingsDocument does not contain a RunSettings node! Canceling settings merging...]]></Val>
160+
<Tgt Cat="Text" Stat="Loc" Orig="New">
161+
<Val><![CDATA[RunSettingsDocument ne contient aucun nœud RunSettings ! Annulation de la fusion des paramètres...]]></Val>
162+
</Tgt>
157163
</Str>
158164
<Disp Icon="Str" />
159165
</Item>
@@ -169,6 +175,9 @@
169175
<Item ItemId=";SolutionFoundButMissingNode" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
170176
<Str Cat="Text">
171177
<Val><![CDATA[Solution test settings file found at '{0}', but does not contain {1} node]]></Val>
178+
<Tgt Cat="Text" Stat="Loc" Orig="New">
179+
<Val><![CDATA[Un fichier de paramètres de test de la solution a été trouvé sur '{0}', mais il ne contient pas le nœud {1}]]></Val>
180+
</Tgt>
172181
</Str>
173182
<Disp Icon="Str" />
174183
</Item>

loc/lcl/FRA/GoogleTestAdapter.VsPackage.TAfGT.dll.lcl

Lines changed: 10 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)