FSharp.Editor.fr.xlf 11.9 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
B
Brett V. Forsgren 已提交
2 3 4
<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="../FSharp.Editor.resx">
    <body>
5 6
      <trans-unit id="AddMissingEqualsToTypeDefinition">
        <source>Add missing '=' to type definition</source>
C
Cristiano Suzuki 已提交
7
        <target state="translated">Ajouter un '=' manquant à la définition de type</target>
8 9
        <note />
      </trans-unit>
10 11
      <trans-unit id="AddMissingFunKeyword">
        <source>Add missing 'fun' keyword</source>
C
Cristiano Suzuki 已提交
12
        <target state="translated">Ajouter le mot clé 'fun' manquant</target>
13 14
        <note />
      </trans-unit>
15 16 17 18 19
      <trans-unit id="AddMissingInstanceMemberParameter">
        <source>Add missing instance member parameter</source>
        <target state="new">Add missing instance member parameter</target>
        <note />
      </trans-unit>
B
Brett V. Forsgren 已提交
20 21
      <trans-unit id="AddNewKeyword">
        <source>Add 'new' keyword</source>
22
        <target state="translated">Ajouter le mot clé 'new'</target>
B
Brett V. Forsgren 已提交
23 24
        <note />
      </trans-unit>
25 26
      <trans-unit id="AddTypeAnnotation">
        <source>Add type annotation</source>
C
Cristiano Suzuki 已提交
27
        <target state="translated">Ajouter une annotation de type</target>
28 29
        <note />
      </trans-unit>
30 31
      <trans-unit id="ConvertToAnonymousRecord">
        <source>Convert to Anonymous Record</source>
C
Cristiano Suzuki 已提交
32
        <target state="translated">Convertir en enregistrement anonyme</target>
33 34
        <note />
      </trans-unit>
35 36
      <trans-unit id="ConvertToNotEqualsEqualityExpression">
        <source>Use '&lt;&gt;' for inequality check</source>
C
Cristiano Suzuki 已提交
37
        <target state="translated">Utiliser '&lt;&gt;' pour vérifier l'inégalité</target>
38 39
        <note />
      </trans-unit>
40 41
      <trans-unit id="ConvertToSingleEqualsEqualityExpression">
        <source>Use '=' for equality check</source>
C
Cristiano Suzuki 已提交
42
        <target state="translated">Utiliser '=' pour vérifier l'égalité</target>
43 44
        <note />
      </trans-unit>
45 46
      <trans-unit id="ChangePrefixNegationToInfixSubtraction">
        <source>Use subtraction instead of negation</source>
C
Cristiano Suzuki 已提交
47
        <target state="translated">Utiliser la soustraction à la place de la négation</target>
48 49
        <note />
      </trans-unit>
K
Kevin Ransom (msft) 已提交
50 51
      <trans-unit id="FSharpDisposableLocalValuesClassificationType">
        <source>F# Disposable Values (locals)</source>
C
Cristiano Suzuki 已提交
52
        <target state="translated">Valeurs F# pouvant être supprimées (variables locales)</target>
K
Kevin Ransom (msft) 已提交
53 54 55
        <note />
      </trans-unit>
      <trans-unit id="FSharpDisposableTopLevelValuesClassificationType">
56
        <source>F# Disposable Values (top-level)</source>
C
Cristiano Suzuki 已提交
57
        <target state="translated">Valeurs F# pouvant être supprimées (niveau supérieur)</target>
K
Kevin Ransom (msft) 已提交
58 59
        <note />
      </trans-unit>
60 61
      <trans-unit id="FSharpDisposableTypesClassificationType">
        <source>F# Disposable Types</source>
C
Cristiano Suzuki 已提交
62
        <target state="translated">Types F# pouvant être supprimés</target>
63 64 65 66
        <note />
      </trans-unit>
      <trans-unit id="FSharpFunctionsClassificationType">
        <source>F# Functions</source>
C
Cristiano Suzuki 已提交
67
        <target state="translated">Fonctions F#</target>
68 69
        <note />
      </trans-unit>
B
Brett V. Forsgren 已提交
70 71
      <trans-unit id="ImplementInterface">
        <source>Implement interface</source>
72
        <target state="translated">Implémenter l'interface</target>
B
Brett V. Forsgren 已提交
73 74 75 76
        <note />
      </trans-unit>
      <trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
        <source>Implement interface without type annotation</source>
77
        <target state="translated">Implémenter l'interface sans annotation de type</target>
B
Brett V. Forsgren 已提交
78 79
        <note />
      </trans-unit>
80 81
      <trans-unit id="MakeDeclarationMutable">
        <source>Make declaration 'mutable'</source>
C
Cristiano Suzuki 已提交
82
        <target state="translated">Rendre la déclaration 'mutable'</target>
83 84
        <note />
      </trans-unit>
85 86
      <trans-unit id="MakeOuterBindingRecursive">
        <source>Make '{0}' recursive</source>
87
        <target state="translated">Rendre '{0}' récursif</target>
88 89
        <note />
      </trans-unit>
B
Brett V. Forsgren 已提交
90 91
      <trans-unit id="PrefixValueNameWithUnderscore">
        <source>Prefix '{0}' with underscore</source>
92
        <target state="translated">Faire précéder '{0}' d'un trait de soulignement</target>
B
Brett V. Forsgren 已提交
93 94
        <note />
      </trans-unit>
95 96
      <trans-unit id="RemoveReturn">
        <source>Remove 'return'</source>
97
        <target state="translated">Supprimer 'return'</target>
98 99 100 101
        <note />
      </trans-unit>
      <trans-unit id="RemoveReturnBang">
        <source>Remove 'return!'</source>
102
        <target state="translated">Supprimer 'return!'</target>
103 104
        <note />
      </trans-unit>
105 106
      <trans-unit id="RemoveUnusedBinding">
        <source>Remove unused binding</source>
107
        <target state="translated">Supprimer la liaison inutilisée</target>
108 109
        <note />
      </trans-unit>
110 111
      <trans-unit id="RemoveYield">
        <source>Remove 'yield'</source>
112
        <target state="translated">Supprimer 'yield'</target>
113 114 115
        <note />
      </trans-unit>
      <trans-unit id="RemoveYieldBang">
P
Phillip Carter 已提交
116
        <source>Remove 'yield!'</source>
C
Cristiano Suzuki 已提交
117
        <target state="translated">Supprimer 'yield!'</target>
118 119
        <note />
      </trans-unit>
B
Brett V. Forsgren 已提交
120 121
      <trans-unit id="RenameValueToUnderscore">
        <source>Rename '{0}' to '_'</source>
122
        <target state="translated">Renommer '{0}' en '_'</target>
B
Brett V. Forsgren 已提交
123 124 125 126
        <note />
      </trans-unit>
      <trans-unit id="SimplifyName">
        <source>Simplify name</source>
127
        <target state="translated">Simplifier le nom</target>
B
Brett V. Forsgren 已提交
128 129 130 131
        <note />
      </trans-unit>
      <trans-unit id="NameCanBeSimplified">
        <source>Name can be simplified.</source>
132
        <target state="translated">Le nom peut être simplifié.</target>
B
Brett V. Forsgren 已提交
133 134 135 136
        <note />
      </trans-unit>
      <trans-unit id="FSharpMutableVarsClassificationType">
        <source>F# Mutable Variables / Reference Cells</source>
137
        <target state="translated">Variables mutables / Cellules de référence F#</target>
B
Brett V. Forsgren 已提交
138 139 140 141
        <note />
      </trans-unit>
      <trans-unit id="FSharpPrintfFormatClassificationType">
        <source>F# Printf Format</source>
142
        <target state="translated">Format Printf F#</target>
B
Brett V. Forsgren 已提交
143 144 145 146
        <note />
      </trans-unit>
      <trans-unit id="FSharpPropertiesClassificationType">
        <source>F# Properties</source>
147
        <target state="translated">Propriétés F#</target>
B
Brett V. Forsgren 已提交
148 149 150 151
        <note />
      </trans-unit>
      <trans-unit id="RemoveUnusedOpens">
        <source>Remove unused open declarations</source>
152
        <target state="translated">Supprimer les déclarations open inutilisées</target>
B
Brett V. Forsgren 已提交
153 154 155 156
        <note />
      </trans-unit>
      <trans-unit id="UnusedOpens">
        <source>Open declaration can be removed.</source>
157
        <target state="translated">La déclaration open peut être supprimée.</target>
B
Brett V. Forsgren 已提交
158 159 160 161
        <note />
      </trans-unit>
      <trans-unit id="6008">
        <source>IntelliSense</source>
162
        <target state="translated">IntelliSense</target>
B
Brett V. Forsgren 已提交
163 164 165 166
        <note />
      </trans-unit>
      <trans-unit id="6009">
        <source>QuickInfo</source>
167
        <target state="translated">QuickInfo</target>
B
Brett V. Forsgren 已提交
168 169 170 171
        <note />
      </trans-unit>
      <trans-unit id="AddAssemblyReference">
        <source>Add an assembly reference to '{0}'</source>
172
        <target state="translated">Ajouter une référence d'assembly à '{0}'</target>
B
Brett V. Forsgren 已提交
173 174 175 176
        <note />
      </trans-unit>
      <trans-unit id="AddProjectReference">
        <source>Add a project reference to '{0}'</source>
177
        <target state="translated">Ajouter une référence de projet à '{0}'</target>
B
Brett V. Forsgren 已提交
178 179 180 181
        <note />
      </trans-unit>
      <trans-unit id="6010">
        <source>Code Fixes</source>
182
        <target state="translated">Correctifs du code</target>
B
Brett V. Forsgren 已提交
183 184 185 186
        <note />
      </trans-unit>
      <trans-unit id="6011">
        <source>Performance</source>
187
        <target state="translated">Performances</target>
B
Brett V. Forsgren 已提交
188 189 190 191
        <note />
      </trans-unit>
      <trans-unit id="TheValueIsUnused">
        <source>The value is unused</source>
192
        <target state="translated">La valeur est inutilisée</target>
B
Brett V. Forsgren 已提交
193 194 195 196
        <note />
      </trans-unit>
      <trans-unit id="CannotDetermineSymbol">
        <source>Cannot determine the symbol under the caret</source>
197
        <target state="translated">Impossible de déterminer le symbole sous le point d'insertion</target>
B
Brett V. Forsgren 已提交
198 199 200 201
        <note />
      </trans-unit>
      <trans-unit id="CannotNavigateUnknown">
        <source>Cannot navigate to the requested location</source>
202
        <target state="translated">Impossible de naviguer à l'emplacement demandé</target>
B
Brett V. Forsgren 已提交
203 204 205 206
        <note />
      </trans-unit>
      <trans-unit id="LocatingSymbol">
        <source>Locating the symbol under the caret...</source>
207
        <target state="translated">Localisation du symbole sous le point d'insertion...</target>
B
Brett V. Forsgren 已提交
208 209 210 211
        <note />
      </trans-unit>
      <trans-unit id="NavigatingTo">
        <source>Navigating to symbol...</source>
212
        <target state="translated">Navigation vers le symbole...</target>
B
Brett V. Forsgren 已提交
213 214 215 216
        <note />
      </trans-unit>
      <trans-unit id="NavigateToFailed">
        <source>Navigate to symbol failed: {0}</source>
217
        <target state="translated">Échec de la navigation vers le symbole : {0}</target>
B
Brett V. Forsgren 已提交
218 219 220 221
        <note />
      </trans-unit>
      <trans-unit id="ExceptionsHeader">
        <source>Exceptions:</source>
222
        <target state="translated">Exceptions :</target>
B
Brett V. Forsgren 已提交
223 224 225 226
        <note />
      </trans-unit>
      <trans-unit id="GenericParametersHeader">
        <source>Generic parameters:</source>
227
        <target state="translated">Paramètres génériques :</target>
B
Brett V. Forsgren 已提交
228 229 230 231
        <note />
      </trans-unit>
      <trans-unit id="RenameValueToDoubleUnderscore">
        <source>Rename '{0}' to '__'</source>
232
        <target state="translated">Renommer '{0}' en '__'</target>
B
Brett V. Forsgren 已提交
233 234
        <note />
      </trans-unit>
235 236
      <trans-unit id="6012">
        <source>Advanced</source>
237
        <target state="translated">Avancé</target>
238 239
        <note />
      </trans-unit>
240 241
      <trans-unit id="6013">
        <source>CodeLens</source>
242
        <target state="translated">CodeLens</target>
243 244
        <note />
      </trans-unit>
245 246
      <trans-unit id="6014">
        <source>Formatting</source>
247
        <target state="translated">Mise en forme</target>
248 249
        <note />
      </trans-unit>
250 251
      <trans-unit id="UseFSharpLambda">
        <source>Use F# lambda syntax</source>
252
        <target state="translated">Utiliser la syntaxe lambda F#</target>
253 254
        <note />
      </trans-unit>
255 256
      <trans-unit id="UseMutationWhenValueIsMutable">
        <source>Use '&lt;-' to mutate value</source>
C
Cristiano Suzuki 已提交
257
        <target state="translated">Utiliser '&lt;-' pour muter la valeur</target>
258 259
        <note />
      </trans-unit>
260 261 262 263 264
      <trans-unit id="UseNameof">
        <source>Use 'nameof'</source>
        <target state="new">Use 'nameof'</target>
        <note />
      </trans-unit>
265 266
      <trans-unit id="UseUpcastKeyword">
        <source>Use 'upcast'</source>
C
Cristiano Suzuki 已提交
267
        <target state="translated">Utiliser 'upcast'</target>
268 269 270 271
        <note />
      </trans-unit>
      <trans-unit id="UseUpcastOperator">
        <source>Use ':&gt;' operator</source>
C
Cristiano Suzuki 已提交
272
        <target state="translated">Utiliser l'opérateur ':&gt;'</target>
273 274
        <note />
      </trans-unit>
275 276
      <trans-unit id="UseNotForNegation">
        <source>Use 'not' to negate expression</source>
C
Cristiano Suzuki 已提交
277
        <target state="translated">Utiliser 'not' pour annuler l'expression</target>
278 279
        <note />
      </trans-unit>
280 281
      <trans-unit id="UseValueInsteadOfDeref">
        <source>Use '.Value' to dereference expression</source>
282
        <target state="translated">Utilisez '.Value' pour déréférencer l'expression</target>
283 284
        <note />
      </trans-unit>
285 286
      <trans-unit id="WrapExpressionInParentheses">
        <source>Wrap expression in parentheses</source>
C
Cristiano Suzuki 已提交
287
        <target state="translated">Mettre l'expression entre parenthèses</target>
288 289
        <note />
      </trans-unit>
B
Brett V. Forsgren 已提交
290 291
    </body>
  </file>
292
</xliff>