Merge branch 'main' into develop
This commit is contained in:
commit
a535ec0a8a
11 changed files with 362 additions and 260 deletions
|
@ -45,6 +45,11 @@
|
|||
"term.podcasts": "Podcasts",
|
||||
"term.playlists": "Playlists",
|
||||
"term.playlist": "Playlist",
|
||||
"term.newPlaylist": "New Playlist",
|
||||
"term.newPlaylistFolder": "New Playlist Folder",
|
||||
"term.createNewPlaylist": "Create New Playlist",
|
||||
"term.createNewPlaylistFolder": "Create New Playlist Folder",
|
||||
"term.deletePlaylist": "Are you sure you want to delete this playlist?",
|
||||
"term.play": "Play",
|
||||
"term.pause": "Pause",
|
||||
"term.previous": "Previous",
|
||||
|
@ -118,7 +123,6 @@
|
|||
"term.tracks": "tracks", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "Videos",
|
||||
"term.menu": "Menu",
|
||||
"term.showAlbum": "Show Complete Album",
|
||||
|
||||
// Home
|
||||
"home.title": "Home",
|
||||
|
@ -157,7 +161,7 @@
|
|||
"action.removeFromQueue": "Remove from Queue",
|
||||
"action.removeFromQueue.success": "Removed from Queue",
|
||||
"action.removeFromQueue.error": "Error Removing from Queue",
|
||||
"action.createPlaylist": "Create Playlist",
|
||||
"action.createPlaylist": "Create a New Playlist",
|
||||
"action.addToPlaylist": "Add to Playlist",
|
||||
"action.removeFromPlaylist": "Remove from Playlist",
|
||||
"action.addToFavorites": "Add to Favorites",
|
||||
|
@ -185,6 +189,11 @@
|
|||
"action.removeTracks": "Remove ${self.selectedItems.length} tracks from queue",
|
||||
"action.import": "Import",
|
||||
"action.export": "Export",
|
||||
"action.showAlbum": "Show Complete Album",
|
||||
// Waiting on Core for moving plugin to app.ts
|
||||
"action.tray.minimize": "Minimize to Tray",
|
||||
"action.tray.quit": "Quit",
|
||||
"action.tray.show": "Show",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "General",
|
||||
|
@ -267,6 +276,7 @@
|
|||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "Audio Spatialization is disabled. To use, please enable it first.",
|
||||
"spatial.spatialProperties" : "Spatial Properties",
|
||||
"spatial.width" : "Width",
|
||||
"spatial.height" : "Height",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue