Langs.en-us.resx
13.8 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
<?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="用户名或密码不正确" xml:space="preserve">
<value>The username or password is incorrect</value>
</data>
<data name="用户被禁用无法登录" xml:space="preserve">
<value>The user is disabled and cannot log in</value>
</data>
<data name="登录成功" xml:space="preserve">
<value>Login successful</value>
</data>
<data name="请选择原因方" xml:space="preserve">
<value>Please select the reason.</value>
</data>
<data name="追加报警处理记录" xml:space="preserve">
<value>Additional alarm processing record</value>
</data>
<data name="天" xml:space="preserve">
<value>Days</value>
</data>
<data name="秒" xml:space="preserve">
<value>Seconds</value>
</data>
<data name="分" xml:space="preserve">
<value>Minutes</value>
</data>
<data name="异常" xml:space="preserve">
<value>Error</value>
</data>
<data name="小时" xml:space="preserve">
<value>Hours</value>
</data>
<data name="追加报警密码错误" xml:space="preserve">
<value>Additional alarm password error.</value>
</data>
<data name="未查询到源设备类型数据" xml:space="preserve">
<value>No source device type data was found.</value>
</data>
<data name="无此用户" xml:space="preserve">
<value>No such user</value>
</data>
<data name="授权给0版本1到期日2" xml:space="preserve">
<value>Authorization to [{0}] Version [{1}] Expiration Date [{2}]</value>
</data>
<data name="未查询到匹配的数据或者已处理报警数据" xml:space="preserve">
<value>No matching data is found or alarm data has been processed.</value>
</data>
<data name="未查询到数据" xml:space="preserve">
<value>No data found.</value>
</data>
<data name="未查询到设备主数据" xml:space="preserve">
<value>No equipment master data was found.</value>
</data>
<data name="请配置保养信息" xml:space="preserve">
<value>Please configure maintenance information.</value>
</data>
<data name="推送保养时间未配置" xml:space="preserve">
<value>Push maintenance time is not configured.</value>
</data>
<data name="推送保养时间配置有误必须为数字类型_当前值0" xml:space="preserve">
<value>Error in configuration of push maintenance time. It must be numeric type and current value.[{0}]</value>
</data>
<data name="更新保养记录信息失败_出现异常0" xml:space="preserve">
<value>Updating the maintenance record information failed, and an exception occurred.[{0}]</value>
</data>
<data name="推送保养信息处理失败出现异常0" xml:space="preserve">
<value>Processing of push maintenance information failed, and an exception occurred.[{0}]</value>
</data>
<data name="推送保养信息处理失败_上游反馈0" xml:space="preserve">
<value>Failed to process push maintenance information _ Upstream feedback.[{0}]</value>
</data>
<data name="推送保养信息处理失败0" xml:space="preserve">
<value>Processing of push maintenance information failed.[{0}]</value>
</data>
<data name="设备状态接收出现异常0" xml:space="preserve">
<value>Exception occurred in device status reception. [{0}]</value>
</data>
<data name="设备报警信息接口接收异常0" xml:space="preserve">
<value>Abnormal reception of equipment alarm information interface.[{0}]</value>
</data>
<data name="Id为0的设备类型有对应设备不予删除" xml:space="preserve">
<value>The device type with Id [{0}] has corresponding devices and will not be deleted.</value>
</data>
<data name="设备类型删除失败,保养规则中包含当前设备类型中的组件信息" xml:space="preserve">
<value>Failed to delete the equipment type. The maintenance rule contains the component information in the current equipment type.</value>
</data>
<data name="暂无数据" xml:space="preserve">
<value>No data.</value>
</data>
<data name="设备编码出现重复_设备编码0设备名称1" xml:space="preserve">
<value>Duplicate device code _ device code [{0}] device name [{1}]</value>
</data>
<data name="未找到ID为0的设备数据_请确定是否勾选了其中一行设备数据" xml:space="preserve">
<value>No equipment data with ID [{0}]was found _ Please confirm whether one line of equipment data is checked.</value>
</data>
<data name="请选择需要上传的文件" xml:space="preserve">
<value>Please select the file to upload.</value>
</data>
<data name="不支持此文件格式_图片文件仅支持jpeg/png/gif文件" xml:space="preserve">
<value>This file format is not supported _ Picture files only support jpeg/png/gif files.</value>
</data>
<data name="未找到对应的设备0" xml:space="preserve">
<value>No corresponding device [{0}] was found.</value>
</data>
<data name="未找到对应的设备类型:设备类型Id0" xml:space="preserve">
<value>No corresponding device type was found: device type Id.[{0}]</value>
</data>
<data name="设备类型编码出现重复_设备类型编码0设备类型名称1" xml:space="preserve">
<value>Duplicate device type code _ device type code [{0}] device type name [{1}]</value>
</data>
<data name="当前组件编码重复_需要改组件编码0" xml:space="preserve">
<value>Duplicate current PartCode _ PartCode needs to be changed [{0}]</value>
</data>
<data name="组件信息删除失败,保养规则中包含当前信息" xml:space="preserve">
<value>Failed to delete component information. The maintenance rule contains current information.</value>
</data>
<data name="获取下次保养时间失败,保养周期[0]为空!" xml:space="preserve">
<value>Failed to get the next maintenance time, and the maintenance period [{0}] is empty!</value>
</data>
<data name="获取下次保养时间失败_未实现保养时间间隔类型[0]的解析方法" xml:space="preserve">
<value>Failed to get the next maintenance time, and the resolution method of maintenance interval type [{0}] was not realized.</value>
</data>
<data name="本次0保养时间选择有误,选择本次保养时间不能超过今天" xml:space="preserve">
<value>The maintenance time of this {0} is wrong. The maintenance time cannot exceed today.</value>
</data>
<data name="全部" xml:space="preserve">
<value>All</value>
</data>
<data name="确认离线时间的开始时间调整范围应该在0~1之间" xml:space="preserve">
<value>Confirm that the starting time adjustment range of offline time should be between {0} and {1}.</value>
</data>
<data name="人工确认处理异常设备掉线" xml:space="preserve">
<value>Manually confirm the handling of abnormal equipment disconnection.</value>
</data>
<data name="是否异常掉线" xml:space="preserve">
<value>Is it abnormally disconnected</value>
</data>
<data name="获取设备保养看板数据出现异常" xml:space="preserve">
<value>Exception occurred when obtaining equipment maintenance kanban data.</value>
</data>
<data name="设备运行信息看板接口出现异常" xml:space="preserve">
<value>Exception occurred in Kanban interface of equipment operation information.</value>
</data>
<data name="获取设备报警信息出现异常" xml:space="preserve">
<value>Exception occurred when obtaining equipment alarm information.</value>
</data>
<data name="获取设备利用率出现异常" xml:space="preserve">
<value>Exception occurred when obtaining equipment utilization rate.</value>
</data>
<data name="适用的设备类型不能为空" xml:space="preserve">
<value>The applicable equipment type cannot be empty.</value>
</data>
<data name="新增文件数据时_文件不能为空" xml:space="preserve">
<value>When adding file data, the file cannot be empty.</value>
</data>
<data name="无对应数据" xml:space="preserve">
<value>No corresponding data</value>
</data>
<data name="未配置PLC" xml:space="preserve">
<value>PLC is not configured.</value>
</data>
<data name="未实现导入方法_或者Excel文件 sheet页签名称和ExcelName不一致,请核实" xml:space="preserve">
<value>The import method has not been realized, or the signature name of Excel sheet page is inconsistent with ExcelName. Please verify!</value>
</data>
</root>