From aa9c25eb367720dbc2a3e0b135046396a4d74488 Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Tue, 22 Feb 2022 11:17:48 +0800 Subject: [PATCH 1/2] message in plug-in menu --- src/i18n/source/en_US.json | 1 + src/renderer/views/components/plugin-menu.ejs | 66 ++++++++++--------- src/renderer/views/svg/x.svg | 1 + 3 files changed, 36 insertions(+), 32 deletions(-) create mode 100644 src/renderer/views/svg/x.svg diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index 5a7043ff..a92f52ce 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -142,6 +142,7 @@ "term.noVideos": "No videos found.", "term.plugin": "Plug-in", "term.pluginMenu": "Plug-in Menu", + "term.pluginMenu.none": "You don't have any plug-in needs interaction", "term.replay": "Replay", "term.uniqueAlbums": "Unique Albums", "term.uniqueArtists": "Unique Artists", diff --git a/src/renderer/views/components/plugin-menu.ejs b/src/renderer/views/components/plugin-menu.ejs index cb7a26f1..6b3d5341 100644 --- a/src/renderer/views/components/plugin-menu.ejs +++ b/src/renderer/views/components/plugin-menu.ejs @@ -1,37 +1,39 @@ \ No newline at end of file diff --git a/src/renderer/views/svg/x.svg b/src/renderer/views/svg/x.svg new file mode 100644 index 00000000..7d5875ca --- /dev/null +++ b/src/renderer/views/svg/x.svg @@ -0,0 +1 @@ + \ No newline at end of file From eba85828a0066e84a665eed24d79fc85a93b45e1 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Tue, 22 Feb 2022 10:52:24 +0700 Subject: [PATCH 2/2] Update en_US.json --- src/i18n/source/en_US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index a92f52ce..baf51e29 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -142,7 +142,7 @@ "term.noVideos": "No videos found.", "term.plugin": "Plug-in", "term.pluginMenu": "Plug-in Menu", - "term.pluginMenu.none": "You don't have any plug-in needs interaction", + "term.pluginMenu.none": "No interactive plugins.", "term.replay": "Replay", "term.uniqueAlbums": "Unique Albums", "term.uniqueArtists": "Unique Artists", @@ -366,4 +366,4 @@ "remote.web.title": "Cider Remote", "remote.web.description": "Scan the QR code to pair your phone up with this Cider instance", "about.thanks": "Major thanks to the Cider Collective Team and all of our contributors." -} \ No newline at end of file +}