mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
Merge pull request #190 from kveld9/feat/playlist-csv-import
feature: spotify CSV playlist import
This commit is contained in:
@@ -989,6 +989,22 @@ export const nbTranslation = {
|
||||
addToPlaylistError: 'Feil ved å legge til i spilleliste',
|
||||
removeSuccess: 'Sang fjernet fra spilleliste',
|
||||
removeError: 'Feil ved fjerning fra spilleliste',
|
||||
importCSV: 'Importer CSV',
|
||||
importCSVTooltip: 'Importer fra Spotify CSV',
|
||||
csvImportReport: 'CSV-importrapport',
|
||||
csvImportTotal: 'Totalt',
|
||||
csvImportAdded: 'Lagt til',
|
||||
csvImportDuplicates: 'Duplikater',
|
||||
csvImportNotFound: 'Ikke funnet',
|
||||
csvImportNetworkErrors: 'Nettverksfeil',
|
||||
csvImportDuplicatesTitle: 'Duplikater (allerede i spillelisten):',
|
||||
csvImportNotFoundTitle: 'Ikke funnet spor:',
|
||||
csvImportNetworkErrorsTitle: 'Nettverksfeil (kan prøve import på nytt):',
|
||||
csvImportDownloadReport: 'Last ned rapport',
|
||||
csvImportClose: 'Lukk',
|
||||
csvImportNoValidTracks: 'Ingen gyldige spor funnet i CSV-filen',
|
||||
csvImportFailed: 'Kunne ikke importere CSV-fil',
|
||||
csvImportToast: '{{added}} lagt til, {{notFound}} ikke funnet, {{duplicates}} duplikater',
|
||||
},
|
||||
mostPlayed: {
|
||||
title: 'Mest spilt',
|
||||
|
||||
Reference in New Issue
Block a user