Pull Request of the day - 25 January 2022 (#215)
This commit is contained in:
parent
01a9aa591a
commit
43fdb0510f
10 changed files with 179 additions and 22 deletions
|
@ -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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue