mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-03-04 13:46:31 +00:00
Fixed typo
This commit is contained in:
parent
c22247b57a
commit
a02e25c046
File diff suppressed because one or more lines are too long
|
@ -106,7 +106,7 @@ const en = {
|
|||
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!",
|
||||
albumDoesntExsists: "Track's album does not exsist, failed to gather info"
|
||||
albumDoesntExists: "Track's album does not exsist, failed to gather info"
|
||||
}
|
||||
},
|
||||
favorites: {
|
||||
|
|
|
@ -109,7 +109,7 @@ const it = {
|
|||
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!",
|
||||
albumDoesntExsists: "Il brano non ha nessun album, impossibile ottenere informazioni"
|
||||
albumDoesntExists: "Il brano non ha nessun album, impossibile ottenere informazioni"
|
||||
}
|
||||
},
|
||||
favorites: {
|
||||
|
|
Loading…
Reference in a new issue