Added more info to link analyzer
This commit is contained in:
@@ -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!',
|
||||
|
||||
@@ -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!',
|
||||
|
||||
Reference in New Issue
Block a user