From 7a933dbd5eeb43bc2b985fcf3d178b731377077b Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 4 Jul 2020 13:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A1=8C=E9=9D=A2=E6=AD=8C?= =?UTF-8?q?=E8=AF=8D=E9=80=8F=E6=98=8E=E5=BA=A6=E6=8C=89=E9=92=AE=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/renderer/lang/en-us/desktopLyric.json | 4 ++-- src/renderer/lang/zh-cn/desktopLyric.json | 4 ++-- src/renderer/lang/zh-tw/desktopLyric.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6292ce32..f57bf9a6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 所用技术栈: -- Electron 8 +- Electron 9 - Vue 2 已支持的平台: diff --git a/src/renderer/lang/en-us/desktopLyric.json b/src/renderer/lang/en-us/desktopLyric.json index 5ba4c4d8..bc0b7f36 100644 --- a/src/renderer/lang/en-us/desktopLyric.json +++ b/src/renderer/lang/en-us/desktopLyric.json @@ -6,8 +6,8 @@ "theme": "Theme Color", "font_increase": "Increase font size", "font_decrease": "Reduce font size", - "opactiy_increase": "Increase Transparency", - "opactiy_decrease": "Decrease Transparency", + "opactiy_increase": "Decrease Transparency", + "opactiy_decrease": "Increase Transparency", "lrc_active_zoom_on": "Zoom the currently playing lyrics", "lrc_active_zoom_off": "Unzoom the currently playing lyrics", "win_top_on": "Top lyrics interface", diff --git a/src/renderer/lang/zh-cn/desktopLyric.json b/src/renderer/lang/zh-cn/desktopLyric.json index 9f358426..b7721d1d 100644 --- a/src/renderer/lang/zh-cn/desktopLyric.json +++ b/src/renderer/lang/zh-cn/desktopLyric.json @@ -6,8 +6,8 @@ "theme": "主题配色", "font_increase": "增加字体大小", "font_decrease": "减小字体大小", - "opactiy_increase": "增加透明度", - "opactiy_decrease": "减小透明度", + "opactiy_increase": "减小透明度", + "opactiy_decrease": "增加透明度", "lrc_active_zoom_on": "缩放当前播放的歌词", "lrc_active_zoom_off": "取消缩放当前播放的歌词", "win_top_on": "置顶歌词界面", diff --git a/src/renderer/lang/zh-tw/desktopLyric.json b/src/renderer/lang/zh-tw/desktopLyric.json index 8449a383..b3d397d7 100644 --- a/src/renderer/lang/zh-tw/desktopLyric.json +++ b/src/renderer/lang/zh-tw/desktopLyric.json @@ -6,8 +6,8 @@ "theme": "主題配色", "font_increase": "增加字體大小", "font_decrease": "減小字體大小", - "opactiy_increase": "增加透明度", - "opactiy_decrease": "減小透明度", + "opactiy_increase": "減小透明度", + "opactiy_decrease": "增加透明度", "lrc_active_zoom_on": "縮放當前播放的歌詞", "lrc_active_zoom_off": "取消縮放當前播放的歌詞", "win_top_on": "置頂歌詞界面",