88 lines
No EOL
4.7 KiB
XML
88 lines
No EOL
4.7 KiB
XML
<?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">
|
|
<file datatype="xml" source-language="en" target-language="fr" original="src/dotnet/commands/dotnet-publish/LocalizableStrings.resx">
|
|
<body>
|
|
<group id="src/dotnet/commands/dotnet-publish/LocalizableStrings.resx" />
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET Publisher</source>
|
|
<target state="translated">Éditeur .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Publisher for the .NET Platform</source>
|
|
<target state="translated">Éditeur pour la plateforme .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ProjectArgument">
|
|
<source>PROJECT</source>
|
|
<target state="translated">PROJET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ProjectArgDescription">
|
|
<source>The MSBuild project file to publish. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
|
|
<target state="translated">Fichier projet MSBuild à publier. Si aucun fichier projet n'est spécifié, MSBuild recherche dans le répertoire de travail actif un fichier dont l'extension se termine par 'proj' et utilise ce dernier.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="FrameworkOption">
|
|
<source>FRAMEWORK</source>
|
|
<target state="translated">FRAMEWORK</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="FrameworkOptionDescription">
|
|
<source>Target framework to publish for. The target framework has to be specified in the project file.</source>
|
|
<target state="translated">Framework cible de la publication. Le framework cible doit être spécifié dans le fichier projet.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeOption">
|
|
<source>RUNTIME_IDENTIFIER</source>
|
|
<target state="translated">IDENTIFICATEUR_RUNTIME</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeOptionDescription">
|
|
<source>Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependented app.</source>
|
|
<target state="translated">Publie le projet pour un runtime donné. Utilisé lors de la création d'un déploiement autonome. Le comportement par défaut consiste à publier une application dépendante du framework.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="OutputOption">
|
|
<source>OUTPUT_DIR</source>
|
|
<target state="translated">RÉP_SORTIE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="OutputOptionDescription">
|
|
<source>Output directory in which to place the published artifacts.</source>
|
|
<target state="translated">Répertoire de sortie dans lequel placer les artefacts publiés.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ConfigurationOption">
|
|
<source>CONFIGURATION</source>
|
|
<target state="translated">CONFIGURATION</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ConfigurationOptionDescription">
|
|
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
|
|
<target state="translated">Configuration à utiliser pour la génération du projet. La valeur par défaut pour la plupart des projets est "Debug".</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="VersionSuffixOption">
|
|
<source>VERSION_SUFFIX</source>
|
|
<target state="translated">SUFFIXE_VERSION</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="VersionSuffixOptionDescription">
|
|
<source>Defines the value for the $(VersionSuffix) property in the project.</source>
|
|
<target state="translated">Définit la valeur de la propriété $(VersionSuffix) dans le projet.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="FilterProjOption">
|
|
<source>profile.xml</source>
|
|
<target state="needs-review-translation">profile.proj</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="FilterProjOptionDescription">
|
|
<source>The XML file that contains the list of packages to be excluded from publish step.</source>
|
|
<target state="needs-review-translation">The list of packages to be excluded from publish step.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |