Added more info to link analyzer

This commit is contained in:
RemixDev
2021-10-05 12:14:59 +02:00
parent 9c80d4b28c
commit 78d9b2decd
4 changed files with 49 additions and 9 deletions

View File

@@ -41,7 +41,9 @@ const en = {
albumN: '0 albums | {n} album | {n} albums',
artistN: '0 artists | {n} artist | {n} artists',
playlistN: '0 playlists | {n} playlist | {n} playlists'
}
},
yes: 'yes',
no: 'no'
},
about: {
appStatus: {
@@ -166,8 +168,12 @@ const en = {
label: 'Label',
recordType: 'Record Type',
genres: 'Genres',
tracklist: 'Tracklist'
}
tracklist: 'Tracklist',
readable: 'Readable',
available: 'Available'
},
countries: 'Countries',
noCountries: 'This track is not available in any country.'
},
search: {
startSearching: 'Start searching!',

View File

@@ -41,7 +41,9 @@ const it = {
albumN: '{n} album',
artistN: '0 artisti | {n} artista | {n} artisti',
playlistN: '{n} playlist'
}
},
yes: 'sì',
no: 'no'
},
about: {
appStatus: {
@@ -166,8 +168,12 @@ const it = {
label: 'Etichetta',
recordType: 'Tipologia di registrazione',
genres: 'Generi',
tracklist: 'Lista tracce'
}
tracklist: 'Lista tracce',
readable: 'Leggibile',
available: 'Disponibile'
},
countries: 'Paesi',
noCountries: 'Questo brano non è disponibile in nessun paese.'
},
search: {
startSearching: 'Inizia a cercare!',