diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 0c69f395..83094095 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -194,6 +194,8 @@ "play_timeout_tip": "Pause after {time}", "play_timeout_unit": "Minute", "play_timeout_update": "Update timing", + "player__save_music_pic_click": "Right-click to save the song cover", + "player__save_music_pic": "Save the song cover to...", "player__add_music_to": "Add the current song to...", "player__buffering": "Buffering...", "player__desktop_lyric_lock": "Right click to lock lyrics", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 89d4674a..ee0d2b5a 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -194,6 +194,8 @@ "play_timeout_tip": "{time} 后暂停播放", "play_timeout_unit": "分钟", "play_timeout_update": "更新定时", + "player__save_music_pic_click": "右击保存歌曲封面", + "player__save_music_pic": "保存歌曲封面到...", "player__add_music_to": "添加当前歌曲到...", "player__buffering": "缓冲中...", "player__desktop_lyric_lock": "右击锁定歌词", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index 2d9efda8..7cef24b2 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -194,6 +194,8 @@ "play_timeout_tip": "{time} 後暫停播放", "play_timeout_unit": "分鐘", "play_timeout_update": "更新定時", + "player__save_music_pic_click": "右擊保存歌曲封面", + "player__save_music_pic": "保存歌曲封面到...", "player__add_music_to": "添加當前歌曲到...", "player__album": "專輯名:", "player__buffering": "緩衝中...", diff --git a/src/renderer/components/layout/PlayBar/index.vue b/src/renderer/components/layout/PlayBar/index.vue index 54c07cd0..96766f35 100644 --- a/src/renderer/components/layout/PlayBar/index.vue +++ b/src/renderer/components/layout/PlayBar/index.vue @@ -8,7 +8,7 @@