HKG : Fixed show thai lang in remove_cup
This commit is contained in:
parent
36760d51f0
commit
415c794528
15 changed files with 35 additions and 4 deletions
|
|
@ -125,7 +125,11 @@
|
|||
If LanguageShow = "MSC" Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/hkg/image/complete_msc/"
|
||||
EndIf
|
||||
|
||||
|
||||
If LanguageShow = "MTC" Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/hkg/image/complete_mtc/"
|
||||
EndIf
|
||||
|
||||
Var txtDrinkOKState = "Invisible"
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
|
||||
|
|
@ -394,6 +398,9 @@
|
|||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 请拿杯子。"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 請拿杯子。"
|
||||
EndIf
|
||||
Else
|
||||
If CupChecking = "true" Then
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -408,7 +415,9 @@
|
|||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 请拿杯子。"
|
||||
EndIf
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 請拿杯子。"
|
||||
EndIf
|
||||
Else
|
||||
If show_eng = "true" Then
|
||||
Var MachineErrorDetailAll = " Press button for take a cup."
|
||||
|
|
@ -422,6 +431,9 @@
|
|||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 按按钮取杯子。"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 按按鈕取杯子。"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue