Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Resources.resx « src « Mvc.Core « Mvc « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6908f9047bcbcba99b887ba2379d06a243af8dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<?xml version="1.0" encoding="utf-8"?>
<root>
  <!--
    Microsoft ResX Schema

    Version 2.0

    The primary goals of this format is to allow a simple XML format
    that is mostly human readable. The generation and parsing of the
    various data types are done through the TypeConverter classes
    associated with the data types.

    Example:

    ... ado.net/XML headers & schema ...
    <resheader name="resmimetype">text/microsoft-resx</resheader>
    <resheader name="version">2.0</resheader>
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
        <value>[base64 mime encoded serialized .NET Framework object]</value>
    </data>
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
        <comment>This is a comment</comment>
    </data>

    There are any number of "resheader" rows that contain simple
    name/value pairs.

    Each data row contains a name, and value. The row also contains a
    type or mimetype. Type corresponds to a .NET class that support
    text/value conversion through the TypeConverter architecture.
    Classes that don't support this are serialized and stored with the
    mimetype set.

    The mimetype is used for serialized objects, and tells the
    ResXResourceReader how to depersist the object. This is currently not
    extensible. For a given mimetype the value must be set accordingly:

    Note - application/x-microsoft.net.object.binary.base64 is the format
    that the ResXResourceWriter will generate, however the reader can
    read any of the formats listed below.

    mimetype: application/x-microsoft.net.object.binary.base64
    value   : The object must be serialized with
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.soap.base64
    value   : The object must be serialized with
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.bytearray.base64
    value   : The object must be serialized into a byte array
            : using a System.ComponentModel.TypeConverter
            : and then encoded with base64 encoding.
    -->
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="MatchAllContentTypeIsNotAllowed" xml:space="preserve">
    <value>The argument '{0}' is invalid. Media types which match all types or match all subtypes are not supported.</value>
  </data>
  <data name="ObjectResult_MatchAllContentType" xml:space="preserve">
    <value>The content-type '{0}' added in the '{1}' property is invalid. Media types which match all types or match all subtypes are not supported.</value>
  </data>
  <data name="ActionExecutor_WrappedTaskInstance" xml:space="preserve">
    <value>The method '{0}' on type '{1}' returned an instance of '{2}'. Make sure to call Unwrap on the returned value to avoid unobserved faulted Task.</value>
  </data>
  <data name="ActionExecutor_UnexpectedTaskInstance" xml:space="preserve">
    <value>The method '{0}' on type '{1}' returned a Task instance even though it is not an asynchronous method.</value>
  </data>
  <data name="ActionInvokerFactory_CouldNotCreateInvoker" xml:space="preserve">
    <value>An action invoker could not be created for action '{0}'.</value>
  </data>
  <data name="ActionDescriptorMustBeBasedOnControllerAction" xml:space="preserve">
    <value>The action descriptor must be of type '{0}'.</value>
  </data>
  <data name="ArgumentCannotBeNullOrEmpty" xml:space="preserve">
    <value>Value cannot be null or empty.</value>
  </data>
  <data name="PropertyOfTypeCannotBeNull" xml:space="preserve">
    <value>The '{0}' property of '{1}' must not be null.</value>
  </data>
  <data name="TypeMethodMustReturnNotNullValue" xml:space="preserve">
    <value>The '{0}' method of type '{1}' cannot return a null value.</value>
  </data>
  <data name="ModelBinding_NullValueNotValid" xml:space="preserve">
    <value>The value '{0}' is invalid.</value>
  </data>
  <data name="Invalid_IncludePropertyExpression" xml:space="preserve">
    <value>The passed expression of expression node type '{0}' is invalid. Only simple member access expressions for model properties are supported.</value>
  </data>
  <data name="NoRoutesMatched" xml:space="preserve">
    <value>No route matches the supplied values.</value>
  </data>
  <data name="AsyncActionFilter_InvalidShortCircuit" xml:space="preserve">
    <value>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</value>
  </data>
  <data name="AsyncResultFilter_InvalidShortCircuit" xml:space="preserve">
    <value>If an {0} cancels execution by setting the {1} property of {2} to 'true', then it cannot call the next filter by invoking {3}.</value>
  </data>
  <data name="FilterFactoryAttribute_TypeMustImplementIFilter" xml:space="preserve">
    <value>The type provided to '{0}' must implement '{1}'.</value>
  </data>
  <data name="ActionResult_ActionReturnValueCannotBeNull" xml:space="preserve">
    <value>Cannot return null from an action method with a return type of '{0}'.</value>
  </data>
  <data name="TypeMustDeriveFromType" xml:space="preserve">
    <value>The type '{0}' must derive from '{1}'.</value>
  </data>
  <data name="InputFormatterNoEncoding" xml:space="preserve">
    <value>No encoding found for input formatter '{0}'. There must be at least one supported encoding registered in order for the formatter to read content.</value>
  </data>
  <data name="UnsupportedContentType" xml:space="preserve">
    <value>Unsupported content type '{0}'.</value>
  </data>
  <data name="OutputFormatterNoMediaType" xml:space="preserve">
    <value>No supported media type registered for output formatter '{0}'. There must be at least one supported media type registered in order for the output formatter to write content.</value>
  </data>
  <data name="AttributeRoute_AggregateErrorMessage" xml:space="preserve">
    <value>The following errors occurred with attribute routing information:{0}{0}{1}</value>
    <comment>{0} is the newline. {1} is the formatted list of errors using AttributeRoute_IndividualErrorMessage</comment>
  </data>
  <data name="AttributeRoute_CannotContainParameter" xml:space="preserve">
    <value>The attribute route '{0}' cannot contain a parameter named '{{{1}}}'. Use '[{1}]' in the route template to insert the value '{2}'.</value>
  </data>
  <data name="AttributeRoute_IndividualErrorMessage" xml:space="preserve">
    <value>For action: '{0}'{1}Error: {2}</value>
    <comment>{1} is the newline.</comment>
  </data>
  <data name="AttributeRoute_TokenReplacement_EmptyTokenNotAllowed" xml:space="preserve">
    <value>An empty replacement token ('[]') is not allowed.</value>
  </data>
  <data name="AttributeRoute_TokenReplacement_ImbalancedSquareBrackets" xml:space="preserve">
    <value>Token delimiters ('[', ']') are imbalanced.</value>
  </data>
  <data name="AttributeRoute_TokenReplacement_InvalidSyntax" xml:space="preserve">
    <value>The route template '{0}' has invalid syntax. {1}</value>
    <comment>{1} is the specific error message.</comment>
  </data>
  <data name="AttributeRoute_TokenReplacement_ReplacementValueNotFound" xml:space="preserve">
    <value>While processing template '{0}', a replacement value for the token '{1}' could not be found. Available tokens: '{2}'. To use a '[' or ']' as a literal string in a route or within a constraint, use '[[' or ']]' instead.</value>
  </data>
  <data name="AttributeRoute_TokenReplacement_UnclosedToken" xml:space="preserve">
    <value>A replacement token is not closed.</value>
  </data>
  <data name="AttributeRoute_TokenReplacement_UnescapedBraceInToken" xml:space="preserve">
    <value>An unescaped '[' token is not allowed inside of a replacement token. Use '[[' to escape.</value>
  </data>
  <data name="UnableToFindServices" xml:space="preserve">
    <value>Unable to find the required services. Please add all the required services by calling '{0}.{1}' inside the call to '{2}' in the application startup code.</value>
  </data>
  <data name="AttributeRoute_DuplicateNames_Item" xml:space="preserve">
    <value>Action: '{0}' - Template: '{1}'</value>
    <comment>Formats an action descriptor display name and it's associated template.</comment>
  </data>
  <data name="AttributeRoute_DuplicateNames" xml:space="preserve">
    <value>Attribute routes with the same name '{0}' must have the same template:{1}{2}</value>
    <comment>{0} is the name of the attribute route, {1} is the newline, {2} is the list of errors formatted using ActionDescriptor_WithNamedAttributeRouteAndDifferentTemplate</comment>
  </data>
  <data name="AttributeRoute_AggregateErrorMessage_ErrorNumber" xml:space="preserve">
    <value>Error {0}:{1}{2}</value>
    <comment>{0} is the error number, {1} is Environment.NewLine {2} is the  error message</comment>
  </data>
  <data name="AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod" xml:space="preserve">
    <value>A method '{0}' must not define attribute routed actions and non attribute routed actions at the same time:{1}{2}{1}{1}Use 'AcceptVerbsAttribute' to create a single route that allows multiple HTTP verbs and defines a route, or set a route template in all attributes that constrain HTTP verbs.</value>
    <comment>{0} is the MethodInfo.FullName, {1} is Environment.NewLine, {2} is the formatted list of actions defined by that method info.</comment>
  </data>
  <data name="AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item" xml:space="preserve">
    <value>Action: '{0}' - Route Template: '{1}' - HTTP Verbs: '{2}'</value>
  </data>
  <data name="AttributeRoute_NullTemplateRepresentation" xml:space="preserve">
    <value>(none)</value>
  </data>
  <data name="DefaultActionSelector_AmbiguousActions" xml:space="preserve">
    <value>Multiple actions matched. The following actions matched route data and had all constraints satisfied:{0}{0}{1}</value>
    <comment>0 is the newline - 1 is a newline separate list of action display names</comment>
  </data>
  <data name="FileResult_InvalidPath" xml:space="preserve">
    <value>Could not find file: {0}.</value>
    <comment>{0} is the value for the provided path</comment>
  </data>
  <data name="SerializableError_DefaultError" xml:space="preserve">
    <value>The input was not valid.</value>
  </data>
  <data name="AsyncResourceFilter_InvalidShortCircuit" xml:space="preserve">
    <value>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</value>
  </data>
  <data name="ResponseCache_SpecifyDuration" xml:space="preserve">
    <value>If the '{0}' property is not set to true, '{1}' property must be specified.</value>
  </data>
  <data name="ApiExplorer_UnsupportedAction" xml:space="preserve">
    <value>The action '{0}' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer.</value>
  </data>
  <data name="FormatterMappings_NotValidMediaType" xml:space="preserve">
    <value>The media type "{0}" is not valid. MediaTypes containing wildcards (*) are not allowed in formatter mappings.</value>
  </data>
  <data name="Format_NotValid" xml:space="preserve">
    <value>The format provided is invalid '{0}'. A format must be a non-empty file-extension, optionally prefixed with a '.' character.</value>
  </data>
  <data name="CacheProfileNotFound" xml:space="preserve">
    <value>The '{0}' cache profile is not defined.</value>
  </data>
  <data name="ModelType_WrongType" xml:space="preserve">
    <value>The model's runtime type '{0}' is not assignable to the type '{1}'.</value>
  </data>
  <data name="ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated" xml:space="preserve">
    <value>The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type.</value>
  </data>
  <data name="BinderType_MustBeIModelBinder" xml:space="preserve">
    <value>The type '{0}' must implement '{1}' to be used as a model binder.</value>
  </data>
  <data name="BindingSource_CannotBeComposite" xml:space="preserve">
    <value>The provided binding source '{0}' is a composite. '{1}' requires that the source must represent a single type of input.</value>
  </data>
  <data name="BindingSource_CannotBeGreedy" xml:space="preserve">
    <value>The provided binding source '{0}' is a greedy data source. '{1}' does not support greedy data sources.</value>
  </data>
  <data name="Common_PropertyNotFound" xml:space="preserve">
    <value>The property {0}.{1} could not be found.</value>
  </data>
  <data name="JQueryFormValueProviderFactory_MissingClosingBracket" xml:space="preserve">
    <value>The key '{0}' is invalid JQuery syntax because it is missing a closing bracket.</value>
  </data>
  <data name="KeyValuePair_BothKeyAndValueMustBePresent" xml:space="preserve">
    <value>A value is required.</value>
  </data>
  <data name="ModelBinderUtil_ModelCannotBeNull" xml:space="preserve">
    <value>The binding context has a null Model, but this binder requires a non-null model of type '{0}'.</value>
  </data>
  <data name="ModelBinderUtil_ModelInstanceIsWrong" xml:space="preserve">
    <value>The binding context has a Model of type '{0}', but this binder can only operate on models of type '{1}'.</value>
  </data>
  <data name="ModelBinderUtil_ModelMetadataCannotBeNull" xml:space="preserve">
    <value>The binding context cannot have a null ModelMetadata.</value>
  </data>
  <data name="ModelBinding_MissingBindRequiredMember" xml:space="preserve">
    <value>A value for the '{0}' parameter or property was not provided.</value>
  </data>
  <data name="ModelBinding_MissingRequestBodyRequiredMember" xml:space="preserve">
    <value>A non-empty request body is required.</value>
  </data>
  <data name="ValueProviderResult_NoConverterExists" xml:space="preserve">
    <value>The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types.</value>
  </data>
  <data name="FileResult_PathNotRooted" xml:space="preserve">
    <value>Path '{0}' was not rooted.</value>
    <comment>{0} is the path which wasn't rooted</comment>
  </data>
  <data name="UrlNotLocal" xml:space="preserve">
    <value>The supplied URL is not local. A URL with an absolute path is considered local if it does not have a host/authority part. URLs using virtual paths ('~/') are also local.</value>
  </data>
  <data name="FormatFormatterMappings_GetMediaTypeMappingForFormat_InvalidFormat" xml:space="preserve">
    <value>The argument '{0}' is invalid. Empty or null formats are not supported.</value>
  </data>
  <data name="AcceptHeaderParser_ParseAcceptHeader_InvalidValues" xml:space="preserve">
    <value>"Invalid values '{0}'."</value>
  </data>
  <data name="ModelState_AttemptedValueIsInvalid" xml:space="preserve">
    <value>The value '{0}' is not valid for {1}.</value>
  </data>
  <data name="ModelState_NonPropertyAttemptedValueIsInvalid" xml:space="preserve">
    <value>The value '{0}' is not valid.</value>
  </data>
  <data name="ModelState_UnknownValueIsInvalid" xml:space="preserve">
    <value>The supplied value is invalid for {0}.</value>
  </data>
  <data name="ModelState_NonPropertyUnknownValueIsInvalid" xml:space="preserve">
    <value>The supplied value is invalid.</value>
  </data>
  <data name="HtmlGeneration_ValueIsInvalid" xml:space="preserve">
    <value>The value '{0}' is invalid.</value>
  </data>
  <data name="HtmlGeneration_ValueMustBeNumber" xml:space="preserve">
    <value>The field {0} must be a number.</value>
  </data>
  <data name="HtmlGeneration_NonPropertyValueMustBeNumber" xml:space="preserve">
    <value>The field must be a number.</value>
  </data>
  <data name="TextInputFormatter_SupportedEncodingsMustNotBeEmpty" xml:space="preserve">
    <value>The list of '{0}' must not be empty. Add at least one supported encoding.</value>
  </data>
  <data name="TextOutputFormatter_SupportedEncodingsMustNotBeEmpty" xml:space="preserve">
    <value>The list of '{0}' must not be empty. Add at least one supported encoding.</value>
  </data>
  <data name="TextOutputFormatter_WriteResponseBodyAsyncNotSupported" xml:space="preserve">
    <value>'{0}' is not supported by '{1}'. Use '{2}' instead.</value>
  </data>
  <data name="Formatter_NoMediaTypes" xml:space="preserve">
    <value>No media types found in '{0}.{1}'. Add at least one media type to the list of supported media types.</value>
  </data>
  <data name="CouldNotCreateIModelBinder" xml:space="preserve">
    <value>Could not create a model binder for model object of type '{0}'.</value>
  </data>
  <data name="InputFormattersAreRequired" xml:space="preserve">
    <value>'{0}.{1}' must not be empty. At least one '{2}' is required to bind from the body.</value>
  </data>
  <data name="ModelBinderProvidersAreRequired" xml:space="preserve">
    <value>'{0}.{1}' must not be empty. At least one '{2}' is required to model bind.</value>
  </data>
  <data name="OutputFormattersAreRequired" xml:space="preserve">
    <value>'{0}.{1}' must not be empty. At least one '{2}' is required to format a response.</value>
  </data>
  <data name="MiddewareFilter_ConfigureMethodOverload" xml:space="preserve">
    <value>Multiple overloads of method '{0}' are not supported.</value>
  </data>
  <data name="MiddewareFilter_NoConfigureMethod" xml:space="preserve">
    <value>A public method named '{0}' could not be found in the '{1}' type.</value>
  </data>
  <data name="MiddlewareFilterBuilder_NullApplicationBuilder" xml:space="preserve">
    <value>The '{0}' property cannot be null.</value>
  </data>
  <data name="MiddlewareFilter_InvalidConfigureReturnType" xml:space="preserve">
    <value>The '{0}' method in the type '{1}' must have a return type of '{2}'.</value>
  </data>
  <data name="MiddlewareFilter_ServiceResolutionFail" xml:space="preserve">
    <value>Could not resolve a service of type '{0}' for the parameter '{1}' of method '{2}' on type '{3}'.</value>
  </data>
  <data name="AuthorizeFilter_AuthorizationPolicyCannotBeCreated" xml:space="preserve">
    <value>An {0} cannot be created without a valid instance of {1}.</value>
  </data>
  <data name="FormCollectionModelBinder_CannotBindToFormCollection" xml:space="preserve">
    <value>The '{0}' cannot bind to a model of type '{1}'. Change the model type to '{2}' instead.</value>
  </data>
  <data name="VaryByQueryKeys_Requires_ResponseCachingMiddleware" xml:space="preserve">
    <value>'{0}' requires the response cache middleware.</value>
  </data>
  <data name="CandidateResolver_DifferentCasedReference" xml:space="preserve">
    <value>A duplicate entry for library reference {0} was found. Please check that all package references in all projects use the same casing for the same package references.</value>
    <comment>{0} is the dependency name.</comment>
  </data>
  <data name="MiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType" xml:space="preserve">
    <value>Unable to create an instance of type '{0}'. The type specified in {1} must not be abstract and must have a parameterless constructor.</value>
    <comment>0 is the type to configure. 1 is the name of the parameter, configurationType.</comment>
  </data>
  <data name="Argument_InvalidOffsetLength" xml:space="preserve">
    <value>'{0}' and '{1}' are out of bounds for the string.</value>
    <comment>'{0}' and '{1}' are the parameters which combine to be out of bounds.</comment>
  </data>
  <data name="ComplexTypeModelBinder_NoParameterlessConstructor_ForType" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor.</value>
  </data>
  <data name="ComplexTypeModelBinder_NoParameterlessConstructor_ForProperty" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, set the '{1}' property to a non-null value in the '{2}' constructor.</value>
  </data>
  <data name="NoRoutesMatchedForPage" xml:space="preserve">
    <value>No page named '{0}' matches the supplied values.</value>
  </data>
  <data name="UrlHelper_RelativePagePathIsNotSupported" xml:space="preserve">
    <value>The relative page path '{0}' can only be used while executing a Razor Page. Specify a root relative path with a leading '/' to generate a URL outside of a Razor Page. If you are using {1} then you must provide the current {2} to use relative pages.</value>
  </data>
  <data name="ValidationProblemDescription_Title" xml:space="preserve">
    <value>One or more validation errors occurred.</value>
  </data>
  <data name="ApiController_AttributeRouteRequired" xml:space="preserve">
    <value>Action '{0}' does not have an attribute route. Action methods on controllers annotated with {1} must be attribute routed.</value>
  </data>
  <data name="VirtualFileResultExecutor_NoFileProviderConfigured" xml:space="preserve">
    <value>No file provider has been configured to process the supplied file.</value>
  </data>
  <data name="ApplicationPartFactory_InvalidFactoryType" xml:space="preserve">
    <value>Type {0} specified by {1} is invalid. Type specified by {1} must derive from {2}.</value>
  </data>
  <data name="RelatedAssemblyAttribute_AssemblyCannotReferenceSelf" xml:space="preserve">
    <value>{0} specified on {1} cannot be self referential.</value>
  </data>
  <data name="RelatedAssemblyAttribute_CouldNotBeFound" xml:space="preserve">
    <value>Related assembly '{0}' specified by assembly '{1}' could not be found in the directory {2}. Related assemblies must be co-located with the specifying assemblies.</value>
  </data>
  <data name="ApplicationAssembliesProvider_DuplicateRelatedAssembly" xml:space="preserve">
    <value>Each related assembly must be declared by exactly one assembly. The assembly '{0}' was declared as related assembly by the following:</value>
  </data>
  <data name="ApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional" xml:space="preserve">
    <value>Assembly '{0}' declared as a related assembly by assembly '{1}' cannot define additional related assemblies.</value>
  </data>
  <data name="ComplexTypeModelBinder_NoParameterlessConstructor_ForParameter" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, give the '{1}' parameter a non-null default value.</value>
  </data>
  <data name="ApiController_MultipleBodyParametersFound" xml:space="preserve">
    <value>Action '{0}' has more than one parameter that was specified or inferred as bound from request body. Only one parameter per action may be bound from body. Inspect the following parameters, and use '{1}' to specify bound from query, '{2}' to specify bound from route, and '{3}' for parameters to be bound from body:</value>
  </data>
  <data name="ApiConventionMustBeStatic" xml:space="preserve">
    <value>API convention type '{0}' must be a static type.</value>
  </data>
  <data name="InvalidTypeTForActionResultOfT" xml:space="preserve">
    <value>Invalid type parameter '{0}' specified for '{1}'.</value>
  </data>
  <data name="ApiConvention_UnsupportedAttributesOnConvention" xml:space="preserve">
    <value>Method {0} is decorated with the following attributes that are not allowed on an API convention method:{1}The following attributes are allowed on API convention methods: {2}.</value>
  </data>
  <data name="ApiConventionMethod_AmbiguousMethodName" xml:space="preserve">
    <value>Method name '{0}' is ambiguous for convention type '{1}'. More than one method found with the name '{0}'.</value>
  </data>
  <data name="ApiConventionMethod_NoMethodFound" xml:space="preserve">
    <value>A method named '{0}' was not found on convention type '{1}'.</value>
  </data>
  <data name="ValidationVisitor_ExceededMaxDepth" xml:space="preserve">
    <value>{0} exceeded the maximum configured validation depth '{1}' when validating type '{2}'.</value>
  </data>
  <data name="ValidationVisitor_ExceededMaxDepthFix" xml:space="preserve">
    <value>This may indicate a very deep or infinitely recursive object graph. Consider modifying '{0}.{1}' or suppressing validation on the model type.</value>
  </data>
  <data name="ValidationVisitor_ExceededMaxPropertyDepth" xml:space="preserve">
    <value>{0} exceeded the maximum configured validation depth '{1}' when validating property '{2}' on type '{3}'.</value>
  </data>
  <data name="ReferenceToNewtonsoftJsonRequired" xml:space="preserve">
    <value>'{0}' requires a reference to '{1}'. Configure your application by adding a reference to the '{1}' package and calling '{2}.{3}' inside the call to '{4}' in the application startup code.</value>
  </data>
  <data name="ModelBinding_ExceededMaxModelBindingCollectionSize" xml:space="preserve">
    <value>Collection bound to '{0}' exceeded {1}.{2} ({3}). This limit is a safeguard against incorrect model binders and models. Address issues in '{4}'. For example, this type may have a property with a model binder that always succeeds. See the {1}.{2} documentation for more information.</value>
    <comment>{0} is model name, {1} is MvcOptions, {2} is MaxModelBindingCollectionSize, {3} is option value, {4} is affected type.</comment>
  </data>
  <data name="ModelBinding_ExceededMaxModelBindingRecursionDepth" xml:space="preserve">
    <value>Model binding system exceeded {0}.{1} ({2}). Reduce the potential nesting of '{3}'. For example, this type may have a property with a model binder that always succeeds. See the {0}.{1} documentation for more information.</value>
    <comment>{0} is MvcOptions, {1} is MaxModelBindingRecursionDepth, {2} is option value, {3} is (loopy or deeply nested) top-level model type.</comment>
  </data>
  <data name="Property_MustBeInstanceOfType" xml:space="preserve">
    <value>Property '{0}.{1}' must be an instance of type '{2}'.</value>
  </data>
  <data name="ObjectResultExecutor_MaxEnumerationExceeded" xml:space="preserve">
    <value>'{0}' reached the configured maximum size of the buffer when enumerating a value of type '{1}'. This limit is in place to prevent infinite streams of 'IAsyncEnumerable&lt;&gt;' from continuing indefinitely. If this is not a programming mistake, consider ways to reduce the collection size, or consider manually converting '{1}' into a list rather than increasing the limit.</value>
  </data>
  <data name="UnexpectedJsonEnd" xml:space="preserve">
    <value>Unexpected end when reading JSON.</value>
  </data>
  <data name="FailedToReadRequestForm" xml:space="preserve">
    <value>Failed to read the request form. {0}</value>
  </data>
  <data name="ValidationVisitor_ContainerCannotBeSpecified" xml:space="preserve">
    <value>A container cannot be specified when the ModelMetada is of kind '{0}'.</value>
  </data>
  <data name="StateShouldBeNullForRouteValueTransformers" xml:space="preserve">
    <value>Transformer '{0}' was retrieved from dependency injection with a state value. State can only be specified when the dynamic route is mapped using MapDynamicControllerRoute's state argument together with transient lifetime transformer. Ensure that '{0}' doesn't set its own state and that the transformer is registered with a transient lifetime in dependency injection.</value>
  </data>
  <data name="ComplexObjectModelBinder_NoSuitableConstructor_ForParameter" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, give the '{1}' parameter a non-null default value.</value>
  </data>
  <data name="ComplexObjectModelBinder_NoSuitableConstructor_ForProperty" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, set the '{1}' property to a non-null value in the '{2}' constructor.</value>
  </data>
  <data name="ComplexObjectModelBinder_NoSuitableConstructor_ForType" xml:space="preserve">
    <value>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor.</value>
  </data>
  <data name="ValidationStrategy_MappedPropertyNotFound" xml:space="preserve">
    <value>No property found that maps to constructor parameter '{0}' for type '{1}'. Validation requires that each bound parameter of a record type's primary constructor must have a property to read the value.</value>
  </data>
  <data name="TryUpdateModel_RecordTypeNotSupported" xml:space="preserve">
    <value>{0} cannot update a record type model. If a '{1}' must be updated, include it in an object type.</value>
  </data>
  <data name="GetContentTypes_WildcardsNotSupported" xml:space="preserve">
    <value>Could not parse '{0}'. Content types with wildcards are not supported.</value>
  </data>
  <data name="OutputCacheAttribute_Requires_OutputCachingMiddleware" xml:space="preserve">
    <value>'{0}' requires the output cache middleware.</value>
  </data>
  <data name="TryParseModelBinder_InvalidType" xml:space="preserve">
    <value>The type '{0}' does not contain a TryParse method and the binder '{1}' cannot be used.</value>
  </data>
</root>