// Strings for the treatment-done page. Keep zh/en with identical key structure. module.exports = { zh: { title: '使用完成', headerSub: '本次使用已结束', resultTitle: '使用完成!', durationLabel: '使用时长', regionLabel: '使用区域', recorded: '本次使用已记录', backHome: '返回首页', durationMin: '{min}分钟', durationSec: '{sec}秒' }, en: { title: 'Complete', headerSub: 'This session has ended', resultTitle: 'Session Complete!', durationLabel: 'Duration', regionLabel: 'Regions', recorded: 'This session has been recorded', backHome: 'Back to Home', durationMin: '{min} min', durationSec: '{sec} s' } }