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
| {
| "app.name": "ZoneYung WMS",
| "locale.auto": "System",
| "locale.en": "English",
| "locale.zh-hans": "简体中文",
| "locale.zh-hant": "繁体中文",
| "locale.ja": "日语",
| "index.title": "Hello i18n",
| "page.login":"Login",
| "page.index":"Index",
| "login":{
| "login": "login",
| "loging": "loging",
| "user": "username",
| "pwd": "password",
| "inputUser": "Please enter your account",
| "inputPwd":"Please enter your password",
| "remPwd":"remember password"
| },
| "index":{
| "GR": "Goods Receipt",
| "palletizing": "Palletizing",
| "palletBuilding":"Pallet Building",
| "inspectionRequest":"Inspection Request",
| "qualityInspection":"Quality Inspection",
| "defectiveMarking":"Defective Marking",
| "manualPutaway":"Manual Putaway",
| "stationBinding":"Station Binding",
| "inboundInitiation":"Inbound Initiation",
| "stationUnbinding":"Station Unbinding",
| "bindAndInbound":"Binding And Inbound",
| "quickPicking":"Quick Picking",
| "wavePick":"Wave Picking",
| "outLogin":"Login Out",
| "language-change-confirm":"chenge",
| "hello":"Hello, welcome to log in to the WMS system!",
| "intro":"Make manufacturing and logistics more efficient",
| "checkOrder":"checkOrder"
|
|
| },
| "other":{
|
| }
| }
|
|