|
@@ -71,8 +71,8 @@ export default {
|
|
|
closeStatus:'Door closing',
|
|
|
opensuccess:'open success',
|
|
|
title:'Equipment status',
|
|
|
- red:'Red means machine alarm',
|
|
|
- green:'Green means the machine is normal',
|
|
|
+ red:'Red means alarm',
|
|
|
+ green:'Green means normal',
|
|
|
sleep:'Sleep state:Machine sleep',
|
|
|
unsleep:'Sleep state:Did not sleep',
|
|
|
sleepDesc:'sleep desc',
|
|
@@ -125,8 +125,8 @@ export default {
|
|
|
suspendBusiness:'Suspend Business',
|
|
|
previousPage:'Previous Page',
|
|
|
nextPage:'Next Page',
|
|
|
- equipmentClientID:'Device code',
|
|
|
- deviceName:'Device name',
|
|
|
+ equipmentClientID:'Code',
|
|
|
+ deviceName:'Name',
|
|
|
devicePlaceholder:'Enter the last 6 digits of the device code',
|
|
|
deviceNamePlaceholder:'Enter key word',
|
|
|
search:'Search',
|
|
@@ -165,12 +165,14 @@ export default {
|
|
|
payment:'Modify the payment method',
|
|
|
},
|
|
|
dosugar:{
|
|
|
- equipmentClientID:'Enter the machine code',
|
|
|
+ equipmentClientID:'Machine code',
|
|
|
placeholder:'Enter the last 6 digits of the device code',
|
|
|
search:'search',
|
|
|
chooseEquipment:'choose equipment',
|
|
|
chooseProduct:'choose product',
|
|
|
list:'today sugar list',
|
|
|
+ isDosugar:'Whether to make sugar remotely?',
|
|
|
+ reSearch:'requery',
|
|
|
submit:'submit',
|
|
|
},
|
|
|
flowers:{
|
|
@@ -182,9 +184,11 @@ export default {
|
|
|
buleSugar:'All bule sugar flower:',
|
|
|
redSugar:'All red sugar flower:',
|
|
|
whileSugar:'All while sugar flower:',
|
|
|
+ sure:'Confirm the change?',
|
|
|
},
|
|
|
volume:{
|
|
|
- volu:'Current volume'
|
|
|
+ volu:'Current volume',
|
|
|
+ sure:'Confirm the change?',
|
|
|
},
|
|
|
parameters:{
|
|
|
general:'General parameters',
|
|
@@ -220,13 +224,15 @@ export default {
|
|
|
guanxiumian:'close sleep',
|
|
|
status1:'closed',
|
|
|
status2:'enable',
|
|
|
- zhou:''
|
|
|
+ zhou:'',
|
|
|
+ setAlarm:'Set alarm',
|
|
|
+ isDelete:'Delete or not?',
|
|
|
},
|
|
|
updatePassword:{
|
|
|
adminPwd:'adminPwd',
|
|
|
guestPwd:'guestPwd',
|
|
|
update:'submit',
|
|
|
- sure:'Are you sure?'
|
|
|
+ sure:'Confirm the change?'
|
|
|
},
|
|
|
updatePrice:{
|
|
|
A01:'Rose elf',
|
|
@@ -284,6 +290,9 @@ export default {
|
|
|
equimentType:'equimentType',
|
|
|
QR:'scan QR codes',
|
|
|
binding:'Apply for binding',
|
|
|
+ noMessage:'The message cannot be empty',
|
|
|
+ failed:'Failed to identify QR code, please upload again!',
|
|
|
+ illegal:'Illegal QR code: ',
|
|
|
},
|
|
|
generalParameters:{
|
|
|
headTemperature:'Head temperature',
|
|
@@ -331,5 +340,22 @@ export default {
|
|
|
common:{
|
|
|
name:'name:',
|
|
|
ID:'ID:',
|
|
|
+ tip:'prompt',
|
|
|
+ noDevice:'The machine could not be found',
|
|
|
+ addDevice:'The machine has been added',
|
|
|
+ success:'Sent successfully',
|
|
|
+ noData:'No data',
|
|
|
+ cancel:'Cancel',
|
|
|
+ ok:'OK',
|
|
|
+ allDevice:'Full machine',
|
|
|
},
|
|
|
+ timePicker:{
|
|
|
+ selectDate:'Select date',
|
|
|
+ hours:'',
|
|
|
+ min:'',
|
|
|
+ sec:'',
|
|
|
+ selection:'Time',
|
|
|
+ cancel:'Cancel',
|
|
|
+ ok:'OK',
|
|
|
+ }
|
|
|
}
|