// Strings for the auto-scan (smart scan) page. Keep zh/en with identical key structure. // Pre/Post pairs are concatenated around a frame count in WXML (WXML cannot do {param}). module.exports = { zh: { title: '智能检测', subReady: '准备就绪', subWaiting: '等待佩戴贴合...', subCollectingPre: '采集数据中 (', subCollectingPost: '帧)...', subDone: '检测完成,正在启动...', readyHint: '设备已佩戴,点击下方按钮开始智能检测', startBtn: '开始检测', waitingStatus: '正在检测面膜贴合状态,请确保设备正确佩戴...', collectingStatusPre: '已贴合,正在采集光谱数据... 已收到 ', collectingStatusPost: ' 帧', doneStatusPre: '检测完成(共 ', doneStatusPost: ' 帧),正在启动治疗...', notWorn: '面膜未佩戴好,请重新佩戴后再试', timeout: '检测超时,未收到数据,请重试', deviceFault: '设备异常,扫描已停止,请重启设备后再试', cmdFailed: '检测命令发送失败' }, en: { title: 'Smart Scan', subReady: 'Ready', subWaiting: 'Waiting for fit...', subCollectingPre: 'Collecting data (', subCollectingPost: ' frames)...', subDone: 'Scan complete, starting...', readyHint: 'Device is on. Tap the button below to start the smart scan', startBtn: 'Start Scan', waitingStatus: 'Checking mask fit, please make sure the device is worn correctly...', collectingStatusPre: 'Fitted. Collecting spectral data... received ', collectingStatusPost: ' frames', doneStatusPre: 'Scan complete (', doneStatusPost: ' frames), starting treatment...', notWorn: 'The mask is not worn properly. Please re-fit and try again', timeout: 'Scan timed out with no data. Please try again', deviceFault: 'Device error — scan stopped. Please restart the device and try again', cmdFailed: 'Failed to send scan command' } }