mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-26 03:44:25 +08:00
0.2.6
媒体播放组件,录音组件
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
"component_category.date": "Calendar",
|
||||
"component_category.weather": "Weather",
|
||||
"component_category.board": "Board",
|
||||
"component_category.media": "Media",
|
||||
"component.date": "Calendar",
|
||||
"component.month_calendar": "Month Calendar",
|
||||
"component.lunar_calendar": "Lunar Calendar",
|
||||
@@ -221,9 +222,30 @@
|
||||
"component.multiday_weather": "Multi-day Weather",
|
||||
"component.extended_weather": "Extended Weather",
|
||||
"component.class_schedule": "Class Schedule",
|
||||
"component.music_control": "Music Control",
|
||||
"component.audio_recorder": "Recorder",
|
||||
"component.whiteboard": "Blackboard (Portrait)",
|
||||
"component.blackboard_landscape": "Blackboard (Landscape)",
|
||||
"component.holiday_calendar": "Holiday Calendar",
|
||||
"music.widget.unsupported": "Music control is not supported on this platform",
|
||||
"music.widget.unsupported_hint": "This widget requires Windows SMTC",
|
||||
"music.widget.no_session": "No active media session",
|
||||
"music.widget.no_session_hint": "Open a player that supports SMTC",
|
||||
"music.widget.open_player": "Open player",
|
||||
"music.widget.unknown_title": "Unknown title",
|
||||
"music.widget.unknown_artist": "Unknown artist",
|
||||
"music.widget.status.opened": "Opened",
|
||||
"music.widget.status.changing": "Changing",
|
||||
"music.widget.status.stopped": "Stopped",
|
||||
"music.widget.status.playing": "Playing",
|
||||
"music.widget.status.paused": "Paused",
|
||||
"recording.widget.title": "Recorder",
|
||||
"recording.widget.hint.ready": "Tap red button to record",
|
||||
"recording.widget.hint.recording": "Recording",
|
||||
"recording.widget.hint.paused": "Paused",
|
||||
"recording.widget.hint.unsupported": "Microphone is unavailable",
|
||||
"recording.widget.hint.error": "Recording failed",
|
||||
"recording.widget.hint.saved_format": "Saved {0}",
|
||||
"desktop.add_page": "Add page",
|
||||
"desktop.delete_page": "Delete page",
|
||||
"placement.fill": "Fill",
|
||||
|
||||
@@ -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": "填充",
|
||||
|
||||
Reference in New Issue
Block a user