Skip to content

Commit 585ec3f

Browse files
Merge pull request #6292 from dotnet/locfiles/fa4a1a6b-c3e0-463b-b81c-37e91fc6fec5
Localized file check-in by OneLocBuild Task: Build definition ID 830: Build ID 2055871
2 parents 8c76e4d + 406b3cf commit 585ec3f

13 files changed

+156
-156
lines changed

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,62 +184,62 @@
184184
</trans-unit>
185185
<trans-unit id="ConstantExpectedApplicationDescription">
186186
<source>ConstantExpected attribute is not applied correctly on the parameter.</source>
187-
<target state="new">ConstantExpected attribute is not applied correctly on the parameter.</target>
187+
<target state="translated">Atribut ConstantExpected není u parametru použit správně.</target>
188188
<note />
189189
</trans-unit>
190190
<trans-unit id="ConstantExpectedApplicationTitle">
191191
<source>Incorrect usage of ConstantExpected attribute</source>
192-
<target state="new">Incorrect usage of ConstantExpected attribute</target>
192+
<target state="translated">Nesprávné použití atributu ConstantExpected</target>
193193
<note />
194194
</trans-unit>
195195
<trans-unit id="ConstantExpectedAttributExpectedMessage">
196196
<source>The ConstantExpected attribute is required for the parameter due to the parent method annotation</source>
197-
<target state="new">The ConstantExpected attribute is required for the parameter due to the parent method annotation</target>
197+
<target state="translated">Atribut ConstantExpected je pro parametr vyžadován z důvodu poznámky nadřazené metody.</target>
198198
<note />
199199
</trans-unit>
200200
<trans-unit id="ConstantExpectedIncompatibleConstantTypeMessage">
201201
<source>The '{0}' value is not compatible with parameter type of '{1}'</source>
202-
<target state="new">The '{0}' value is not compatible with parameter type of '{1}'</target>
202+
<target state="translated">Hodnota {0} není kompatibilní s typem parametru {1}.</target>
203203
<note />
204204
</trans-unit>
205205
<trans-unit id="ConstantExpectedInvalidBoundsMessage">
206206
<source>The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</source>
207-
<target state="new">The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</target>
207+
<target state="translated">Hodnota {0} se nevejde do mezí hodnot parametru od {1} do {2}.</target>
208208
<note />
209209
</trans-unit>
210210
<trans-unit id="ConstantExpectedInvalidMessage">
211211
<source>The constant is not of the same '{0}' type as the parameter</source>
212-
<target state="new">The constant is not of the same '{0}' type as the parameter</target>
212+
<target state="translated">Konstanta nemá stejný typ {0} jako parametr.</target>
213213
<note />
214214
</trans-unit>
215215
<trans-unit id="ConstantExpectedInvertedRangeMessage">
216216
<source>The Min and Max values are inverted</source>
217-
<target state="new">The Min and Max values are inverted</target>
217+
<target state="translated">Hodnoty Min a Max jsou obrácené.</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="ConstantExpectedNotConstantMessage">
221221
<source>The argument should be a constant for optimal performance</source>
222-
<target state="new">The argument should be a constant for optimal performance</target>
222+
<target state="translated">Aby parametr fungoval optimálně, měl by být konstantou.</target>
223223
<note />
224224
</trans-unit>
225225
<trans-unit id="ConstantExpectedNotSupportedMessage">
226226
<source>The '{0}' type is not supported for ConstantExpected attribute</source>
227-
<target state="new">The '{0}' type is not supported for ConstantExpected attribute</target>
227+
<target state="translated">Typ {0} není pro atribut ConstantExpected podporován.</target>
228228
<note />
229229
</trans-unit>
230230
<trans-unit id="ConstantExpectedOutOfBoundsMessage">
231231
<source>The constant does not fit within the value bounds of '{0}' to '{1}'</source>
232-
<target state="new">The constant does not fit within the value bounds of '{0}' to '{1}'</target>
232+
<target state="translated">Konstanta se nevejde do mezí hodnot od {0} do {1}.</target>
233233
<note />
234234
</trans-unit>
235235
<trans-unit id="ConstantExpectedUsageDescription">
236236
<source>The parameter expects a constant for optimal performance.</source>
237-
<target state="new">The parameter expects a constant for optimal performance.</target>
237+
<target state="translated">Aby parametr fungoval optimálně, očekává konstantu.</target>
238238
<note />
239239
</trans-unit>
240240
<trans-unit id="ConstantExpectedUsageTitle">
241241
<source>A constant is expected for the parameter</source>
242-
<target state="new">A constant is expected for the parameter</target>
242+
<target state="translated">Pro parametr se očekává konstanta.</target>
243243
<note />
244244
</trans-unit>
245245
<trans-unit id="DataSetDataTableInDeserializableObjectGraphMessage">

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,62 +184,62 @@
184184
</trans-unit>
185185
<trans-unit id="ConstantExpectedApplicationDescription">
186186
<source>ConstantExpected attribute is not applied correctly on the parameter.</source>
187-
<target state="new">ConstantExpected attribute is not applied correctly on the parameter.</target>
187+
<target state="translated">Das ConstantExpected-Attribut wird nicht ordnungsgemäß auf den Parameter angewendet.</target>
188188
<note />
189189
</trans-unit>
190190
<trans-unit id="ConstantExpectedApplicationTitle">
191191
<source>Incorrect usage of ConstantExpected attribute</source>
192-
<target state="new">Incorrect usage of ConstantExpected attribute</target>
192+
<target state="translated">Falsche Verwendung des ConstantExpected-Attributs</target>
193193
<note />
194194
</trans-unit>
195195
<trans-unit id="ConstantExpectedAttributExpectedMessage">
196196
<source>The ConstantExpected attribute is required for the parameter due to the parent method annotation</source>
197-
<target state="new">The ConstantExpected attribute is required for the parameter due to the parent method annotation</target>
197+
<target state="translated">Das ConstantExpected-Attribut ist für den Parameter aufgrund der Anmerkung der übergeordneten Methode erforderlich.</target>
198198
<note />
199199
</trans-unit>
200200
<trans-unit id="ConstantExpectedIncompatibleConstantTypeMessage">
201201
<source>The '{0}' value is not compatible with parameter type of '{1}'</source>
202-
<target state="new">The '{0}' value is not compatible with parameter type of '{1}'</target>
202+
<target state="translated">Der Wert "{0}" ist nicht mit dem Parametertyp "{1}" kompatibel.</target>
203203
<note />
204204
</trans-unit>
205205
<trans-unit id="ConstantExpectedInvalidBoundsMessage">
206206
<source>The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</source>
207-
<target state="new">The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</target>
207+
<target state="translated">Der Wert "{0}" passt nicht in die Parameterwertgrenzen von "{1}" bis "{2}".</target>
208208
<note />
209209
</trans-unit>
210210
<trans-unit id="ConstantExpectedInvalidMessage">
211211
<source>The constant is not of the same '{0}' type as the parameter</source>
212-
<target state="new">The constant is not of the same '{0}' type as the parameter</target>
212+
<target state="translated">Die Konstante weist nicht denselben Typ "{0}" wie der Parameter auf.</target>
213213
<note />
214214
</trans-unit>
215215
<trans-unit id="ConstantExpectedInvertedRangeMessage">
216216
<source>The Min and Max values are inverted</source>
217-
<target state="new">The Min and Max values are inverted</target>
217+
<target state="translated">Die Werte "Min" und "Max" werden invertiert.</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="ConstantExpectedNotConstantMessage">
221221
<source>The argument should be a constant for optimal performance</source>
222-
<target state="new">The argument should be a constant for optimal performance</target>
222+
<target state="translated">Das Argument sollte eine Konstante sein, um eine optimale Leistung zu erzielen.</target>
223223
<note />
224224
</trans-unit>
225225
<trans-unit id="ConstantExpectedNotSupportedMessage">
226226
<source>The '{0}' type is not supported for ConstantExpected attribute</source>
227-
<target state="new">The '{0}' type is not supported for ConstantExpected attribute</target>
227+
<target state="translated">Der Typ "{0}" wird für das ConstantExpected-Attribut nicht unterstützt.</target>
228228
<note />
229229
</trans-unit>
230230
<trans-unit id="ConstantExpectedOutOfBoundsMessage">
231231
<source>The constant does not fit within the value bounds of '{0}' to '{1}'</source>
232-
<target state="new">The constant does not fit within the value bounds of '{0}' to '{1}'</target>
232+
<target state="translated">Die Konstante passt nicht in die Wertebegrenzungen von "{0}" bis "{1}".</target>
233233
<note />
234234
</trans-unit>
235235
<trans-unit id="ConstantExpectedUsageDescription">
236236
<source>The parameter expects a constant for optimal performance.</source>
237-
<target state="new">The parameter expects a constant for optimal performance.</target>
237+
<target state="translated">Der Parameter erwartet eine Konstante, um eine optimale Leistung zu erzielen.</target>
238238
<note />
239239
</trans-unit>
240240
<trans-unit id="ConstantExpectedUsageTitle">
241241
<source>A constant is expected for the parameter</source>
242-
<target state="new">A constant is expected for the parameter</target>
242+
<target state="translated">Für den Parameter wird eine Konstante erwartet.</target>
243243
<note />
244244
</trans-unit>
245245
<trans-unit id="DataSetDataTableInDeserializableObjectGraphMessage">

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,62 +184,62 @@
184184
</trans-unit>
185185
<trans-unit id="ConstantExpectedApplicationDescription">
186186
<source>ConstantExpected attribute is not applied correctly on the parameter.</source>
187-
<target state="new">ConstantExpected attribute is not applied correctly on the parameter.</target>
187+
<target state="translated">El atributo ConstantExpected no se aplica correctamente en el parámetro.</target>
188188
<note />
189189
</trans-unit>
190190
<trans-unit id="ConstantExpectedApplicationTitle">
191191
<source>Incorrect usage of ConstantExpected attribute</source>
192-
<target state="new">Incorrect usage of ConstantExpected attribute</target>
192+
<target state="translated">Uso incorrecto del atributo ConstantExpected</target>
193193
<note />
194194
</trans-unit>
195195
<trans-unit id="ConstantExpectedAttributExpectedMessage">
196196
<source>The ConstantExpected attribute is required for the parameter due to the parent method annotation</source>
197-
<target state="new">The ConstantExpected attribute is required for the parameter due to the parent method annotation</target>
197+
<target state="translated">El atributo ConstantExpected es necesario para el parámetro debido a la anotación del método primario</target>
198198
<note />
199199
</trans-unit>
200200
<trans-unit id="ConstantExpectedIncompatibleConstantTypeMessage">
201201
<source>The '{0}' value is not compatible with parameter type of '{1}'</source>
202-
<target state="new">The '{0}' value is not compatible with parameter type of '{1}'</target>
202+
<target state="translated">El valor '{0}' no es compatible con el tipo de parámetro de '{1}'</target>
203203
<note />
204204
</trans-unit>
205205
<trans-unit id="ConstantExpectedInvalidBoundsMessage">
206206
<source>The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</source>
207-
<target state="new">The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</target>
207+
<target state="translated">El valor '{0}' no cabe dentro de los límites de valor de parámetro de '{1}' a '{2}'</target>
208208
<note />
209209
</trans-unit>
210210
<trans-unit id="ConstantExpectedInvalidMessage">
211211
<source>The constant is not of the same '{0}' type as the parameter</source>
212-
<target state="new">The constant is not of the same '{0}' type as the parameter</target>
212+
<target state="translated">La constante no es del mismo tipo '{0}' que el parámetro</target>
213213
<note />
214214
</trans-unit>
215215
<trans-unit id="ConstantExpectedInvertedRangeMessage">
216216
<source>The Min and Max values are inverted</source>
217-
<target state="new">The Min and Max values are inverted</target>
217+
<target state="translated">Los valores Mínimo y Máximo están invertidos</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="ConstantExpectedNotConstantMessage">
221221
<source>The argument should be a constant for optimal performance</source>
222-
<target state="new">The argument should be a constant for optimal performance</target>
222+
<target state="translated">El argumento debe ser una constante para obtener un rendimiento óptimo</target>
223223
<note />
224224
</trans-unit>
225225
<trans-unit id="ConstantExpectedNotSupportedMessage">
226226
<source>The '{0}' type is not supported for ConstantExpected attribute</source>
227-
<target state="new">The '{0}' type is not supported for ConstantExpected attribute</target>
227+
<target state="translated">No se admite el tipo '{0}' para el atributo ConstantExpected</target>
228228
<note />
229229
</trans-unit>
230230
<trans-unit id="ConstantExpectedOutOfBoundsMessage">
231231
<source>The constant does not fit within the value bounds of '{0}' to '{1}'</source>
232-
<target state="new">The constant does not fit within the value bounds of '{0}' to '{1}'</target>
232+
<target state="translated">La constante no cabe dentro de los límites de valor de '{0}' a '{1}'</target>
233233
<note />
234234
</trans-unit>
235235
<trans-unit id="ConstantExpectedUsageDescription">
236236
<source>The parameter expects a constant for optimal performance.</source>
237-
<target state="new">The parameter expects a constant for optimal performance.</target>
237+
<target state="translated">El parámetro espera una constante para un rendimiento óptimo.</target>
238238
<note />
239239
</trans-unit>
240240
<trans-unit id="ConstantExpectedUsageTitle">
241241
<source>A constant is expected for the parameter</source>
242-
<target state="new">A constant is expected for the parameter</target>
242+
<target state="translated">Se espera una constante para el parámetro</target>
243243
<note />
244244
</trans-unit>
245245
<trans-unit id="DataSetDataTableInDeserializableObjectGraphMessage">

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,62 +184,62 @@
184184
</trans-unit>
185185
<trans-unit id="ConstantExpectedApplicationDescription">
186186
<source>ConstantExpected attribute is not applied correctly on the parameter.</source>
187-
<target state="new">ConstantExpected attribute is not applied correctly on the parameter.</target>
187+
<target state="translated">L’attribut ConstantExpected n’est pas appliqué correctement au paramètre.</target>
188188
<note />
189189
</trans-unit>
190190
<trans-unit id="ConstantExpectedApplicationTitle">
191191
<source>Incorrect usage of ConstantExpected attribute</source>
192-
<target state="new">Incorrect usage of ConstantExpected attribute</target>
192+
<target state="translated">Utilisation incorrecte de l’attribut ConstantExpected</target>
193193
<note />
194194
</trans-unit>
195195
<trans-unit id="ConstantExpectedAttributExpectedMessage">
196196
<source>The ConstantExpected attribute is required for the parameter due to the parent method annotation</source>
197-
<target state="new">The ConstantExpected attribute is required for the parameter due to the parent method annotation</target>
197+
<target state="translated">L’attribut ConstantExpected est requis pour le paramètre en raison de l’annotation de méthode parente</target>
198198
<note />
199199
</trans-unit>
200200
<trans-unit id="ConstantExpectedIncompatibleConstantTypeMessage">
201201
<source>The '{0}' value is not compatible with parameter type of '{1}'</source>
202-
<target state="new">The '{0}' value is not compatible with parameter type of '{1}'</target>
202+
<target state="translated">La valeur « {0} » n’est pas compatible avec le type de paramètre « {1} »</target>
203203
<note />
204204
</trans-unit>
205205
<trans-unit id="ConstantExpectedInvalidBoundsMessage">
206206
<source>The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</source>
207-
<target state="new">The '{0}' value does not fit within the parameter value bounds of '{1}' to '{2}'</target>
207+
<target state="translated">La valeur « {0} » ne tient pas dans les limites de valeur de paramètre de « {1} » à « {2} »</target>
208208
<note />
209209
</trans-unit>
210210
<trans-unit id="ConstantExpectedInvalidMessage">
211211
<source>The constant is not of the same '{0}' type as the parameter</source>
212-
<target state="new">The constant is not of the same '{0}' type as the parameter</target>
212+
<target state="translated">La constante n’est pas du même type « {0} » que le paramètre</target>
213213
<note />
214214
</trans-unit>
215215
<trans-unit id="ConstantExpectedInvertedRangeMessage">
216216
<source>The Min and Max values are inverted</source>
217-
<target state="new">The Min and Max values are inverted</target>
217+
<target state="translated">Les valeurs Min et Max sont inversées</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="ConstantExpectedNotConstantMessage">
221221
<source>The argument should be a constant for optimal performance</source>
222-
<target state="new">The argument should be a constant for optimal performance</target>
222+
<target state="translated">L’argument doit être une constante pour des performances optimales</target>
223223
<note />
224224
</trans-unit>
225225
<trans-unit id="ConstantExpectedNotSupportedMessage">
226226
<source>The '{0}' type is not supported for ConstantExpected attribute</source>
227-
<target state="new">The '{0}' type is not supported for ConstantExpected attribute</target>
227+
<target state="translated">Le type « {0} » n’est pas pris en charge pour l’attribut ConstantExpected</target>
228228
<note />
229229
</trans-unit>
230230
<trans-unit id="ConstantExpectedOutOfBoundsMessage">
231231
<source>The constant does not fit within the value bounds of '{0}' to '{1}'</source>
232-
<target state="new">The constant does not fit within the value bounds of '{0}' to '{1}'</target>
232+
<target state="translated">La constante ne tient pas dans les limites de valeur de « {0} » à « {1} »</target>
233233
<note />
234234
</trans-unit>
235235
<trans-unit id="ConstantExpectedUsageDescription">
236236
<source>The parameter expects a constant for optimal performance.</source>
237-
<target state="new">The parameter expects a constant for optimal performance.</target>
237+
<target state="translated">Le paramètre attend une constante pour des performances optimales.</target>
238238
<note />
239239
</trans-unit>
240240
<trans-unit id="ConstantExpectedUsageTitle">
241241
<source>A constant is expected for the parameter</source>
242-
<target state="new">A constant is expected for the parameter</target>
242+
<target state="translated">Une constante est attendue pour le paramètre</target>
243243
<note />
244244
</trans-unit>
245245
<trans-unit id="DataSetDataTableInDeserializableObjectGraphMessage">

0 commit comments

Comments
 (0)