Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text mistake in desktop lyrics opacity button #2158

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"desktop_lyric__lock": "Lock Lyrics",
"desktop_lyric__lrc_active_zoom_off": "Unzoom the currently playing lyrics",
"desktop_lyric__lrc_active_zoom_on": "Zoom the currently playing lyrics",
"desktop_lyric__opacity_decrease": "Increase Transparency (Right click to fine-tune)",
"desktop_lyric__opacity_increase": "Decrease Transparency (Right click to fine-tune)",
"desktop_lyric__opacity_decrease": "Decrease Transparency (Right click to fine-tune)",
"desktop_lyric__opacity_increase": "Increase Transparency (Right click to fine-tune)",
"desktop_lyric__theme": "Theme Color",
"desktop_lyric__unlock": "Unlock Lyrics",
"desktop_lyric__win_top_off": "Cancel the top lyrics interface",
Expand Down
4 changes: 2 additions & 2 deletions src/lang/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"desktop_lyric__lock": "锁定歌词",
"desktop_lyric__lrc_active_zoom_off": "取消缩放当前播放的歌词",
"desktop_lyric__lrc_active_zoom_on": "缩放当前播放的歌词",
"desktop_lyric__opacity_decrease": "增加透明度(右击可微调)",
"desktop_lyric__opacity_increase": "减小透明度(右击可微调)",
"desktop_lyric__opacity_decrease": "减小透明度(右击可微调)",
"desktop_lyric__opacity_increase": "增加透明度(右击可微调)",
"desktop_lyric__theme": "主题配色",
"desktop_lyric__unlock": "解锁歌词",
"desktop_lyric__win_top_off": "取消置顶歌词界面",
Expand Down
4 changes: 2 additions & 2 deletions src/lang/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"desktop_lyric__lock": "鎖定歌詞",
"desktop_lyric__lrc_active_zoom_off": "取消縮放目前播放的歌詞",
"desktop_lyric__lrc_active_zoom_on": "縮放目前播放的歌詞",
"desktop_lyric__opacity_decrease": "增加透明度(右鍵可微調)",
"desktop_lyric__opacity_increase": "減小透明度(右鍵可微調)",
"desktop_lyric__opacity_decrease": "減小透明度(右鍵可微調)",
"desktop_lyric__opacity_increase": "增加透明度(右鍵可微調)",
"desktop_lyric__theme": "主題配色",
"desktop_lyric__unlock": "解鎖歌詞",
"desktop_lyric__win_top_off": "取消置頂歌詞介面",
Expand Down
Loading