dotnet-installer/src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf

247 lines
11 KiB
Text
Raw Normal View History

2016-12-05 11:13:39 -08:00
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
2016-12-05 11:13:39 -08:00
<body>
<trans-unit id="Usage">
<source>Usage</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Utilisation</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Arguments</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Commande à exécuter</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Arguments à passer à la commande</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Options spécifiques à dotnet (hôte)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Options communes à toutes les commandes</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Options communes</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HelpDefinition">
2017-06-07 16:35:31 -07:00
<source>Show help.</source>
<target state="translated">Affichez l'aide.</target>
2016-12-16 09:46:50 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Options de l'hôte (passées avant la commande)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Afficher le numéro de version de l'interface CLI .NET</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Affichage des informations sur l'interface CLI .NET</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Commands">
2017-05-19 13:36:31 -07:00
<source>SDK commands</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Commandes du SDK</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize .NET projects.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Initialisez les projets .NET.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Restaurez les dépendances spécifiées dans le projet .NET.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Génère un projet .NET.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Publie un projet .NET à des fins de déploiement (runtime inclus).</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Compile et exécute immédiatement un projet .NET.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Exécute des tests unitaires à l'aide du programme Test Runner spécifié dans le projet.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Crée un package NuGet.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Effectue la migration d'un projet basé sur project.json vers un projet basé sur msbuild.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Commandes de modification de projet</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AddDefinition">
2017-05-19 13:36:31 -07:00
<source>Add reference to the project.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Ajoutez une référence au projet.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RemoveDefinition">
2017-05-19 13:36:31 -07:00
<source>Remove reference from the project.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Supprimez une référence du projet.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Commandes avancées</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Fournit des commandes NuGet supplémentaires.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>Runs Microsoft Build Engine (MSBuild).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Exécute Microsoft Build Engine (MSBuild).</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs Microsoft Test Execution Command Line Tool.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Exécute l'outil en ligne de commande d'exécution de tests Microsoft.</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticsDefinition">
<source>Enable diagnostic output</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Activer la sortie des diagnostics</target>
<note />
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build output(s).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Nettoyez les sorties de build.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
2017-01-05 23:01:58 -08:00
<trans-unit id="SlnDefinition">
<source>Modify solution (SLN) files.</source>
2017-01-16 14:52:18 +01:00
<target state="translated">Modifiez les fichiers solution (SLN).</target>
<note />
2017-01-05 23:01:58 -08:00
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="ListDefinition">
<source>List reference in the project.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Listez une référence dans le projet.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandDoesNotExist">
<source>Specified command '{0}' is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">La commande spécifiée '{0}' n'est pas une commande CLI valide. Spécifiez une commande CLI valide. Pour plus d'informations, exécutez dotnet help.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Utilitaire d'aide .NET CLI</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AppDescription">
<source>Utility to get more detailed help about each of the CLI commands.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Utilitaire permettant d'obtenir une aide plus détaillée sur chacune des commandes CLI.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
2017-05-29 14:57:48 +02:00
<target state="translated">COMMAND_NAME</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>CLI command for which to view more detailed help.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Commande CLI pour laquelle afficher une aide plus détaillée.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Chemin d'un fichier .dll d'application à exécuter.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
<source>Display .NET Core SDK version.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Affichez la version du SDK .NET Core.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Affichez les informations sur .NET Core.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Activez la sortie des diagnostics.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="translated">Exécutez 'dotnet COMMAND --help' pour plus d'informations sur une commande.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Chemin contenant la stratégie de collecte et les assemblys à collecter.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to &lt;application&gt;.deps.json file.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Chemin du fichier &lt;application&gt;.deps.json.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to &lt;application&gt;.runtimeconfig.json file.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Chemin du fichier &lt;application&gt;.runtimeconfig.json.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Version du framework partagé installé à utiliser pour exécuter l'application.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Effectuez une restauration par progression si aucun framework partagé candidat n'est activé.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AdditionalDeps">
2017-08-14 15:46:22 -07:00
<source>Path to additional deps.json file.</source>
<target state="needs-review-translation">Chemin du fichier deps.json supplémentaire.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime package store.</source>
<target state="new">Stores the specified assemblies in the runtime package store.</target>
<note />
</trans-unit>
2016-12-05 11:13:39 -08:00
</body>
</file>
</xliff>