媒体播放组件,录音组件
This commit is contained in:
lincube
2026-03-03 18:26:29 +08:00
parent 478ed115a1
commit 094745122e
42 changed files with 4661 additions and 1093 deletions

View File

@@ -210,6 +210,7 @@
"component_category.date": "日历",
"component_category.weather": "天气",
"component_category.board": "白板",
"component_category.media": "媒体",
"component.date": "日历",
"component.month_calendar": "月历",
"component.lunar_calendar": "农历",
@@ -221,9 +222,30 @@
"component.multiday_weather": "多日天气",
"component.extended_weather": "扩展天气",
"component.class_schedule": "课表",
"component.music_control": "音乐控制",
"component.audio_recorder": "录音",
"component.whiteboard": "竖向小黑板",
"component.blackboard_landscape": "横向小黑板",
"component.holiday_calendar": "节假日日历",
"music.widget.unsupported": "当前平台不支持音乐控制",
"music.widget.unsupported_hint": "该组件仅支持 Windows SMTC",
"music.widget.no_session": "未检测到正在播放的媒体",
"music.widget.no_session_hint": "请打开支持 SMTC 的播放器",
"music.widget.open_player": "打开播放器",
"music.widget.unknown_title": "未知歌曲",
"music.widget.unknown_artist": "未知艺术家",
"music.widget.status.opened": "已打开",
"music.widget.status.changing": "切换中",
"music.widget.status.stopped": "已停止",
"music.widget.status.playing": "播放中",
"music.widget.status.paused": "已暂停",
"recording.widget.title": "录音",
"recording.widget.hint.ready": "点击红色按钮开始",
"recording.widget.hint.recording": "录音中",
"recording.widget.hint.paused": "已暂停",
"recording.widget.hint.unsupported": "麦克风不可用",
"recording.widget.hint.error": "录音失败",
"recording.widget.hint.saved_format": "已保存 {0}",
"desktop.add_page": "新增页面",
"desktop.delete_page": "删除页面",
"placement.fill": "填充",