diff --git a/src/i18n/README.md b/src/i18n/README.md index 06c2aa22..0ebce183 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -226,3 +226,7 @@ Update 04/07/2022 14:30 UTC * `term.cast`: Added for `en_US` +Update 04/08/2022 22:00 UTC + +* `term.disablePrivateSession`: Added for `en_US` + diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 5fe70200..76b5ff67 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -23,6 +23,7 @@ "term.cast": "Cast", "term.about": "About", "term.privateSession": "Private Session", + "term.disablePrivateSession": "Disable Private Session", "term.queue": "Queue", "term.lyrics": "Lyrics", "term.miniplayer": "MiniPlayer", diff --git a/src/i18n/hu_HU.json b/src/i18n/hu_HU.json index e6dff03a..53022660 100644 --- a/src/i18n/hu_HU.json +++ b/src/i18n/hu_HU.json @@ -23,6 +23,7 @@ "term.cast": "Tükrözés", "term.about": "Névjegy", "term.privateSession": "Privát hallgatás", + "term.disablePrivateSession": "Privát hallgatás kikapcsolása", "term.queue": "Várólista", "term.lyrics": "Dalszöveg", "term.miniplayer": "Minilejátszó", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index 5fe70200..76b5ff67 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -23,6 +23,7 @@ "term.cast": "Cast", "term.about": "About", "term.privateSession": "Private Session", + "term.disablePrivateSession": "Disable Private Session", "term.queue": "Queue", "term.lyrics": "Lyrics", "term.miniplayer": "MiniPlayer", diff --git a/src/renderer/views/app/sidebar.ejs b/src/renderer/views/app/sidebar.ejs index 1b98b32f..09f60464 100644 --- a/src/renderer/views/app/sidebar.ejs +++ b/src/renderer/views/app/sidebar.ejs @@ -132,7 +132,7 @@