Added locale for topResult, Shared Playlists and People

This commit is contained in:
Core 2022-02-02 09:14:22 +00:00
parent 2e1976ac90
commit de7c495e61
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 12 additions and 7 deletions

View file

@ -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`.
* `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`.

View file

@ -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",