Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions packages/player/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"editMusicOverrideMessage": "Edit Track Override Data",
"exitLyricPage": "Exit Lyrics Page"
},
"audioQuality": {
"title": "Audio Quality Details",
"codec": "Audio codec",
"sampleRate": "Sample rate",
"sampleFormat": "Sample format"
},
"qualityTag": {
"lossless": "Lossless",
"hires": "Hi-Res Lossless"
Expand Down Expand Up @@ -70,6 +76,10 @@
},
"page": {
"main": {
"playlistCard": {
"songCount": "{songAmount} Songs",
"createTime": "Created at {createTime}"
},
"playlistMenu": {
"delete": "Delete"
},
Expand Down Expand Up @@ -103,6 +113,10 @@
},
"label": "Add Music From Disk"
},
"cover": {
"changeCoverToAuto": "Use automatic cover",
"uploadCoverImage": "Upload your own cover art"
},
"totalMusicLabel": "{count, plural, other {#}} song(s)",
"playAll": "Play All",
"shufflePlayAll": "Shuffle"
Expand All @@ -111,6 +125,27 @@
"title": "Apple Music Like Lyrics Developer Page",
"warning": "This page is for develop usage only, use it at your own risk! (Chinese only)"
},
"search": {
"filter": {
"placeholder": "Search for playlists, song titles, artists, and more……",
"songName": "Song name: {keyword}",
"artistName": "Artist name: {keyword}",
"albumName": "Album name: {keyword}",
"playlistName": "Playlist name: {keyword}",
"lyricContent": "Lyrics: {keyword}",
"candidate": {
"songName": "The song name contains {keyword}",
"artistName": "The artist name contains {keyword}",
"albumName": "The album name contains {keyword}",
"playlistName": "The playlist name contains {keyword}",
"lyricContent": "The lyrics contain {keyword}"
}
},
"placeholder": "Search for a song, artist, album, lyrics, playlists, or more",
"searchSongResultAmount": "Found {amount} songs",
"noSongResult": "No songs found!",
"noPlaylistResult": "No playlists found!"
},
"settings": {
"others": {
"restartProgram": "Restart player",
Expand Down Expand Up @@ -194,6 +229,7 @@
"lyricPlayerImplementation": {
"menu": {
"dom": "DOM",
"dom-slim": "DOM (Stripped)",
"canvas": "Canvas"
},
"label": "Implementation of the Lyrics Player",
Expand Down Expand Up @@ -318,6 +354,13 @@
"changeVolumeNotSupported": "Unable to modify volume under WS Protocol mode."
}
},
"error": {
"title": "An error occurred",
"desc0": "An error occurred during execution. Please try refreshing the page. If the issue persists, please contact the developer.",
"desc1": "If you know how to debug, you can see more precise error messages in the developer console.",
"reloadPage": "Reload Page",
"errorDetail": "Error"
},
"settings": {
"extension": {
"safetyWarning": "Any plugin will be able to access and modify all of your data, including your playlists, song metadata, etc. Please make sure that the plugin source is safe and only install plugins you trust. We are not responsible for any damage(s) caused by using of using any plugins!",
Expand Down