Skip to content

Commit

Permalink
Juno: check in to juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_202408…
Browse files Browse the repository at this point in the history
…16121740894. (#1349)
  • Loading branch information
csigs authored Aug 16, 2024
1 parent 6b7255b commit 40d6076
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 0 deletions.
37 changes: 37 additions & 0 deletions loc/lcl/CSY/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\default.lss" Type="Lss" />
Expand Down Expand Up @@ -580,6 +581,42 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_Suppress_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specify 'SynchronizationContext.Current' explicitly]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Explicitně zadejte SynchronizationContext.Current.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_UseFactory_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use 'JoinableTaskContext.CreateNoOpContext' instead.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Místo toho použijte JoinableTaskContext.CreateNoOpContext.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with 'null' as the value for the SynchronizationContext because behavior varies by the value of SynchronizationContext.Current]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Vyhněte se vytváření JoinableTaskContext s hodnotou null pro SynchronizationContext, protože chování se liší v závislosti na hodnotě SynchronizationContext.Current.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with null SynchronizationContext]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Vyhněte se vytváření JoinableTaskContext s hodnotou null pro SynchronizationContext]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD200_AddAsync_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use "Async" suffix in names of methods that return an awaitable type]]></Val>
Expand Down
37 changes: 37 additions & 0 deletions loc/lcl/ITA/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\default.lss" Type="Lss" />
Expand Down Expand Up @@ -580,6 +581,42 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_Suppress_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specify 'SynchronizationContext.Current' explicitly]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Specificare 'SynchronizationContext.Current' in modo esplicito]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_UseFactory_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use 'JoinableTaskContext.CreateNoOpContext' instead.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Usare invece 'JoinableTaskContext.CreateNoOpContext'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with 'null' as the value for the SynchronizationContext because behavior varies by the value of SynchronizationContext.Current]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Evitare di creare JoinableTaskContext con 'null' come valore per SynchronizationContext perché il comportamento varia in base al valore di SynchronizationContext.Current]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with null SynchronizationContext]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Evitare di creare JoinableTaskContext con SynchronizationContext se è null]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD200_AddAsync_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use "Async" suffix in names of methods that return an awaitable type]]></Val>
Expand Down
37 changes: 37 additions & 0 deletions loc/lcl/PLK/Microsoft.VisualStudio.Threading.Analyzers.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\default.lss" Type="Lss" />
Expand Down Expand Up @@ -580,6 +581,42 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_Suppress_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specify 'SynchronizationContext.Current' explicitly]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Określ jawnie element „SynchronizationContext.Current”]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_CodeFix_UseFactory_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use 'JoinableTaskContext.CreateNoOpContext' instead.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Zamiast tego użyj metody „JoinableTaskContext.CreateNoOpContext”.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with 'null' as the value for the SynchronizationContext because behavior varies by the value of SynchronizationContext.Current]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Unikaj tworzenia JoinableTaskContext z wartością „null” jako wartością obiektu SynchronizationContext, ponieważ zachowanie różni się w zależności od wartości obiektu SynchronizationContext.Current.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD115_Title" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Avoid creating JoinableTaskContext with null SynchronizationContext]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Unikaj tworzenia obiektu JoinableTaskContext z pustym elementem SynchronizationContext]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";VSTHRD200_AddAsync_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Use "Async" suffix in names of methods that return an awaitable type]]></Val>
Expand Down

0 comments on commit 40d6076

Please sign in to comment.