Pull Request of the day - 25 January 2022 (#215)

This commit is contained in:
Maikiwi 2022-01-25 23:59:14 -08:00 committed by GitHub
parent 01a9aa591a
commit 43fdb0510f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 179 additions and 22 deletions

View file

@ -100,6 +100,8 @@
"term.contributors": "Contributors",
"term.equalizer": "Equalizer",
"term.reset": "Reset",
"term.tracks": "tracks", // Assume x amount of tracks. e.g. 50 tracks
// Home
"home.title": "Home",
@ -160,6 +162,9 @@
"action.dislike": "Dislike",
"action.undoDislike": "Undo dislike",
"action.showWebRemoteQR": "Show Web Remote QR",
"action.playTracksNext": "Play ${app.selectedMediaItems.length} tracks next",
"action.playTracksLater": "Play ${app.selectedMediaItems.length} tracks later",
"action.removeTracks": "Remove ${self.selectedItems.length} tracks from queue",
// Settings - Audio
"settings.header.audio": "Audio",
@ -256,6 +261,6 @@
"remote.web.title": "Cider Remote",
"remote.web.description": "Scan the QR code to pair your phone up with this Cider instance",
//About
// About
"about.thanks": "Major thanks to the Cider Collective Team and all of our contributors."
}