Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized file check-in by OneLocBuild Task: Build definition ID 830: Build ID 2420525 #7276

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,22 @@
</trans-unit>
<trans-unit id="AvoidUnreliableStreamReadCodeFixTitle">
<source>Use 'Stream.ReadExactly'</source>
<target state="new">Use 'Stream.ReadExactly'</target>
<target state="translated">Utiliser 'Stream.ReadExactly'</target>
<note />
</trans-unit>
<trans-unit id="AvoidUnreliableStreamReadDescription">
<source>A call to 'Stream.Read' may return fewer bytes than requested, resulting in unreliable code if the return value is not checked.</source>
<target state="new">A call to 'Stream.Read' may return fewer bytes than requested, resulting in unreliable code if the return value is not checked.</target>
<target state="translated">Un appel à « Stream.Read » peut retourner moins d’octets que demandé, ce qui entraîne un code non fiable si la valeur de retour n’est pas vérifiée.</target>
<note />
</trans-unit>
<trans-unit id="AvoidUnreliableStreamReadMessage">
<source>Avoid inexact read with '{0}'</source>
<target state="new">Avoid inexact read with '{0}'</target>
<target state="translated">Éviter les lectures incorrectes avec '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AvoidUnreliableStreamReadTitle">
<source>Avoid inexact read with 'Stream.Read'</source>
<target state="new">Avoid inexact read with 'Stream.Read'</target>
<target state="translated">Éviter les lectures incorrectes avec « Stream.Read »</target>
<note />
</trans-unit>
<trans-unit id="AvoidUnsealedAttributesDescription">
Expand Down