added link analyzer tab translations
This commit is contained in:
@@ -5,6 +5,7 @@ const en = {
|
||||
loading: 'loading',
|
||||
download: 'Download',
|
||||
by: 'by',
|
||||
in: 'in',
|
||||
listTabs: {
|
||||
empty: '',
|
||||
all: 'all',
|
||||
@@ -44,6 +45,32 @@ const en = {
|
||||
popularAlbums: 'Most streamed albums'
|
||||
}
|
||||
},
|
||||
linkAnalyzer: {
|
||||
info: 'You can use this section to find out more information about the link you are trying to download.',
|
||||
useful:
|
||||
"This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance.",
|
||||
linkNotSupported: 'This link is not yet supported',
|
||||
linkNotSupportedYet: 'Seems like this link is not yet supported, try analyzing another one.',
|
||||
table: {
|
||||
id: 'ID',
|
||||
isrc: 'ISRC',
|
||||
upc: 'UPC',
|
||||
duration: 'Duration',
|
||||
diskNumber: 'Disk Number',
|
||||
trackNumber: 'Track Number',
|
||||
releaseDate: 'Release Date',
|
||||
bpm: 'BPM',
|
||||
label: 'Label',
|
||||
recordType: 'Record Type',
|
||||
genres: 'Genres',
|
||||
tracklist: 'Tracklist'
|
||||
}
|
||||
},
|
||||
search: {
|
||||
startSearching: 'Start searching!',
|
||||
description:
|
||||
'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link'
|
||||
},
|
||||
searchbar: 'Search anything you want (or just paste a link)',
|
||||
settings: {
|
||||
title: 'Settings',
|
||||
|
||||
@@ -5,6 +5,7 @@ const it = {
|
||||
loading: 'caricamento',
|
||||
download: 'Scarica',
|
||||
by: 'di',
|
||||
in: 'in',
|
||||
listTabs: {
|
||||
all: 'tutto',
|
||||
album: 'album',
|
||||
@@ -44,6 +45,28 @@ const it = {
|
||||
popularAlbums: 'Album più riprodotti'
|
||||
}
|
||||
},
|
||||
linkAnalyzer: {
|
||||
info:
|
||||
'Puoi utilizzare questa sezione per avere più informazioni riguardanti il link che stai cercando di scaricare.',
|
||||
useful:
|
||||
'Ciò può esserti utile se stai cercando di scaricare tracce che non sono disponibili nel tuo Paese e vuoi sapere in quale Paese sono invece disponibili, per esempio.',
|
||||
linkNotSupported: 'Questo link non è ancora supportato',
|
||||
linkNotSupportedYet: 'Sembra che questo link non sia ancora supportato, prova ad analizzarne un altro.',
|
||||
table: {
|
||||
id: 'ID',
|
||||
isrc: 'ISRC',
|
||||
upc: 'UPC',
|
||||
duration: 'Durata',
|
||||
diskNumber: 'Numero Disco',
|
||||
trackNumber: 'Numero Traccia',
|
||||
releaseDate: 'Data di rilascio',
|
||||
bpm: 'BPM',
|
||||
label: 'Etichetta',
|
||||
recordType: 'Tipologia di registrazione',
|
||||
genres: 'Generi',
|
||||
tracklist: 'Lista tracce'
|
||||
}
|
||||
},
|
||||
searchbar: 'Cerca qualsiasi cosa (o incolla semplicemente un link)',
|
||||
settings: {
|
||||
title: 'Impostazioni',
|
||||
|
||||
Reference in New Issue
Block a user