diff --git a/src/i18n/README.md b/src/i18n/README.md index cdbba71d..2029f141 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -16,4 +16,7 @@ Several changes have been made to configuration options and will be listed below been modified, the ones not mentioned in the list need modifying. * `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US. -* `action.update`: Added for `en_US`. \ No newline at end of file +* `action.update`: Added for `en_US`. +* `term.topResult`: "Top Result" - Added for `en_US`. +* `term.sharedPlaylists`: "Shared Playlists" - Added for `en_US`. +* `term.people`: "People" - Added for `en_US`. \ No newline at end of file diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index d8e8c89f..4d76c1ed 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -127,6 +127,9 @@ "term.check": "Check", "term.aboutArtist": "About {{artistName}}", // e.g. 'About Doja Cat' "term.updateCider": "Update Cider", + "term.topResult": "Top Result", // Search Results + "term.sharedPlaylists": "Shared Playlists", // Search Results + "term.people": "People", // Search Results // Home "home.title": "Home", diff --git a/src/renderer/views/pages/search.ejs b/src/renderer/views/pages/search.ejs index 269d2d2b..70ed1e74 100644 --- a/src/renderer/views/pages/search.ejs +++ b/src/renderer/views/pages/search.ejs @@ -4,7 +4,7 @@
@@ -15,7 +15,7 @@
-

Songs

+

{{app.getLz('term.songs')}}

@@ -59,7 +58,7 @@