元控增加称重传感器、检查mini 英语字库

This commit is contained in:
Irene-Maxine
2025-01-23 13:25:42 +08:00
parent 4eaf8cbbe0
commit e992afef06
9 changed files with 91 additions and 7 deletions

View File

@@ -3903,4 +3903,7 @@ En.MIXLY_AT = 'At';
En.MIXLY_SMARTCAMERA = 'Camera';
En.MIXLY_PROCCED = 'Proceed';
En.MIXLY_RECOGNIZED_RESULT = 'Recognition Result';
En.MIXLY_RFID_SCAN_OK = 'read the card';
En.MIXLY_RFID_SCAN_NOTAGERR = 'no card response';
En.MIXLY_RFID_SCAN_ERROR = 'card error';
})();

View File

@@ -4057,4 +4057,6 @@ ZhHans.MIXLY_AT = '于';
ZhHans.MIXLY_SMARTCAMERA = '摄像头';
ZhHans.MIXLY_PROCCED = '进行';
ZhHans.MIXLY_RECOGNIZED_RESULT = '识别结果';
ZhHans.MIXLY_WEIGH_SENSOR = '称重传感器';
ZhHans.MIXLY_Calibration_ratio = '校准比例';
})();

View File

@@ -3907,4 +3907,7 @@ ZhHant.MIXLY_AT = '於';
ZhHant.MIXLY_SMARTCAMERA = '攝像頭';
ZhHant.MIXLY_PROCCED = '進行';
ZhHant.MIXLY_RECOGNIZED_RESULT = '識別結果';
})();
Zhhant.MIXLY_RFID_SCAN_OK = '讀到卡';
Zhhant.MIXLY_RFID_SCAN_NOTAGERR = '卡無反應';
Zhhant.MIXLY_RFID_SCAN_ERROR = '卡錯誤';
})();