-
Notifications
You must be signed in to change notification settings - Fork 3.2k
/
DesignStrings.resx
363 lines (352 loc) · 20.9 KB
/
DesignStrings.resx
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
<?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="DuplicateMigrationName" xml:space="preserve">
<value>The name '{migrationName}' is used by an existing migration.</value>
</data>
<data name="MultipleContexts" xml:space="preserve">
<value>More than one DbContext was found. Specify which one to use. Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet commands.</value>
</data>
<data name="MultipleContextsWithName" xml:space="preserve">
<value>More than one DbContext named '{name}' was found. Specify which one to use by providing its fully qualified name.</value>
</data>
<data name="MultipleContextsWithQualifiedName" xml:space="preserve">
<value>More than one DbContext named '{name}' was found. Specify which one to use by providing its fully qualified name using its exact case.</value>
</data>
<data name="NoContext" xml:space="preserve">
<value>No DbContext was found in assembly '{assembly}'. Ensure that you're using the correct assembly and that the type is neither abstract nor generic.</value>
</data>
<data name="NoContextWithName" xml:space="preserve">
<value>No DbContext named '{name}' was found.</value>
</data>
<data name="UseContext" xml:space="preserve">
<value>Using context '{name}'.</value>
</data>
<data name="DroppingDatabase" xml:space="preserve">
<value>Dropping database '{name}'.</value>
</data>
<data name="DatabaseDropped" xml:space="preserve">
<value>Successfully dropped database '{name}'.</value>
</data>
<data name="ManuallyDeleted" xml:space="preserve">
<value>A manual migration deletion was detected.</value>
</data>
<data name="NoMigrationFile" xml:space="preserve">
<value>No file named '{file}' was found. You must manually remove the migration class '{migrationClass}'.</value>
</data>
<data name="NoMigrationMetadataFile" xml:space="preserve">
<value>No file named '{file}' was found.</value>
</data>
<data name="NoSnapshot" xml:space="preserve">
<value>No ModelSnapshot was found.</value>
</data>
<data name="NoSnapshotFile" xml:space="preserve">
<value>No file named '{file}' was found. You must manually remove the model snapshot class '{snapshotClass}'.</value>
</data>
<data name="RemovingMigration" xml:space="preserve">
<value>Removing migration '{name}'.</value>
</data>
<data name="RemovingSnapshot" xml:space="preserve">
<value>Removing model snapshot.</value>
</data>
<data name="RevertingSnapshot" xml:space="preserve">
<value>Reverting model snapshot.</value>
</data>
<data name="RevertMigration" xml:space="preserve">
<value>The migration '{name}' has already been applied to the database. Revert it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration.</value>
</data>
<data name="UnknownOperation" xml:space="preserve">
<value>The current CSharpMigrationOperationGenerator cannot scaffold operations of type '{operationType}'. Configure your services to use one that can.</value>
</data>
<data name="UnknownLiteral" xml:space="preserve">
<value>The current CSharpHelper cannot scaffold literals of type '{literalType}'. Configure your services to use one that can.</value>
</data>
<data name="LiteralExpressionNotSupported" xml:space="preserve">
<value>The literal expression '{expression}' for '{type}' cannot be parsed. Only simple constructor calls and factory methods are supported.</value>
</data>
<data name="CannotFindRuntimeProviderAssembly" xml:space="preserve">
<value>Unable to find provider assembly with name {assemblyName}. Ensure the specified name is correct and is referenced by the project.</value>
</data>
<data name="DestructiveOperation" xml:space="preserve">
<value>An operation was scaffolded that may result in the loss of data. Please review the migration for accuracy.</value>
</data>
<data name="WritingMigration" xml:space="preserve">
<value>Writing migration to '{file}'.</value>
</data>
<data name="WritingSnapshot" xml:space="preserve">
<value>Writing model snapshot to '{file}'.</value>
</data>
<data name="Done" xml:space="preserve">
<value>Done.</value>
</data>
<data name="ReusingNamespace" xml:space="preserve">
<value>Reusing namespace of type '{type}'.</value>
</data>
<data name="ReusingSnapshotName" xml:space="preserve">
<value>Reusing model snapshot name '{name}'.</value>
</data>
<data name="CannotFindDesignTimeProviderAssemblyAttribute" xml:space="preserve">
<value>Unable to find expected assembly attribute named {attributeName} in provider assembly {runtimeProviderAssemblyName}. This attribute is required to identify the class which acts as the design-time service provider factory.</value>
</data>
<data name="NonRelationalProvider" xml:space="preserve">
<value>{provider} is not a Relational provider and therefore cannot be use with Migrations.</value>
</data>
<data name="UnreferencedAssembly" xml:space="preserve">
<value>Could not load assembly '{assembly}'. Ensure it is referenced by the startup project '{startupProject}'.</value>
</data>
<data name="FindingContexts" xml:space="preserve">
<value>Finding DbContext classes...</value>
</data>
<data name="ForeignMigrations" xml:space="preserve">
<value>The namespace '{migrationsNamespace}' contains migrations for a different DbContext. This can result in conflicting migration names. It's recommend to put migrations for different DbContext classes into different namespaces.</value>
</data>
<data name="ContextClassNotValidCSharpIdentifier" xml:space="preserve">
<value>The context class name passed in, {contextClassName}, is not a valid C# identifier.</value>
</data>
<data name="MigrationsAssemblyMismatch" xml:space="preserve">
<value>Your target project '{assembly}' doesn't match your migrations assembly '{migrationsAssembly}'. Either change your target project or change your migrations assembly.
Change your migrations assembly by using DbContextOptionsBuilder. E.g. options.UseSqlServer(connection, b => b.MigrationsAssembly("{assembly}")). By default, the migrations assembly is the assembly containing the DbContext.
Change your target project to the migrations project by using the Package Manager Console's Default project drop-down list, or by executing "dotnet ef" from the directory containing the migrations project.</value>
</data>
<data name="SensitiveInformationWarning" xml:space="preserve">
<value>To protect potentially sensitive information in your connection string, you should move it out of source code. See http://go.microsoft.com/fwlink/?LinkId=723263 for guidance on storing connection strings.</value>
<comment>Localize the URL if we have localized docs.</comment>
</data>
<data name="ForceRemoveMigration" xml:space="preserve">
<value>Unable to check if the migration '{name}' has been applied to the database. If it has, you will need to manually reverse the changes it made. Error encountered while checking: {error}</value>
</data>
<data name="NoParameterlessConstructor" xml:space="preserve">
<value>Unable to create an object of type '{contextType}'. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728</value>
</data>
<data name="NotExistDatabase" xml:space="preserve">
<value>Database '{name}' did not exist, no action was taken.</value>
</data>
<data name="UsingEnvironment" xml:space="preserve">
<value>Using environment '{environment}'.</value>
</data>
<data name="FindingServiceProvider" xml:space="preserve">
<value>Finding application service provider...</value>
</data>
<data name="NoServiceProvider" xml:space="preserve">
<value>No application service provider was found.</value>
</data>
<data name="FoundDbContext" xml:space="preserve">
<value>Found DbContext '{contextType}'.</value>
</data>
<data name="UsingDbContextFactory" xml:space="preserve">
<value>Using DbContext factory '{factory}'.</value>
</data>
<data name="FindingDesignTimeServices" xml:space="preserve">
<value>Finding IDesignTimeServices implementations in assembly '{startupAssembly}'...</value>
</data>
<data name="FindingProviderServices" xml:space="preserve">
<value>Finding design-time services for provider '{provider}'...</value>
</data>
<data name="NoDesignTimeServices" xml:space="preserve">
<value>No design-time services were found.</value>
</data>
<data name="UsingDesignTimeServices" xml:space="preserve">
<value>Using design-time services from class '{designTimeServices}'.</value>
</data>
<data name="UsingProviderServices" xml:space="preserve">
<value>Using design-time services from provider '{provider}'.</value>
</data>
<data name="FindingContextFactories" xml:space="preserve">
<value>Finding IDesignTimeDbContextFactory implementations...</value>
</data>
<data name="FindingReferencedContexts" xml:space="preserve">
<value>Finding DbContext classes in the project...</value>
</data>
<data name="FoundContextFactory" xml:space="preserve">
<value>Found IDesignTimeDbContextFactory implementation '{factory}'.</value>
</data>
<data name="ProviderReturnedNullModel" xml:space="preserve">
<value>Metadata model returned should not be null. Provider: {providerTypeName}.</value>
</data>
<data name="ReadOnlyFiles" xml:space="preserve">
<value>No files generated in directory {outputDirectoryName}. The following file(s) already exist and must be made writeable to continue: {readOnlyFiles}.</value>
</data>
<data name="ExistingFiles" xml:space="preserve">
<value>The following file(s) already exist in directory {outputDirectoryName}: {existingFiles}. Use the Force flag to overwrite these files.</value>
</data>
<data name="CannotFindTypeMappingForColumn" xml:space="preserve">
<value>Could not find type mapping for column '{columnName}' with data type '{dateType}'. Skipping column.</value>
</data>
<data name="ForeignKeyScaffoldErrorPrincipalKeyNotFound" xml:space="preserve">
<value>Could not scaffold the foreign key '{foreignKeyName}'. A key for '{columnsList}' was not found in the principal entity type '{principalEntityType}'.</value>
</data>
<data name="ForeignKeyScaffoldErrorPrincipalTableScaffoldingError" xml:space="preserve">
<value>Could not scaffold the foreign key '{foreignKeyName}'. The referenced table '{principaltableName}' could not be scaffolded.</value>
</data>
<data name="PrimaryKeyErrorPropertyNotFound" xml:space="preserve">
<value>Could not scaffold the primary key for '{tableName}'. The following columns in the primary key could not be scaffolded: {columnNames}.</value>
</data>
<data name="MissingPrimaryKey" xml:space="preserve">
<value>Unable to identify the primary key for table '{tableName}'.</value>
</data>
<data name="UnableToGenerateEntityType" xml:space="preserve">
<value>Unable to generate entity type for table '{tableName}'.</value>
</data>
<data name="BadSequenceType" xml:space="preserve">
<value>For sequence '{sequenceName}'. Unable to scaffold because it uses an unsupported type: '{typeName}'.</value>
</data>
<data name="ForeignKeyPrincipalEndContainsNullableColumns" xml:space="preserve">
<value>The principal end of the foreign key '{foreignKeyName}' is supported by the unique index '{indexName}' and contains the following nullable columns '{columnNames}'. Entity Framework requires the properties representing those columns to be non-nullable.</value>
</data>
<data name="NonNullableBoooleanColumnHasDefaultConstraint" xml:space="preserve">
<value>The column '{columnName}' would normally be mapped to a non-nullable bool property, but it has a default constraint. Such a column is mapped to a nullable bool property to allow a difference between setting the property to false and invoking the default constraint. See https://go.microsoft.com/fwlink/?linkid=851278 for details.</value>
</data>
<data name="ForeignKeyScaffoldErrorPrincipalTableNotFound" xml:space="preserve">
<value>Could not scaffold the foreign key '{foreignKeyName}'. The referenced table could not be found. This most likely occurred because the referenced table was excluded from scaffolding.</value>
</data>
<data name="ForeignKeyScaffoldErrorPropertyNotFound" xml:space="preserve">
<value>Could not scaffold the foreign key '{foreignKeyName}'. The following columns in the foreign key could not be scaffolded: {columnNames}.</value>
</data>
<data name="UnableToScaffoldIndexMissingProperty" xml:space="preserve">
<value>Unable to scaffold the index '{indexName}'. The following columns could not be scaffolded: {columnNames}.</value>
</data>
<data name="MultipleAnnotationConflict" xml:space="preserve">
<value>The annotation '{annotationName}' was specified twice with potentially different values. Specifying the same annotation multiple times for different providers is no longer supported. Review the generated Migration to ensure it is correct and, if necessary, edit the Migration to fix any issues.</value>
</data>
<data name="SequencesRequireName" xml:space="preserve">
<value>Sequence name cannot be null or empty. Entity Framework cannot model a sequence that does not have a name.</value>
</data>
<data name="NoLanguageService" xml:space="preserve">
<value>The project language '{language}' isn't supported by the built-in {service} service. You can try looking for an additional NuGet package which supports this language; moving your DbContext type to a C# class library referenced by this project; or manually implementing and registering the design-time service for programming language.</value>
</data>
<data name="RevertingMigration" xml:space="preserve">
<value>Reverting migration '{name}'.</value>
</data>
<data name="FindingReferencedServices" xml:space="preserve">
<value>Finding design-time services referenced by assembly '{startupAssembly}'.</value>
</data>
<data name="NoReferencedServices" xml:space="preserve">
<value>No referenced design-time services were found.</value>
</data>
<data name="UsingReferencedServices" xml:space="preserve">
<value>Using design-time services from assembly '{referencedAssembly}'.</value>
</data>
<data name="VersionMismatch" xml:space="preserve">
<value>The EF Core tools version '{toolsVersion}' is older than that of the runtime '{runtimeVersion}'. Update the tools for the latest features and bug fixes.</value>
</data>
<data name="FindingHostingServices" xml:space="preserve">
<value>Finding Microsoft.Extensions.Hosting service provider...</value>
</data>
<data name="InvokeCreateHostBuilderFailed" xml:space="preserve">
<value>An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: {error}</value>
</data>
<data name="MalformedCreateHostBuilder" xml:space="preserve">
<value>An unexpected return type was encountered while accessing the Microsoft.Extensions.Hosting services. Method 'CreateHostBuilder(string[])' should return an object of type 'IHostBuilder'. Continuing without the application service provider.</value>
</data>
<data name="NoCreateHostBuilder" xml:space="preserve">
<value>No static method 'CreateHostBuilder(string[])' was found on class 'Program'.</value>
</data>
<data name="UsingHostingServices" xml:space="preserve">
<value>Using applicaiton service provider from Microsoft.Extensions.Hosting.</value>
</data>
</root>