// Strings for the scan report page (pages/scan-report). module.exports = { zh: { title: '肌肤扫描报告', subtitle: '基于多光谱反射的肤质倾向参考', scannedAt: '扫描时间', overallTitle: '整体倾向', faceTitle: '分区光疗方案', faceTapHint: '点击分区可查看该光的功效介绍', allNormalHint: '未发现明显问题区域,可进行日常舒缓养护', regionTitle: '分区分析', recommendTitle: '推荐护理', noProblem: '未见明显倾向', startTreatment: '开始推荐护理', manualInstead: '我自己选', disclaimer: '本报告依据光反射信号给出肤质倾向参考,不构成医疗诊断。实际护理请结合自身情况。', conceptNotice: '当前诊断依据尚在标定中,结果仅供参考', level: { low: '轻度', mid: '中度', high: '明显' }, problems: { aging: '光老化 / 暗沉', acne: '痘痘 / 出油', pigment: '色素 / 暗黄', deep: '深层循环 / 疲劳' }, modeNames: { red: '嫩肤焕亮', ir: '深层焕活', uv: '净痘控油', yellow: '匀净提亮' } }, en: { title: 'Skin Scan Report', subtitle: 'Skin-tendency reference from multispectral reflection', scannedAt: 'Scanned at', overallTitle: 'Overall Tendency', faceTitle: 'Zone Care Map', faceTapHint: 'Tap a zone to learn about its light', allNormalHint: 'No notable concerns found — a gentle daily care session works well', regionTitle: 'Zone Analysis', recommendTitle: 'Recommended Care', noProblem: 'No notable tendency', startTreatment: 'Start Recommended Care', manualInstead: 'Choose Myself', disclaimer: 'This report gives a skin-tendency reference from light-reflection signals and is not a medical diagnosis. Please consider your own condition.', conceptNotice: 'Diagnosis thresholds are still being calibrated; results are for reference only', level: { low: 'Mild', mid: 'Moderate', high: 'Notable' }, problems: { aging: 'Photoaging / Dullness', acne: 'Acne / Oiliness', pigment: 'Pigment / Sallowness', deep: 'Deep circulation / Fatigue' }, modeNames: { red: 'Glow & Firm', ir: 'Deep Revive', uv: 'Clear & Balance', yellow: 'Even & Brighten' } } }