-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathResources.resx
More file actions
393 lines (382 loc) · 20.1 KB
/
Resources.resx
File metadata and controls
393 lines (382 loc) · 20.1 KB
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
<?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="BuildFailed" xml:space="preserve">
<value>Build failed. Use dotnet build to see the errors.</value>
</data>
<data name="BuildStarted" xml:space="preserve">
<value>Build started...</value>
</data>
<data name="BuildSucceeded" xml:space="preserve">
<value>Build succeeded.</value>
</data>
<data name="ConfigurationDescription" xml:space="preserve">
<value>The configuration to use.</value>
</data>
<data name="ConnectionDescription" xml:space="preserve">
<value>The connection string to the database.</value>
</data>
<data name="ContextDescription" xml:space="preserve">
<value>The DbContext to use. "*" can be used to run the command for all contexts found. This will also disable service discovery through the startup project if a corresponding IDesignTimeDbContextFactory implementation is found.</value>
</data>
<data name="ContextDirDescription" xml:space="preserve">
<value>The directory to put the DbContext file in. Paths are relative to the project directory.</value>
</data>
<data name="ContextNameDescription" xml:space="preserve">
<value>The name of the DbContext. Defaults to the database name.</value>
</data>
<data name="ContextNamespaceDescription" xml:space="preserve">
<value>The namespace of the DbContext class. Matches the directory by default.</value>
</data>
<data name="DataAnnotationsDescription" xml:space="preserve">
<value>Use attributes to configure the model (where possible). If omitted, only the fluent API is used.</value>
</data>
<data name="DatabaseDescription" xml:space="preserve">
<value>Commands to manage the database.</value>
</data>
<data name="DatabaseDropDescription" xml:space="preserve">
<value>Drops the database.</value>
</data>
<data name="DatabaseDropDryRunDescription" xml:space="preserve">
<value>Show which database would be dropped, but don't drop it.</value>
</data>
<data name="DatabaseDropForceDescription" xml:space="preserve">
<value>Don't confirm.</value>
</data>
<data name="DatabaseUpdateAddDescription" xml:space="preserve">
<value>Create a new migration with the given name and apply it immediately.</value>
</data>
<data name="DatabaseUpdateDescription" xml:space="preserve">
<value>Updates the database to a specified migration.</value>
</data>
<data name="DbContextConnectionDescription" xml:space="preserve">
<value>The connection string to the database. Defaults to the one specified in AddDbContext or OnConfiguring.</value>
</data>
<data name="DbContextDescription" xml:space="preserve">
<value>Commands to manage DbContext types.</value>
</data>
<data name="DbContextInfoDescription" xml:space="preserve">
<value>Gets information about a DbContext type.</value>
</data>
<data name="DbContextListDescription" xml:space="preserve">
<value>Lists available DbContext types.</value>
</data>
<data name="DbContextOptimizeDescription" xml:space="preserve">
<value>Generates a compiled version of the model used by the DbContext.</value>
</data>
<data name="DbContextScaffoldDescription" xml:space="preserve">
<value>Scaffolds a DbContext and entity types for a database.</value>
</data>
<data name="DbContextScaffoldForceDescription" xml:space="preserve">
<value>Overwrite existing files.</value>
</data>
<data name="DbContextScriptDescription" xml:space="preserve">
<value>Generates a SQL script from the DbContext. Bypasses any migrations.</value>
</data>
<data name="DotnetEfFullName" xml:space="preserve">
<value>Entity Framework Core .NET Command-line Tools</value>
</data>
<data name="EFFullName" xml:space="preserve">
<value>Entity Framework Core Command-line Tools</value>
</data>
<data name="FrameworkDescription" xml:space="preserve">
<value>The target framework. Defaults to the first one in the project.</value>
</data>
<data name="GetMetadataFailed" xml:space="preserve">
<value>Unable to retrieve project metadata. Ensure it's an SDK-style project.</value>
</data>
<data name="IdempotentDescription" xml:space="preserve">
<value>Generate a script that can be used on a database at any migration.</value>
</data>
<data name="JsonDescription" xml:space="preserve">
<value>Show JSON output. Use with --prefix-output to parse programmatically.</value>
</data>
<data name="MigrationDescription" xml:space="preserve">
<value>The target migration. If '0', all migrations will be reverted. Defaults to the last migration.</value>
</data>
<data name="MigrationFromDescription" xml:space="preserve">
<value>The starting migration. Defaults to '0' (the initial database).</value>
</data>
<data name="MigrationNameDescription" xml:space="preserve">
<value>The name of the migration.</value>
</data>
<data name="MigrationsAddDescription" xml:space="preserve">
<value>Adds a new migration.</value>
</data>
<data name="MigrationsBundleDescription" xml:space="preserve">
<value>Creates an executable to update the database.</value>
</data>
<data name="MigrationsBundleOutputDescription" xml:space="preserve">
<value>The path of executable file to create.</value>
</data>
<data name="MigrationsBundleRuntimeDescription" xml:space="preserve">
<value>The target runtime to bundle for.</value>
</data>
<data name="MigrationsDescription" xml:space="preserve">
<value>Commands to manage migrations.</value>
</data>
<data name="MigrationsHasPendingModelChangesDescription" xml:space="preserve">
<value>Checks if any changes have been made to the model since the last migration.</value>
</data>
<data name="MigrationsListDescription" xml:space="preserve">
<value>Lists available migrations.</value>
</data>
<data name="MigrationsNamespaceDescription" xml:space="preserve">
<value>The namespace to use. Matches the directory by default.</value>
</data>
<data name="MigrationsOutputDirDescription" xml:space="preserve">
<value>The directory to put files in. Paths are relative to the project directory. Defaults to "Migrations".</value>
</data>
<data name="MigrationsRemoveDescription" xml:space="preserve">
<value>Removes the last migration.</value>
</data>
<data name="MigrationsRemoveForceDescription" xml:space="preserve">
<value>Revert the migration if it has been applied to the database.</value>
</data>
<data name="MigrationsRemoveOfflineDescription" xml:space="preserve">
<value>Remove the migration without connecting to the database.</value>
</data>
<data name="MigrationsScriptDescription" xml:space="preserve">
<value>Generates a SQL script from migrations.</value>
</data>
<data name="MigrationToDescription" xml:space="preserve">
<value>The target migration. Defaults to the last migration.</value>
</data>
<data name="MissingArgument" xml:space="preserve">
<value>Missing required argument '{arg}'.</value>
</data>
<data name="MissingConditionalOption" xml:space="preserve">
<value>Option '--{requiredOption}' must be specified if '--{conditionalOption}' is used.</value>
</data>
<data name="MultipleProjects" xml:space="preserve">
<value>More than one project was found in the current working directory. Use the --project option.</value>
</data>
<data name="MultipleProjectsInDirectory" xml:space="preserve">
<value>More than one project was found in directory '{projectDir}'. Specify one using its file name.</value>
</data>
<data name="MultipleStartupProjects" xml:space="preserve">
<value>More than one project was found in the current working directory. Use the --startup-project option.</value>
</data>
<data name="MultipleTargetFrameworks" xml:space="preserve">
<value>The project targets multiple frameworks. Use the --framework option to specify which target framework to use.</value>
</data>
<data name="NamespaceDescription" xml:space="preserve">
<value>The namespace to use. Matches the directory by default.</value>
</data>
<data name="NativeAotDescription" xml:space="preserve">
<value>Generate additional code in the compiled model required for NativeAOT compilation and precompiled queries (experimental).</value>
</data>
<data name="NativeAotWarning" xml:space="preserve">
<value>NativeAOT support is experimental and can change in the future.</value>
</data>
<data name="NETCoreApp1StartupProject" xml:space="preserve">
<value>Startup project '{startupProject}' targets framework '.NETCoreApp' version '{targetFrameworkVersion}'. This version of the Entity Framework Core .NET Command-line Tools only supports version 10.0 or higher.</value>
</data>
<data name="NETFrameworkStartupProject" xml:space="preserve">
<value>Startup project '{startupProject}' targets framework '.NETFramework'. The Entity Framework Core .NET Command-line Tools don't support .NET Framework projects. Consider updating the project to target .NET.</value>
</data>
<data name="NETStandardStartupProject" xml:space="preserve">
<value>Startup project '{startupProject}' targets framework '.NETStandard'. There is no runtime associated with this framework, and projects targeting it cannot be executed directly. To use the Entity Framework Core .NET Command-line Tools with this project, add an executable project targeting .NET Core or .NET Framework that references this project, and set it as the startup project using --startup-project; or update this project to cross-target .NET Core or .NET Framework. For more information on using the Entity Framework Tools with .NET Standard projects, see https://go.microsoft.com/fwlink/?linkid=2034781</value>
</data>
<data name="NoBuildDescription" xml:space="preserve">
<value>Don't build the project. Intended to be used when the build is up-to-date.</value>
</data>
<data name="NoColorDescription" xml:space="preserve">
<value>Don't colorize output.</value>
</data>
<data name="NoConnectDescription" xml:space="preserve">
<value>Don't connect to the database.</value>
</data>
<data name="NoPluralizeDescription" xml:space="preserve">
<value>Don't use the pluralizer.</value>
</data>
<data name="NoProject" xml:space="preserve">
<value>No project was found. Change the current working directory or use the --project option.</value>
</data>
<data name="NoProjectInDirectory" xml:space="preserve">
<value>No project was found in directory '{projectDir}'.</value>
</data>
<data name="NoScaffoldDescription" xml:space="preserve">
<value>Don't generate a compiled model.</value>
</data>
<data name="NoTransactionsDescription" xml:space="preserve">
<value>Don't generate SQL transaction statements.</value>
</data>
<data name="OutputDescription" xml:space="preserve">
<value>The file to write the result to.</value>
</data>
<data name="OutputDirDescription" xml:space="preserve">
<value>The directory to put files in. Paths are relative to the project directory.</value>
</data>
<data name="PrecompileQueriesDescription" xml:space="preserve">
<value>Generate precompiled queries.</value>
</data>
<data name="PrecompileQueriesWarning" xml:space="preserve">
<value>Query precompilation is an experimental feature and should be used with caution.</value>
</data>
<data name="PlatformSpecificProject" xml:space="preserve">
<value>Startup project '{startupProject}' targets a platform-specific framework: '{targetFrameworkValue}'. The Entity Framework Core .NET Command-line Tools might not function correctly. Implement IDesignTimeDbContextFactory<> to ensure design-time tools work correctly with this project. See https://aka.ms/efcore-docs-migrations-projects for more information.</value>
</data>
<data name="PrefixDescription" xml:space="preserve">
<value>Prefix output with level.</value>
</data>
<data name="ProjectDescription" xml:space="preserve">
<value>The project to use. Defaults to the current working directory.</value>
</data>
<data name="ProjectExtensionsDescription" xml:space="preserve">
<value>Obsolete</value>
</data>
<data name="ProviderDescription" xml:space="preserve">
<value>The provider to use. (E.g. Microsoft.EntityFrameworkCore.SqlServer)</value>
</data>
<data name="RunningCommand" xml:space="preserve">
<value>Running '{command}'</value>
</data>
<data name="RuntimeDescription" xml:space="preserve">
<value>The runtime to use.</value>
</data>
<data name="SchemasDescription" xml:space="preserve">
<value>The schemas of tables and views to generate entity types for. All tables and views in the schemas will be included in the model, even if they are not explicitly included with the --table parameter.</value>
</data>
<data name="SelfContainedDescription" xml:space="preserve">
<value>Also bundle the .NET runtime so it doesn't need to be installed on the machine.</value>
</data>
<data name="StartupProjectDescription" xml:space="preserve">
<value>The startup project to use. Defaults to the current working directory.</value>
</data>
<data name="SuffixDescription" xml:space="preserve">
<value>The suffix to attach to the name of all the generated files</value>
</data>
<data name="SuppressOnConfiguringDescription" xml:space="preserve">
<value>Don't generate DbContext.OnConfiguring.</value>
</data>
<data name="TablesDescription" xml:space="preserve">
<value>The tables and views to generate entity types for. Tables or views in a specific schema can be included using the 'schema.table' or 'schema.view' format.</value>
</data>
<data name="UnsupportedFramework" xml:space="preserve">
<value>Startup project '{startupProject}' targets framework '{targetFramework}'. The Entity Framework Core .NET Command-line Tools don't support this framework. See https://aka.ms/efcore-docs-cli-tfms for more information.</value>
</data>
<data name="UnsupportedPlatform" xml:space="preserve">
<value>Startup project '{startupProject}' targets platform '{targetPlatform}'. The Entity Framework Core .NET Command-line Tools don't support this platform. See https://aka.ms/efcore-docs-cli-tfms for more information.</value>
</data>
<data name="UseDatabaseNamesDescription" xml:space="preserve">
<value>Use table, view, sequence, and column names directly from the database.</value>
</data>
<data name="UsingProject" xml:space="preserve">
<value>Using project '{project}'.</value>
</data>
<data name="UsingStartupProject" xml:space="preserve">
<value>Using startup project '{startupProject}'.</value>
</data>
<data name="VerboseDescription" xml:space="preserve">
<value>Show verbose output.</value>
</data>
<data name="WritingFile" xml:space="preserve">
<value>Writing '{file}'...</value>
</data>
</root>