mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-19 12:58:31 +00:00
Added noSpaceLeft errid to language files
This commit is contained in:
parent
10715f68dc
commit
ce6add4719
File diff suppressed because one or more lines are too long
|
@ -104,7 +104,8 @@ const en = {
|
|||
wrongBitrateNoAlternative: 'Track not found at desired bitrate and no alternative found!',
|
||||
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!"
|
||||
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
|
||||
noSpaceLeft: "No space left on the device!"
|
||||
}
|
||||
},
|
||||
favorites: {
|
||||
|
|
|
@ -107,7 +107,8 @@ const it = {
|
|||
wrongBitrateNoAlternative: 'Brano non trovato con il bitrate specificato e nessuna alternativa trovata!',
|
||||
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!'
|
||||
notAvailableNoAlternative: 'Brano non presente sui server di Deezer e nessuna alternativa trovata!',
|
||||
noSpaceLeft: "Spazio su disco esaurito!"
|
||||
}
|
||||
},
|
||||
favorites: {
|
||||
|
|
Loading…
Reference in a new issue