Added "albumDoesntExsists" errid translation
This commit is contained in:
parent
7ce1ddb6dd
commit
786b1017c8
File diff suppressed because one or more lines are too long
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user