Update 'src/lang/en.js'
This commit is contained in:
parent
54e741c70f
commit
3c0938c7a0
@ -78,19 +78,19 @@ const en = {
|
|||||||
ids: {
|
ids: {
|
||||||
invalidURL: 'URL not recognized',
|
invalidURL: 'URL not recognized',
|
||||||
unsupportedURL: 'URL not supported yet',
|
unsupportedURL: 'URL not supported yet',
|
||||||
ISRCnotOnDeezer: 'Track ISRC is not available on deezer',
|
ISRCnotOnDeezer: 'Track ISRC is not available on Deezer',
|
||||||
notYourPrivatePlaylist: "You can't download others private playlists.",
|
notYourPrivatePlaylist: "You can't download others private playlists.",
|
||||||
spotifyDisabled: 'Spotify Features is not setted up correctly.',
|
spotifyDisabled: 'Spotify Features is not setted up correctly.',
|
||||||
trackNotOnDeezer: 'Track not found on deezer!',
|
trackNotOnDeezer: 'Track not found on Deezer!',
|
||||||
albumNotOnDeezer: 'Album not found on deezer!',
|
albumNotOnDeezer: 'Album not found on Deezer!',
|
||||||
notOnDeezer: 'Track not available on Deezer!',
|
notOnDeezer: 'Track not available on Deezer!',
|
||||||
notEncoded: 'Track not yet encoded!',
|
notEncoded: 'Track not yet encoded!',
|
||||||
notEncodedNoAlternative: 'Track not yet encoded and no alternative found!',
|
notEncodedNoAlternative: 'Track not yet encoded and no alternative found!',
|
||||||
wrongBitrate: 'Track not found at desired bitrate.',
|
wrongBitrate: 'Track not found at desired bitrate.',
|
||||||
wrongBitrateNoAlternative: 'Track not found at desired bitrate and no alternative found!',
|
wrongBitrateNoAlternative: 'Track not found at desired bitrate and no alternative found!',
|
||||||
no360RA: 'Track is not available in Reality Audio 360.',
|
no360RA: 'Track is not available in Reality Audio 360.',
|
||||||
notAvailable: "Track not available on deezer's servers!",
|
notAvailable: "Track not available on Deezer's servers!",
|
||||||
notAvailableNoAlternative: "Track not available on deezer's servers and no alternative found!"
|
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
favorites: {
|
favorites: {
|
||||||
@ -157,7 +157,7 @@ const en = {
|
|||||||
currentItemCancelled: 'Current item cancelled.',
|
currentItemCancelled: 'Current item cancelled.',
|
||||||
startAddingArtist: 'Adding {0} albums to queue',
|
startAddingArtist: 'Adding {0} albums to queue',
|
||||||
finishAddingArtist: 'Added {0} albums to queue',
|
finishAddingArtist: 'Added {0} albums to queue',
|
||||||
startConvertingSpotifyPlaylist: 'Converting spotify tracks to deezer tracks',
|
startConvertingSpotifyPlaylist: 'Converting spotify tracks to Deezer tracks',
|
||||||
finishConvertingSpotifyPlaylist: 'Spotify playlist converted',
|
finishConvertingSpotifyPlaylist: 'Spotify playlist converted',
|
||||||
loginNeededToDownload: 'You need to log in to download tracks!'
|
loginNeededToDownload: 'You need to log in to download tracks!'
|
||||||
},
|
},
|
||||||
@ -316,9 +316,9 @@ const en = {
|
|||||||
},
|
},
|
||||||
spotify: {
|
spotify: {
|
||||||
title: 'Spotify Features',
|
title: 'Spotify Features',
|
||||||
clientID: 'Spotify clientID',
|
clientID: 'Spotify ClientID',
|
||||||
clientSecret: 'Spotify Client Secret',
|
clientSecret: 'Spotify Client Secret',
|
||||||
username: 'Spotify username'
|
username: 'Spotify Username'
|
||||||
},
|
},
|
||||||
reset: 'Reset to Default',
|
reset: 'Reset to Default',
|
||||||
save: 'Save',
|
save: 'Save',
|
||||||
|
Loading…
Reference in New Issue
Block a user