噪音数据历史记录,引入数据库
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": "Holiday Calendar",
"component.study_environment": "Environment",
"component.study_session_control": "Study Session Control",
"component.study_session_history": "Session History",
"component.study_noise_curve": "Noise Curve",
"component.study_noise_distribution": "Noise Distribution",
"component.study_score_overview": "Study Score Overview",
@@ -300,6 +301,26 @@
"study.session_control.last_session_format": "Last {0}",
"study.session_control.start_failed": "Unable to start session",
"study.session_control.stop_failed": "Unable to stop session",
"study.session_history.title": "Session History",
"study.session_history.empty": "No session history",
"study.session_history.select_failed": "Unable to switch session",
"study.session_history.rename_failed": "Unable to rename session",
"study.session_history.delete_failed": "Unable to delete session",
"study.session_history.rename_placeholder": "Enter session name",
"study.session_history.rename_confirm": "Confirm rename",
"study.session_history.rename_cancel": "Cancel rename",
"study.session_history.loading": "Loading data...",
"study.session_history.loaded": "Data loaded",
"study.session_history.duration_format": "{0:hh\\:mm\\:ss}",
"study.session_history.meta_format": "{0} · Avg {1:F1}",
"study.session_history.action.view": "View",
"study.session_history.action.rename": "Rename",
"study.session_history.action.delete": "Delete",
"study.session_history.dialog.rename_title": "Rename Session",
"study.session_history.dialog.rename_message": "Enter a new name for \"{0}\".",
"study.session_history.dialog.delete_title": "Delete Session",
"study.session_history.dialog.delete_message": "Delete \"{0}\"? This cannot be undone.",
"study.session_history.dialog.delete_confirm": "Delete",
"study.noise_curve.value_format": "{0:F1} dB",
"study.noise_curve.axis.now": "Now",
"study.noise_distribution.title": "Noise Level Distribution",