Added "albumDoesntExsists" errid translation

This commit is contained in:
RemixDev 2020-10-02 19:23:41 +02:00
parent 7ce1ddb6dd
commit 786b1017c8
3 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -105,7 +105,8 @@ const en = {
no360RA: 'Track is not available in Reality Audio 360.',
notAvailable: "Track not available on Deezer's servers!",
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
noSpaceLeft: "No space left on the device!"
noSpaceLeft: "No space left on the device!",
albumDoesntExsists: "Track's album does not exsist, failed to gather info"
}
},
favorites: {

View File

@ -108,7 +108,8 @@ const it = {
no360RA: 'Brano non disponibile in Reality Audio 360.',
notAvailable: 'Brano non presente sui server di Deezer!',
notAvailableNoAlternative: 'Brano non presente sui server di Deezer e nessuna alternativa trovata!',
noSpaceLeft: "Spazio su disco esaurito!"
noSpaceLeft: "Spazio su disco esaurito!",
albumDoesntExsists: "Il brano non ha nessun album, impossibile ottenere informazioni"
}
},
favorites: {