en.js
4.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
// module.exports = {
// language: {
// name: "English",
// current: "Current Language",
// text:'s are about to enter the homepage',
// local:'en-US',
// copyright:'Copyright © 2021 Neotel Technology Co., Ltd. All rights reserved.'
// },
// backTips:{
// title:'Log out',
// content:'Are you sure you want to log out?',
// confirm:'Confirm',
// cancel:'Cancel',
// },
// navbar: {
// home: "Home",
// about: "About",
// join: "Join Us",
// contact: "Contact Us"
// },
// Login:{
// loginText:"User Login",
// signIn:"Sign-in option",
// btn:"Sign in",
// userErr:"The user name can't be empty",
// passwordErr:"The password can't be empty",
// version:'Version',
// mind:'Remember me'
// },
// Face:{
// facial:'Facial Recognition',
// signIn:'Sign-in option',
// option:'Option :',
// userInfo:{
// staffName:'billy.shen',
// staffId:'Sales Director',
// emil:'billy.shen@neotel.tech',
// company:'Neotel-Technology'
// },
// },
// Home:{
// neoscan:'NEO SCAN',
// smdbox:'SMD BOX',
// kanban:'KANBAN',
// neobot:'NEO BOT',
// neolight:'NEO LIGHT',
// neox:'NEOX',
// logoOut:'Sign Out',
// history:'Recent',
// lightOrder:'WORK ORDER',
// product:'PRODUCT',
// barcode:'MATERIAL ID',
// tmviewer:'REMOTE SUPPORT',
// drp:'VIRTUAL DESKTOP',
// bigdata:'BIG DATA',
// lot:'CONNECTIVITY',
// system:'SYSTEM',
// },
// Kanban:{
// lightOrder:'Lite Work Order',
// product:'PRODUCT',
// barcode:'Material ID',
// tmviewer:'Remote Support',
// drp:'Virtual Desktop',
// bigdata:'BIG DATA',
// lot:'Connectivity',
// system:'System',
// back:'Back',
// logoOut:'Sign Out',
// status:'EPM:Equipment Performance Monitoring ',
// order:'Custom',
// wendu:'Temp',
// shidu:'Humidity',
// jingdian:'ESD',
// qiya:'Pressure',
// }
// };
module.exports = {
language: {
name: "English",
current: "Language",
text:'sec waiting for access',
local:'en-US',
copyright:'Copyright © 2021 Neotel Technology Co., Ltd. All rights reserved.',
search:'Search'
},
backTips:{
title:'Sign Out',
content:'Sure to Exit?',
confirm:'Confirm',
cancel:'Cancel',
},
navbar: {
home: "Main",
about: "About Neotel",
join: "Join Us",
contact: "Contact Us"
},
Login:{
loginText:'Sign In',
signIn:'Sign Options',
btn:'Log In',
userErr:'User Name Cannot be Empty',
passwordErr:'Password Not Null',
version:'Version',
mind:'Remember me'
},
IonicHome:{
title:'Ionic contamination',
test:'Test',
system:'System',
help:'Help',
print:'打印'
},
IonicSystem:{
electric:'Current',
conductance:'Conductivity',
pump:'Pump',
filtering:'Filter valve',
washTheBody:'Rinse valve',
coefficient:'Filtration value:',
time:'Filtration time',
rinse:'Rinse',
filter:'Filtration',
stop:'Stop'
},
Face:{
facial:'Facial Recognition',
signIn:'Sign Options',
option:'Position :',
userInfo:{
staffName:'沈懿俊',
staffId:'销售总监',
emil:'billy.shen@neotel.tech',
company:'上海挚锦科技有限公司'
},
},
Menu:{
neoscan:'NEO SCAN',
smdbox:'SMD BOX',
kanban:'KANBAN',
neobot:'NEO BOT',
neolight:'NEO LIGHT',
neox:'NEOX',
lightOrder:'Work Order',
product:'Product Info',
barcode:'Material ID',
tmviewer:'Remote Support',
drp:'Virtual Desktop',
bigdata:'Big Data',
lot:'Connectivity',
system:'System',
},
Home:{
logoOut:'Sign Out',
history:'Recent',
},
Kanban:{
back:'Return',
logoOut:'Sign Out',
status:'EPM:System Status ',
order:'Customized',
wendu:'Temperature',
shidu:'Humidity',
jingdian:'ESD',
qiya:'Air Pressure',
}
};