From 667fc8c8a69adc3ec91469669bcf32d10fe16064 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 30 Mar 2023 17:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en-us.json | 9 ++++++--- src/lang/zh-tw.json | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/lang/en-us.json b/src/lang/en-us.json index baa521be..23a719b7 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -310,10 +310,12 @@ "setting__desktop_lyric_always_on_top": "Make the lyrics always above other windows", "setting__desktop_lyric_always_on_top_loop": "Automatically refresh the top of the lyrics (try to enable this setting when the lyrics are still blocked by some programs)", "setting__desktop_lyric_audio_visualization": "Audio Visualization (Experimental)", + "setting__desktop_lyric_color": "Lyric font color", "setting__desktop_lyric_color_reset": "Reset color", "setting__desktop_lyric_delay_scroll": "Delayed lyrics scroll", - "setting__desktop_lyric_direction_horizontal": "horizontal direction", - "setting__desktop_lyric_direction_vertical": "vertical direction", + "setting__desktop_lyric_direction": "Lyrics Display Direction", + "setting__desktop_lyric_direction_horizontal": "Horizontal direction", + "setting__desktop_lyric_direction_vertical": "Vertical direction", "setting__desktop_lyric_ellipsis": "Lyrics are not allowed to wrap", "setting__desktop_lyric_enable": "Display lyrics", "setting__desktop_lyric_font": "Lyric font", @@ -329,7 +331,7 @@ "setting__desktop_lyric_played_color": "color played", "setting__desktop_lyric_reset": "Reset", "setting__desktop_lyric_reset_window": "Reset window settings", - "setting__desktop_lyric_scroll_align": "now playing lyrics scroll position", + "setting__desktop_lyric_scroll_align": "Now playing lyrics scroll position", "setting__desktop_lyric_scroll_align_center": "Center", "setting__desktop_lyric_scroll_align_top": "Top", "setting__desktop_lyric_shadow_color": "Shadow color", @@ -339,6 +341,7 @@ "setting__download_data_embed": "Whether to embed the following content in the audio file", "setting__download_embed_lyric": "Embedding lyric", "setting__download_embed_pic": "Embedding cover", + "setting__download_embed_rlyric": "Also embed Roman accent lyrics (if available)", "setting__download_embed_tlyric": "Also embed translated lyrics (if available)", "setting__download_enable": "Whether to enable download function", "setting__download_lyric": "Lyrics download", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index f436de21..70273ab5 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -310,6 +310,7 @@ "setting__desktop_lyric_always_on_top": "使歌詞總是在其他窗口之上", "setting__desktop_lyric_always_on_top_loop": "自動刷新歌詞置頂(當歌詞置頂後仍被某些程序遮擋時可嘗試啟用此設置)", "setting__desktop_lyric_audio_visualization": "音頻可視化(實驗性)", + "setting__desktop_lyric_color": "歌詞字體顏色", "setting__desktop_lyric_color_reset": "重置顏色", "setting__desktop_lyric_delay_scroll": "延遲歌詞滾動", "setting__desktop_lyric_direction": "歌詞顯示方向", @@ -340,6 +341,7 @@ "setting__download_data_embed": "是否將以下內容嵌入到音頻文件中", "setting__download_embed_lyric": "歌詞嵌入", "setting__download_embed_pic": "封面嵌入", + "setting__download_embed_rlyric": "同時嵌入羅馬音歌詞(如果有)", "setting__download_embed_tlyric": "同時嵌入翻譯歌詞(如果有)", "setting__download_enable": "是否啟用下載功能", "setting__download_lyric": "歌詞下載",