en-US.xml
15.3 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
<?xml version="1.0" encoding="utf-8"?>
<Language Name="English">
<Dialog>
<LoginWrong>The login password is incorrect.</LoginWrong>
<SaveSucceed>Save Successfully</SaveSucceed>
<Error>Error</Error>
<CodeCount>The code number is 0</CodeCount>
<SelectPrintContent>Recognition complete, select print content</SelectPrintContent>
<PrintTemplateAdd>Name of print template</PrintTemplateAdd>
<PrintTemplateDel>Delete print label template [name] ?</PrintTemplateDel>
<PrintTemplateRename>Rename print label template [name] to</PrintTemplateRename>
<MaterialTemplateAdd>Name of new material template</MaterialTemplateAdd>
<MaterialTemplateDel>Delete material template [name] ?</MaterialTemplateDel>
<MaterialTemplateRename>Rename material template [name] to</MaterialTemplateRename>
<MaterialTemplateNoMatch>The material template does not match</MaterialTemplateNoMatch>
<ServerReturn>The server returned data is error</ServerReturn>
<ServerJson>The server returned data is empty</ServerJson>
<LabelEmpty>Print label content is empty, do you want to continue printing?</LabelEmpty>
<KeyExists>Dupicated field found:[name]</KeyExists>
<KeyRepeat>Repeat keyword</KeyRepeat>
<KeyEmpty>Keyword can't be empty</KeyEmpty>
<NoMatchSelect>A matching pattern must be selected</NoMatchSelect>
<UnlockWrong>Wrong unlock password</UnlockWrong>
<RepeatPrint>The tray label has been printed</RepeatPrint>
<MaterialScanning>In recognition...</MaterialScanning>
<MaterialTemplateMatching>Template matching...</MaterialTemplateMatching>
<MaterialProcessing>Processing results...</MaterialProcessing>
<PleaseWaiting>Please Waiting...</PleaseWaiting>
<MatchType_max>Match at most</MatchType_max>
<MatchType_equals>Occurrence</MatchType_equals>
<MatchType_min>Match at least</MatchType_min>
<OcrNeedCodeSetKey>Ocr's based barcode must first match the keyword</OcrNeedCodeSetKey>
<ThisMatchHasOcrCantdelete>There are Ocr rules under this matching rule, and all keywords cannot be deleted</ThisMatchHasOcrCantdelete>
<!--原文:请选择数据文件-->
<selectdatasource>Please select data source</selectdatasource>
<!--原文:文件状态:改文件不存在-->
<filenotexists>File status:The file doesn't exit</filenotexists>
<!--原文:文件内容解析失败-->
<filepatseerror>File read fails</filepatseerror>
<!--原文:文件格式不正确-->
<fileformaterror>Incorrect file format</fileformaterror>
<!--原文:二维码不能用于OCR定位基准-->
<OcrNotSupport2DCode>2D barcode cannot be used as OCR positioning benchmarks</OcrNotSupport2DCode>
<RemindClearTemplate>Recognition will reset the template.Are you sure to perform the action?</RemindClearTemplate>
<PrintLabel>Print</PrintLabel>
<!--原文:请选择一个条码!-->
<RemindSelectCode>Please select a barcode!</RemindSelectCode>
<!--原文:[name] 与以下的模板匹配冲突-->
<TemplateMatchingConflict>[name] conflicts with the following template</TemplateMatchingConflict>
<!--原文:[name] 以下关键字重复匹配-->
<TemplateKeyMatchingDul>The following keywords of [name] are duplicates</TemplateKeyMatchingDul>
<!--原文:[name] 以下关键字匹配失败-->
<TemplateKeyUnMatching>The following keywords of [name] match failed</TemplateKeyUnMatching>
<!--原文:[name] 模板不匹配,请检查以下关键字的匹配规则-->
<TemplateUnSetMatching> [name] do not match, and no matching rules are set.</TemplateUnSetMatching>
<Start>Start</Start>
<Exit>Exit</Exit>
<MatchEmpty>Rule can't be empty</MatchEmpty>
<ResetidByNone>No-Reset UID</ResetidByNone>
<ResetidByDay>Auto-Reset UID Daily</ResetidByDay>
<ResetidByMonth>Auto-Reset UID Monthly</ResetidByMonth>
</Dialog>
<FrmUsersLogin Text="Login" Font="Arial,20,B,">
<LblUser Text="User name" Font="Arial,11,," />
<TxtUser Text="" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
<BtnLogin Text="Login" Font="Arial,15,B," />
</FrmUsersLogin>
<FrmMain Text="Material Registration System" Font="Arial,20,B,">
<BtnRetrospect Text="Traceability" Font="Arial,14,B," />
<BtnSet Text="Setting" Font="Arial,14,B," />
<BtnAbout Text="About" Font="Arial,14,B," />
<BtnTriggerIO Text="Manual Scan" Font="Arial,9,," />
<LblCameraExist Text="Camera" Font="Arial,9,," />
<LblIOExist Text="Machine" Font="Arial,9,," />
<PnlExtension Text="Print Info." Font="Arial,14,," />
<!--原文:打印标签-->
<BtnPrint Text="Print" Font="Arial,12,," />
</FrmMain>
<FrmSet Text="Setting" Font="Arial,20,B,">
<BtnGenneralSetting Text="General" Font="Arial,12,B," />
<BtnIdentify Text="Debug" Font="Arial,12,B," />
<BtnLabel Text="Print" Font="Arial,12,B," />
<BtnMaterial Text="Material" Font="Arial,12,B," />
<BtnKeyword Text="Field" Font="Arial,12,B," />
<BtnOK Text="Save" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
<BtnApply Text="Apply" Font="Arial,12,," />
<!--原文:Data Source-->
<BtnDataSource Text="Source" Font="微软雅黑,12,B," />
</FrmSet>
<FrmSetPlus Text="BarCode Rule Setting" Font="Arial,20,B,">
<BtnWorkMode Text="Config" Font="Arial,12,B," />
<BtnIdentify Text="Debug" Font="Arial,12,B," />
<BtnLabel Text="Label" Font="Arial,12,B," />
<BtnMaterial Text="Material Template" Font="Arial,12,B," />
<BtnKeyword Text="Field" Font="Arial,12,B," />
<BtnOK Text="Save" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
<BtnApply Text="Apply" Font="Arial,12,," />
</FrmSetPlus>
<UsrWorkMode>
<LblPrint Text="Printer" Font="Arial,12,B," />
<LblDefaultLabel Text="Default Print Template" Font="Arial,12,B," />
<RdoLandscape Text="Landscape" Font="Arial,12,," />
<RdoVertical Text="Portrait" Font="Arial,12,," />
<LblHistoryImage Text="Image" Font="Arial,12,B," />
<RdoOriginal Text="Original" Font="Arial,12,," />
<RdoCondense Text="Compressed" Font="Arial,12,," />
<RdoNoImage Text="Skip Image" Font="Arial,12,," />
<ChkSelectPN Text="Query PN from the server" Font="Arial,12,," />
<ChkLabelEmptyCheck Text="Empty label alert" Font="Arial,12,," />
<ChkPrintCompletedClear Text="Print&Clear" Font="Arial,12,," />
<ChkOpenEnterWork Text="Auto Start Mode" Font="Arial,12,," />
<ChkOpenMaximize Text="Always Open Maximized" Font="Arial,12,," />
<ChkTriggerOpenLight Text="Turn on light after triggering device" Font="Arial,12,," />
<ChkPromptAfterPrinting Text="Prompt after recognition is complete" Font="Arial,12,," />
<ChkAutoPrint Text="Auto Print" Font="Arial,12,," />
<LstPrinter Text="" Font="Arial,12,," />
<LstLabel Text="" Font="Arial,12,," />
<LblDefaultMate Text="Preferred template" Font="Arial,12,B," />
<LstMate Text="" Font="Arial,12,," />
<!--原文:允许修改打内容-->
<ChkAllowModifyPrint Text="Modification of hit content is allowed" Font="Arial,12,," />
</UsrWorkMode>
<UsrCamera>
<BtnOpenLight Text="Turn on light" Font="Arial,12,," />
<BtnCloseLight Text="Turn off light" Font="Arial,12,," />
<BtnCameraImage Text="Gain device image" Font="Arial,12,," />
<BtnLocalImage Text="Open local image" Font="Arial,12,," />
<BtnScanCode Text="Recognition" Font="Arial,12,," />
<BtnSaveImage Text="Save image" Font="Arial,12,," />
<LstCode Text="" Font="Arial,12,," />
</UsrCamera>
<UsrPrintTemplate>
<BtnAddLabel Text="New" Font="Arial,12,," />
<BtnDelLabel Text="Delete" Font="Arial,12,," />
<BtnCopyLabel Text="Duplicate" Font="Arial,12,," />
<BtnRenameLabel Text="Rename" Font="Arial,12,," />
<BtnPrintTest Text="Print Test" Font="Arial,12,," />
<BtnAddField Text="Add Block" Font="Arial,12,," />
<BtnDelField Text="Delete Block" Font="Arial,12,," />
<BtnFieldFont Text="Block Font" Font="Arial,12,," />
<BtnSetField Text="Set BLock Content" Font="Arial,12,," />
<LblFieldType Text="Type" Font="Arial,12,B," />
<ChkFieldShowKey Text="Display key" Font="Arial,12,," />
<LblFieldX Text="X(mm)" Font="Arial,12,B," />
<LblFieldY Text="Y(mm)" Font="Arial,12,B," />
<LblFieldW Text="W(mm)" Font="Arial,12,B," />
<LblFieldH Text="L(mm)" Font="Arial,12,B," />
<!--原文:标签模板-->
<pnlPrintTmpLst Text="Label Template" Font="微软雅黑,12,," />
<!--原文:标签模板操作-->
<pnlPrintTmpLstOp Text="Label Template Operation" Font="微软雅黑,12,," />
<!--原文:标签样式-->
<pnLabelStyle Text="Label" Font="微软雅黑,12,," />
<!--原文:标签的所有字段-->
<pnAllFieldsOfLabel Text="Fields" Font="微软雅黑,12,," />
<!--原文:字段操作-->
<facePanel7 Text="Field Operation" Font="微软雅黑,12,," />
<!--原文:字段位置-->
<pnLabelFieldPos Text="Field Location" Font="微软雅黑,12,," />
</UsrPrintTemplate>
<UsrMaterialTemplate>
<BtnAddMate Text="New" Font="Arial,12,," />
<BtnDelMate Text="Delete" Font="Arial,12,," />
<BtnRenameMate Text="Rename" Font="Arial,12,," />
<BtnOpenLight Text="Turn on light" Font="Arial,12,," />
<BtnCloseLight Text="Turn off light" Font="Arial,12,," />
<BtnCameraImage Text="Gain device image" Font="Arial,12,," />
<BtnLocalImage Text="Open Local image" Font="Arial,12,," />
<BtnScanCode Text="Recognition" Font="Arial,12,," />
<BtnExtractCode Text="Extract" Font="Arial,12,," />
<BtnOcrCode Text="OCR" Font="Arial,12,," />
<BtnPrimaryCode Text="Set Primary code" Font="Arial,12,," />
<!--原文:图片另存-->
<BtnSaveImage Text="Save As" Font="Arial,12,," />
<!--原文:模板验证-->
<BtnTemplateValite Text="Template validation" Font="Arial,12,," />
<!--原文:模板-->
<pnlMaterial Text="Template" Font="Arial,12,," />
<!--原文:模板操作-->
<pnlMaterialOp Text="Template Operation" Font="Arial,12,," />
<!--原文:条码-->
<pnlCode Text="Barcode" Font="Arial,12,," />
<!--原文:条码操作-->
<pnlCodeOp Text="Barcode Operation" Font="Arial,12,," />
<!--原文:图片-->
<pnlImg Text="Image" Font="Arial,12,," />
<!--原文:图片操作-->
<pnlImgOp Text="Image Operation" Font="Arial,12,," />
</UsrMaterialTemplate>
<UsrDataSource>
<!--原文:遍历同目录-->
<ChkRecursive Text="Search files in the same directory" Font="Arial,12,," />
<!--原文:标签可用字段-->
<groupBox_lblkey Text="Label Available Fields" Font="Arial,12,," />
<!--原文:选择文件-->
<BtnSelectFile Text="Select File" Font="Arial,12,," />
<!--原文:关键字匹配数据标题-->
<faceLabel2 Text="Keyword matches the data title" Font="Arial,12,," />
<!--原文:识别关键词-->
<faceLabel1 Text="Identify Key Words" Font="Arial,12,," />
<!--原文:文件状态:-->
<LblFilestatus Text="File Status:" Font="Arial,12,," />
<!--原文:Label Data Source-->
<LblContent Text="Label Data Source" Font="Arial,12,," />
</UsrDataSource>
<UsrMacro>
<BtnAddKey Text="Add" Font="Arial,12,," />
<BtnDelKey Text="Delete" Font="Arial,12,," />
<BtnUpdateKey Text="Update" Font="Arial,12,," />
<BtnAppendKey Text="Append conditions" Font="Arial,12,," />
<btn_setriid Text="Toggle Auto RI" Font="Arial,12,," />
<PnlReelid Text="Reel ID" Font="Arial,12,," />
<LblContent Text="Build conditions" Font="Arial,12,B," />
<LblPrefix Text="Prefix" Font="Arial,10,," />
<LblPostfix Text="Suffix" Font="Arial,10,," />
<LblPlaces Text="Field length" Font="Arial,10,," />
<ChkReelIDFillZero Text="Add leading zero" Font="Arial,12,," />
<!--原文:添加日期时间-->
<btn_adddatetime Text="Add Date" Font="Arial,12,," />
</UsrMacro>
<UsrCodeExtractList>
<ChkMatchingStart Text="Starting Character" Font="Arial,12,," />
<ChkMatchingEnd Text="Ending Character" Font="Arial,12,," />
<ChkMatchingMiddle Text="Contain" Font="Arial,12,," />
<ChkMatchisnumber Text="Detect and convert to number" Font="Arial,12,," />
<ChkMatchingSplit Text="Delimiter" Font="Arial,12,," />
<LblSplitPart Text="Left Most" Font="Arial,12,," />
<ChkCaseSensitivity Text="Case Sensitive" Font="Arial,12,," />
<ChkMinLength Text="Min length" Font="Arial,12,," />
<ChkMaxLength Text="Max length" Font="Arial,12,," />
<LblKeyword Text="Field" Font="Arial,12,," />
<LblStart Text="Part code start" Font="Arial,12,," />
<LblLength Text="Part code length" Font="Arial,12,," />
<ChkLengthEnd Text="Code ending" Font="Arial,12,," />
<ChkCheckCodeType Text="Match barcode encode type" Font="Arial,12,," />
<BtnDel Text="Delete" Font="Arial,12,," />
<BtnAdd Text="Add" Font="Arial,12,," />
<!--原文:提取-->
<pnlExtractRule Text="Code Extraction" Font="微软雅黑,12,," />
<!--原文:解析结果-->
<pnlParseResult Text="Analysis" Font="微软雅黑,12,," />
</UsrCodeExtractList>
<FrmAbout Text="About" Font="Arial,24,B,">
<LblName Text="Material Registration System" Font="Arial,20,," />
</FrmAbout>
<FrmFieldContent Text="Set Field Content" Font="Arial,24,B,">
<LblContent Text="Field Content" Font="Arial,12,," />
<BtnInsert Text="Insert" Font="Arial,12,," />
<BtnOK Text="OK" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
</FrmFieldContent>
<FrmCodeExtract Text="Code Extract" Font="Arial,24,B,">
<BtnAddMatch Text="+" Font="Arial,12,," />
<BtnOK Text="OK" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
<ChkMatchingStart Text="Starting Character" Font="Arial,12,," />
<ChkMatchingEnd Text="Ending Character" Font="Arial,12,," />
<ChkMatchingMiddle Text="Contain" Font="Arial,12,," />
<ChkMatchisnumber Text="Detect and convert to number" Font="Arial,12,," />
<ChkCaseSensitivity Text="Case Sensitive" Font="Arial,12,," />
<ChkCheckCodeType Text="Match barcode encode type" Font="Arial,12,," />
<BtnDel Text="Delete" Font="Arial,12,," />
<BtnAdd Text="Add" Font="Arial,12,," />
<LblStart Text="Part code start" Font="Arial,12,," />
<LblLength Text="Part code length" Font="Arial,12,," />
<!--原文:关键字-->
<pnlKeywords Text="Field" Font="微软雅黑,12,," />
<!--原文:原始条码信息-->
<pnlRawCode Text="Original Barcode Info." Font="微软雅黑,12,," />
<!--原文:匹配-->
<pnlMatch Text="Matching" Font="微软雅黑,12,," />
<!--原文:提取-->
<pnlExtractRule Text="Code Extraction" Font="微软雅黑,12,," />
<!--原文:解析结果-->
<pnlParseResult Text="Analysis" Font="微软雅黑,12,," />
</FrmCodeExtract>
<FrmCodeOCR Text="OCR" Font="Arial,24,B,">
<BtnSelect Text="Select" Font="Arial,12,," />
<BtnMove Text="Moving images" Font="Arial,12,," />
<BtnDel Text="Delete" Font="Arial,12,," />
<BtnKey Text="Set field" Font="Arial,12,," />
<BtnOK Text="OK" Font="Arial,12,," />
<BtnCancel Text="Cancel" Font="Arial,12,," />
</FrmCodeOCR>
<FrmRetrospect Text="Traceability" Font="Arial,24,B,">
<LblDateRange Text="Date range" Font="Arial,12,," />
<LblCode Text="Material ID" Font="Arial,12,," />
<BtnSelect Text="Search" Font="Arial,12,," />
<BtnExport Text="Export" Font="Arial,12,," />
<BtnExportAll Text="Export All" Font="Arial,12,," />
<LblAllCode Text="Original" Font="Arial,12,," />
<LblAllLabel Text="Extracted Info." Font="Arial,12,," />
</FrmRetrospect>
</Language>