Skip to content

Commit c588300

Browse files
committed
New translations packages/player/locales/en-US/translation.json (bundle: 2)
1 parent a759ed9 commit c588300

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

packages/player/locales/en-US/translation.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"editMusicOverrideMessage": "Edit Track Override Data",
1010
"exitLyricPage": "Exit Lyrics Page"
1111
},
12+
"audioQuality": {
13+
"title": "Audio Quality Details",
14+
"codec": "Audio codec",
15+
"sampleRate": "Sample rate",
16+
"sampleFormat": "Sample format"
17+
},
1218
"qualityTag": {
1319
"lossless": "Lossless",
1420
"hires": "Hi-Res Lossless"
@@ -70,6 +76,10 @@
7076
},
7177
"page": {
7278
"main": {
79+
"playlistCard": {
80+
"songCount": "{songAmount} Songs",
81+
"createTime": "Created at {createTime}"
82+
},
7383
"playlistMenu": {
7484
"delete": "Delete"
7585
},
@@ -103,6 +113,10 @@
103113
},
104114
"label": "Add Music From Disk"
105115
},
116+
"cover": {
117+
"changeCoverToAuto": "Use automatic cover",
118+
"uploadCoverImage": "Upload your own cover art"
119+
},
106120
"totalMusicLabel": "{count, plural, other {#}} song(s)",
107121
"playAll": "Play All",
108122
"shufflePlayAll": "Shuffle"
@@ -111,6 +125,27 @@
111125
"title": "Apple Music Like Lyrics Developer Page",
112126
"warning": "This page is for develop usage only, use it at your own risk! (Chinese only)"
113127
},
128+
"search": {
129+
"filter": {
130+
"placeholder": "Search for playlists, song titles, artists, and more……",
131+
"songName": "Song name: {keyword}",
132+
"artistName": "Artist name: {keyword}",
133+
"albumName": "Album name: {keyword}",
134+
"playlistName": "Playlist name: {keyword}",
135+
"lyricContent": "Lyrics: {keyword}",
136+
"candidate": {
137+
"songName": "The song name contains {keyword}",
138+
"artistName": "The artist name contains {keyword}",
139+
"albumName": "The album name contains {keyword}",
140+
"playlistName": "The playlist name contains {keyword}",
141+
"lyricContent": "The lyrics contain {keyword}"
142+
}
143+
},
144+
"placeholder": "Search for a song, artist, album, lyrics, playlists, or more",
145+
"searchSongResultAmount": "Found {amount} songs",
146+
"noSongResult": "No songs found!",
147+
"noPlaylistResult": "No playlists found!"
148+
},
114149
"settings": {
115150
"others": {
116151
"restartProgram": "Restart player",
@@ -194,6 +229,7 @@
194229
"lyricPlayerImplementation": {
195230
"menu": {
196231
"dom": "DOM",
232+
"dom-slim": "DOM (Stripped)",
197233
"canvas": "Canvas"
198234
},
199235
"label": "Implementation of the Lyrics Player",
@@ -318,6 +354,13 @@
318354
"changeVolumeNotSupported": "Unable to modify volume under WS Protocol mode."
319355
}
320356
},
357+
"error": {
358+
"title": "An error occurred",
359+
"desc0": "An error occurred during execution. Please try refreshing the page. If the issue persists, please contact the developer.",
360+
"desc1": "If you know how to debug, you can see more precise error messages in the developer console.",
361+
"reloadPage": "Reload Page",
362+
"errorDetail": "Error"
363+
},
321364
"settings": {
322365
"extension": {
323366
"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!",

0 commit comments

Comments
 (0)