messages.pot
6.4 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
# Translations template for PROJECT.
# Copyright (C) 2022 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-05-11 16:02+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: post.py:290
msgid "关闭成功"
msgstr ""
#: post.py:293
msgid "无需关闭"
msgstr ""
#: post.py:397
msgid "未进行测试动作"
msgstr ""
#: routes.py:53 routes.py:382
msgid "加载成功"
msgstr ""
#: routes.py:56
msgid "加载失败,请在配置页面上传配置文件"
msgstr ""
#: routes.py:139 templates/ledtest.html:30 templates/ledtest.html:86
msgid "通道"
msgstr ""
#: routes.py:139
msgid "状态灯"
msgstr ""
#: routes.py:246
msgid "灯地址:{},已点亮"
msgstr ""
#: routes.py:292
msgid "灯地址:{},已关闭"
msgstr ""
#: routes.py:306
msgid "灯条已重置"
msgstr ""
#: routes.py:386
msgid "重新加载失败,请在配置页面上传配置文件"
msgstr ""
#: routes.py:421
msgid "灯条:{},颜色:{},已开启"
msgstr ""
#: routes.py:437
msgid "灯条:{}已关闭"
msgstr ""
#: templates/base.html:6 templates/ledtest.html:6 templates/shelfconfig.html:6
msgid "智能料架系统"
msgstr ""
#: templates/base.html:25 templates/ledtest.html:22
#: templates/shelfconfig.html:78
msgid "料架系统"
msgstr ""
#: templates/base.html:30
msgid "开关"
msgstr ""
#: templates/base.html:33
msgid "启动"
msgstr ""
#: templates/base.html:34
msgid "停止"
msgstr ""
#: templates/base.html:42 templates/ledtest.html:136
#: templates/shelfconfig.html:132
msgid "提醒消息"
msgstr ""
#: templates/base.html:47 templates/ledtest.html:141
#: templates/shelfconfig.html:137
msgid "运行状态"
msgstr ""
#: templates/base.html:52 templates/ledtest.html:151
#: templates/shelfconfig.html:142
msgid "配置文件加载状态"
msgstr ""
#: templates/base.html:57 templates/shelfconfig.html:101
#: templates/shelfconfig.html:147
msgid "服务器地址"
msgstr ""
#: templates/base.html:62 templates/shelfconfig.html:107
#: templates/shelfconfig.html:152
msgid "料架编号"
msgstr ""
#: templates/base.html:67
msgid "服务器连接状态"
msgstr ""
#: templates/base.html:76 templates/ledtest.html:130
#: templates/shelfconfig.html:126
msgid "运行日志&状态信息"
msgstr ""
#: templates/base.html:81
msgid "日志下载"
msgstr ""
#: templates/base.html:84
msgid "下载日志"
msgstr ""
#: templates/base.html:91
msgid "日志"
msgstr ""
#: templates/base.html:118 templates/base.html:142 templates/base.html:165
#: templates/ledtest.html:197 templates/ledtest.html:209
#: templates/shelfconfig.html:181 templates/shelfconfig.html:262
msgid "运行中"
msgstr ""
#: templates/base.html:119 templates/base.html:143 templates/base.html:166
#: templates/ledtest.html:198 templates/shelfconfig.html:263
msgid "已关闭"
msgstr ""
#: templates/base.html:120 templates/base.html:144 templates/base.html:167
#: templates/ledtest.html:199 templates/shelfconfig.html:264
msgid "未初始化"
msgstr ""
#: templates/base.html:125
msgid "启动失败"
msgstr ""
#: templates/base.html:149
msgid "停止失败"
msgstr ""
#: templates/base.html:173 templates/ledtest.html:204
#: templates/shelfconfig.html:273
msgid "未获取到状态信息"
msgstr ""
#: templates/head.html:29
msgid "亮灯料架"
msgstr ""
#: templates/head.html:33
msgid "控制"
msgstr ""
#: templates/head.html:34
msgid "测试"
msgstr ""
#: templates/head.html:35
msgid "料架配置"
msgstr ""
#: templates/ledtest.html:27
msgid "灯条测试"
msgstr ""
#: templates/ledtest.html:37 templates/ledtest.html:65
#: templates/ledtest.html:93
msgid "颜色"
msgstr ""
#: templates/ledtest.html:47
msgid "灯条全开"
msgstr ""
#: templates/ledtest.html:48
msgid "灯条关闭"
msgstr ""
#: templates/ledtest.html:54
msgid "库位操作测试"
msgstr ""
#: templates/ledtest.html:57
msgid "库位"
msgstr ""
#: templates/ledtest.html:75 templates/ledtest.html:102
msgid "亮灯"
msgstr ""
#: templates/ledtest.html:76 templates/ledtest.html:103
msgid "灭灯"
msgstr ""
#: templates/ledtest.html:77
msgid "重置"
msgstr ""
#: templates/ledtest.html:83
msgid "状态灯测试"
msgstr ""
#: templates/ledtest.html:110
msgid "下载库位二维码"
msgstr ""
#: templates/ledtest.html:122
msgid "下载二维码"
msgstr ""
#: templates/ledtest.html:124
msgid "单个二维码尺寸(含白色底框)尺寸为16*16mm,黑码尺寸为10*10mm"
msgstr ""
#: templates/ledtest.html:146
msgid "测试消息"
msgstr ""
#: templates/ledtest.html:210 templates/shelfconfig.html:182
msgid "料架运行中,请关闭后再进行测试"
msgstr ""
#: templates/shelfconfig.html:83
msgid "配置文件"
msgstr ""
#: templates/shelfconfig.html:87
msgid "选择文件"
msgstr ""
#: templates/shelfconfig.html:90
msgid "上传"
msgstr ""
#: templates/shelfconfig.html:96
msgid "服务器配置"
msgstr ""
#: templates/shelfconfig.html:102
msgid "请填入服务器地址"
msgstr ""
#: templates/shelfconfig.html:108
msgid "请填入料架编号"
msgstr ""
#: templates/shelfconfig.html:111
msgid "保存"
msgstr ""
#: templates/shelfconfig.html:116
msgid "控制器备份&升级"
msgstr ""
#: templates/shelfconfig.html:120
msgid "料架升级"
msgstr ""
#: templates/shelfconfig.html:121
msgid "teamview"
msgstr ""
#: templates/shelfconfig.html:157
msgid "操作提醒"
msgstr ""
#: templates/shelfconfig.html:162
msgid "软件版本"
msgstr ""
#: templates/shelfconfig.html:192
msgid "请选择文件"
msgstr ""
#: templates/shelfconfig.html:196
msgid "文件限制最大"
msgstr ""
#: templates/shelfconfig.html:212
msgid "上传完成!"
msgstr ""
#: templates/shelfconfig.html:215
msgid "上传失败!"
msgstr ""
#: templates/shelfconfig.html:228
msgid "不能提交空数据"
msgstr ""
#: templates/shelfconfig.html:240
msgid "保存成功"
msgstr ""
#: templates/shelfconfig.html:280
msgid "检查并升级最新最新版本"
msgstr ""
#: templates/shelfconfig.html:292 templates/shelfconfig.html:314
msgid "升级成功,请刷新浏览器"
msgstr ""
#: templates/shelfconfig.html:297 templates/shelfconfig.html:319
msgid "已取消"
msgstr ""
#: templates/shelfconfig.html:302
msgid "确认打开"
msgstr ""