Added search tab translations
This commit is contained in:
@@ -9,12 +9,14 @@ const en = {
|
||||
listTabs: {
|
||||
empty: '',
|
||||
all: 'all',
|
||||
top_result: 'top result',
|
||||
album: 'album | albums',
|
||||
artist: 'artist | artists',
|
||||
single: 'single | singles',
|
||||
title: 'title | titles',
|
||||
track: 'track | tracks',
|
||||
trackN: '0 tracks | {n} track | {n} tracks',
|
||||
releaseN: '0 releases | {n} release | {n} releases',
|
||||
playlist: 'playlist | playlists',
|
||||
compile: 'compilation | compilations',
|
||||
ep: 'ep | eps',
|
||||
@@ -87,7 +89,13 @@ const en = {
|
||||
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'
|
||||
'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link',
|
||||
fans: '{0} fans',
|
||||
noResults: 'No results',
|
||||
noResultsTrack: 'No Tracks found',
|
||||
noResultsAlbum: 'No Albums found',
|
||||
noResultsArtist: 'No Artists found',
|
||||
noResultsPlaylist: 'No Playlists found'
|
||||
},
|
||||
searchbar: 'Search anything you want (or just paste a link)',
|
||||
downloads: 'downloads',
|
||||
|
||||
@@ -8,12 +8,14 @@ const it = {
|
||||
in: 'in {0}',
|
||||
listTabs: {
|
||||
all: 'tutto',
|
||||
top_result: 'risultato migliore',
|
||||
album: 'album',
|
||||
artist: 'artista | artisti',
|
||||
single: 'singolo | singoli',
|
||||
title: 'titolo | titoli',
|
||||
track: 'traccia | tracce',
|
||||
trackN: '0 tracce | {n} traccia | {n} tracce',
|
||||
releaseN: '0 dischi | {n} disco | {n} dischi',
|
||||
playlist: 'playlist',
|
||||
compile: 'compilation',
|
||||
ep: 'ep',
|
||||
@@ -88,7 +90,13 @@ const it = {
|
||||
search: {
|
||||
startSearching: 'Inizia a cercare!',
|
||||
description:
|
||||
'Puoi cercare una traccia, un intero album, un artista, una playlist.... quello che vuoi! Puoi anche incollare un link di Deezer'
|
||||
'Puoi cercare una traccia, un intero album, un artista, una playlist.... quello che vuoi! Puoi anche incollare un link di Deezer',
|
||||
fans: '{0} fan',
|
||||
noResults: 'Nessun risultato',
|
||||
noResultsTrack: 'Nessuna traccia trovata',
|
||||
noResultsAlbum: 'Nessun album trovato',
|
||||
noResultsArtist: 'Nessun artista trovato',
|
||||
noResultsPlaylist: 'Nessuna playlist trovata'
|
||||
},
|
||||
searchbar: 'Cerca qualsiasi cosa (o incolla semplicemente un link)',
|
||||
downloads: 'download',
|
||||
|
||||
Reference in New Issue
Block a user