Skip to content

Commit a0f6a9d

Browse files
Anatoly Bolshakovcsigs
andauthored
LEGO: check in for Localization to temporary branch. (#748)
Co-authored-by: csigs <[email protected]>
1 parent eb0b578 commit a0f6a9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Localize/loc/fr-FR_/node/Strings/resources.resjson/en-US/resources.resjson.lcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,24 +183,36 @@
183183
<Item ItemId=";loc.messages.LIB_PlatformNotSupported" ItemType="0" PsrId="306" Leaf="true">
184184
<Str Cat="Text">
185185
<Val><![CDATA[Platform not supported: %s]]></Val>
186+
<Tgt Cat="Text" Stat="Loc" Orig="New">
187+
<Val><![CDATA[Plateforme non prise en charge : %s]]></Val>
188+
</Tgt>
186189
</Str>
187190
<Disp Icon="Str" />
188191
</Item>
189192
<Item ItemId=";loc.messages.LIB_ProcessError" ItemType="0" PsrId="306" Leaf="true">
190193
<Str Cat="Text">
191194
<Val><![CDATA[There was an error when attempting to execute the process '%s'. This may indicate the process failed to start. Error: %s]]></Val>
195+
<Tgt Cat="Text" Stat="Loc" Orig="New">
196+
<Val><![CDATA[Erreur durant la tentative d'exécution du processus '%s'. Cela peut indiquer que le processus n'a pas réussi à démarrer. Erreur : %s]]></Val>
197+
</Tgt>
192198
</Str>
193199
<Disp Icon="Str" />
194200
</Item>
195201
<Item ItemId=";loc.messages.LIB_ProcessExitCode" ItemType="0" PsrId="306" Leaf="true">
196202
<Str Cat="Text">
197203
<Val><![CDATA[The process '%s' failed with exit code %s]]></Val>
204+
<Tgt Cat="Text" Stat="Loc" Orig="New">
205+
<Val><![CDATA[Échec du processus '%s'. Code de sortie : %s]]></Val>
206+
</Tgt>
198207
</Str>
199208
<Disp Icon="Str" />
200209
</Item>
201210
<Item ItemId=";loc.messages.LIB_ProcessStderr" ItemType="0" PsrId="306" Leaf="true">
202211
<Str Cat="Text">
203212
<Val><![CDATA[The process '%s' failed because one or more lines were written to the STDERR stream]]></Val>
213+
<Tgt Cat="Text" Stat="Loc" Orig="New">
214+
<Val><![CDATA[Échec du processus '%s', car une ou plusieurs lignes ont été écrites dans le flux STDERR]]></Val>
215+
</Tgt>
204216
</Str>
205217
<Disp Icon="Str" />
206218
</Item>
@@ -243,6 +255,9 @@
243255
<Item ItemId=";loc.messages.LIB_StdioNotClosed" ItemType="0" PsrId="306" Leaf="true">
244256
<Str Cat="Text">
245257
<Val><![CDATA[The STDIO streams did not close within %s seconds of the exit event from process '%s'. This may indicate a child process inherited the STDIO streams and has not yet exited.]]></Val>
258+
<Tgt Cat="Text" Stat="Loc" Orig="New">
259+
<Val><![CDATA[Les flux STDIO ne se sont pas fermés dans les %s secondes qui ont suivi l'événement exit du processus '%s'. Cela peut indiquer qu'un processus enfant a hérité des flux STDIO et qu'il n'est pas encore sorti.]]></Val>
260+
</Tgt>
246261
</Str>
247262
<Disp Icon="Str" />
248263
</Item>

0 commit comments

Comments
 (0)