Switch to get value from TextId
This commit is contained in:
parent
58e5a62690
commit
eb8f09734f
2 changed files with 1482 additions and 1520 deletions
|
|
@ -255,8 +255,8 @@
|
|||
001024 Please get a drink at the door below. กรุณารับเครื่องดื่มที่ช่องด้านล่าง 请从下方出货口取走饮品 Please get a drink at the door below. ကျေးဇူးပြုပြီး အောက်တံခါးမှာ သောက်ပါ။
|
||||
Font=Roboto,Type=Medium,Size=75,Color=0x513C2F Font=Roboto,Type=Medium,Size=75,Color=0x513C2F Font=Roboto,Type=Regular,Size=48,Color=0x513C2F Font=Roboto,Type=Medium,Size=75,Color=0x513C2F Font=Roboto,Type=Medium,Size=75,Color=0x513C2F
|
||||
001524 Pull the cup straight out. ดึงแก้วออกตรงๆ ไม่ต้องยกแก้วค่ะ 将杯子直接取出 Pull the cup straight out. ခွက်ကို တည့်တည့်ဆွဲထုတ်ပါ။
|
||||
|
||||
|
||||
001525 Please take a cup. กรุณานำแก้วออกก่อนครับ/ค่ะ 请拿杯子。 ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။
|
||||
001526 Press button for take a cup. กรุณากดปุ่ม แล้วนำแก้วออกก่อนครับ/ค่ะ 按按钮取杯子。 ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
Can't render this file because it contains an unexpected character in line 212 and column 14.
|
|
|
@ -36,7 +36,11 @@
|
|||
DEBUGVAR MachineStage
|
||||
DEBUGVAR NextOrderStatus
|
||||
|
||||
Var text_id_001525 = 001525
|
||||
Var text_id_001526 = 001526
|
||||
|
||||
Var TEXT_ID_STRING_001525 !assigned GetLanguageID(text_id_001525, LanguageShowByIndex)
|
||||
Var TEXT_ID_STRING_001526 !assigned GetLanguageID(text_id_001526, LanguageShowByIndex)
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var ImageDoing = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
|
|
@ -412,54 +416,12 @@
|
|||
EndIf
|
||||
|
||||
If buttonRemoveCup = "Invisible" Then
|
||||
If show_eng = "true" Then
|
||||
Var MachineErrorDetailAll = " Please take cup."
|
||||
Else
|
||||
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
|
||||
EndIf
|
||||
;inter-text
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
|
||||
EndIf
|
||||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 请拿杯子。"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 請拿杯子。"
|
||||
EndIf
|
||||
Var MachineErrorDetailAll = TEXT_ID_STRING_001525
|
||||
Else
|
||||
If CupChecking = "true" Then
|
||||
If show_eng = "true" Then
|
||||
Var MachineErrorDetailAll = " Please take a cup."
|
||||
Else
|
||||
Var MachineErrorDetailAll = " กรุณานำแก้วออกก่อนครับ/คะ"
|
||||
EndIf
|
||||
;inter-text
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
|
||||
EndIf
|
||||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 请拿杯子。"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 請拿杯子。"
|
||||
EndIf
|
||||
Var MachineErrorDetailAll = TEXT_ID_STRING_001525
|
||||
Else
|
||||
If show_eng = "true" Then
|
||||
Var MachineErrorDetailAll = " Press button for take a cup."
|
||||
Else
|
||||
Var MachineErrorDetailAll = " กรุณากดปุ่ม แล้วนำแก้วออกก่อนครับ/คะ"
|
||||
EndIf
|
||||
;inter-text
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var MachineErrorDetailAll = " ကျေးဇူးပြုပြီး ဖန်ခွက်ကို အရင်ထုတ်ပါ။"
|
||||
EndIf
|
||||
If LanguageShow = "MSC" Then
|
||||
Var MachineErrorDetailAll = " 按按钮取杯子。"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var MachineErrorDetailAll = " 按按鈕取杯子。"
|
||||
EndIf
|
||||
Var MachineErrorDetailAll = TEXT_ID_STRING_001526
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue