mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
new feature: import spotify playlist with .csv
This commit is contained in:
@@ -984,6 +984,19 @@ export const frTranslation = {
|
||||
addToPlaylistError: 'Erreur lors de l\'ajout à la playlist',
|
||||
removeSuccess: 'Morceau retiré de la playlist',
|
||||
removeError: 'Erreur lors du retrait de la playlist',
|
||||
importCSV: 'Importer CSV',
|
||||
importCSVTooltip: 'Importer depuis CSV Spotify',
|
||||
csvImportReport: 'Rapport d\'Import CSV',
|
||||
csvImportTotal: 'Total',
|
||||
csvImportAdded: 'Ajoutés',
|
||||
csvImportDuplicates: 'Doublons',
|
||||
csvImportNotFound: 'Non Trouvés',
|
||||
csvImportNetworkErrors: 'Erreurs Réseau',
|
||||
csvImportDuplicatesTitle: 'Titres en Doublon (Déjà dans la Playlist):',
|
||||
csvImportNotFoundTitle: 'Titres Non Trouvés:',
|
||||
csvImportNetworkErrorsTitle: 'Erreurs Réseau (peut réessayer l\'import):',
|
||||
csvImportDownloadReport: 'Télécharger le Rapport',
|
||||
csvImportClose: 'Fermer',
|
||||
},
|
||||
mostPlayed: {
|
||||
title: 'Les plus joués',
|
||||
|
||||
Reference in New Issue
Block a user