Merge branch 'main' into router-implementation
This commit is contained in:
commit
bd54f7e8d9
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!',
|
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!",
|
||||||
|
noSpaceLeft: "No space left on the device!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
favorites: {
|
favorites: {
|
||||||
|
@ -107,7 +107,8 @@ const it = {
|
|||||||
wrongBitrateNoAlternative: 'Brano non trovato con il bitrate specificato e nessuna alternativa trovata!',
|
wrongBitrateNoAlternative: 'Brano non trovato con il bitrate specificato e nessuna alternativa trovata!',
|
||||||
no360RA: 'Brano non disponibile in Reality Audio 360.',
|
no360RA: 'Brano non disponibile in Reality Audio 360.',
|
||||||
notAvailable: 'Brano non presente sui server di Deezer!',
|
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: {
|
favorites: {
|
||||||
|
Loading…
Reference in New Issue
Block a user