噪音数据历史记录,引入数据库
This commit is contained in:
lincube
2026-03-05 00:40:49 +08:00
parent 9ec879cc17
commit 417cfa362e
21 changed files with 2228 additions and 27 deletions

View File

@@ -235,6 +235,7 @@
"component.holiday_calendar": "节假日日历",
"component.study_environment": "环境",
"component.study_session_control": "自习时段控制",
"component.study_session_history": "历史时段数据",
"component.study_noise_curve": "噪音曲线",
"component.study_noise_distribution": "噪音等级分布",
"component.study_score_overview": "自习评分总览",
@@ -300,6 +301,26 @@
"study.session_control.last_session_format": "上次时段 {0}",
"study.session_control.start_failed": "启动失败",
"study.session_control.stop_failed": "结束失败",
"study.session_history.title": "历史时段",
"study.session_history.empty": "暂无历史时段",
"study.session_history.select_failed": "切换失败",
"study.session_history.rename_failed": "重命名失败",
"study.session_history.delete_failed": "删除失败",
"study.session_history.rename_placeholder": "输入时段名称",
"study.session_history.rename_confirm": "确认重命名",
"study.session_history.rename_cancel": "取消重命名",
"study.session_history.loading": "加载数据中...",
"study.session_history.loaded": "数据已加载",
"study.session_history.duration_format": "{0:hh\\:mm\\:ss}",
"study.session_history.meta_format": "{0} · 均分 {1:F1}",
"study.session_history.action.view": "查看",
"study.session_history.action.rename": "重命名",
"study.session_history.action.delete": "删除",
"study.session_history.dialog.rename_title": "重命名时段",
"study.session_history.dialog.rename_message": "请为“{0}”输入新名称。",
"study.session_history.dialog.delete_title": "删除时段",
"study.session_history.dialog.delete_message": "确认删除“{0}”?此操作无法撤销。",
"study.session_history.dialog.delete_confirm": "确认删除",
"study.noise_curve.value_format": "{0:F1} dB",
"study.noise_curve.axis.now": "现在",
"study.noise_distribution.title": "噪音等级分布",