Translated using Weblate (French)
Currently translated at 100.0% (2191 of 2191 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
This commit is contained in:
parent
0507c193d3
commit
b4b8a36516
|
@ -2781,7 +2781,11 @@
|
||||||
"libraryAcceptFollow": "{ username } a accepté votre suivi de l’audiothèque « { library } »",
|
"libraryAcceptFollow": "{ username } a accepté votre suivi de l’audiothèque « { library } »",
|
||||||
"libraryFollow": "{ username } suit votre audiothèque « { library } »",
|
"libraryFollow": "{ username } suit votre audiothèque « { library } »",
|
||||||
"libraryPendingFollow": "{ username } veut suivre votre audiothèque « { library } »",
|
"libraryPendingFollow": "{ username } veut suivre votre audiothèque « { library } »",
|
||||||
"libraryReject": "Vous avez rejeté la demande de {username} de suivre \"{library}\""
|
"libraryReject": "Vous avez rejeté la demande de {username} de suivre \"{library}\"",
|
||||||
|
"userAcceptFollow": "{username} a accepté votre demande d'abonnement",
|
||||||
|
"userFollow": "{username} vous suit",
|
||||||
|
"userPendingFollow": "{username} demande à vous suivre",
|
||||||
|
"userReject": "Vous avez refusé la demande d'abonnement de {username}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2844,6 +2848,19 @@
|
||||||
"name": "Ma liste de lecture géniale"
|
"name": "Ma liste de lecture géniale"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"PlaylistDropdown": {
|
||||||
|
"button": {
|
||||||
|
"export": {
|
||||||
|
"description": "Ceci mettra à disposition un fichier xspf contenant les données de la playlist",
|
||||||
|
"header": "Télécharger la playlist"
|
||||||
|
},
|
||||||
|
"import": {
|
||||||
|
"description": "Ceci mettra à jour la playlist avec le contenu du fichier xspf. Les pistes existantes de la playlist seront supprimées",
|
||||||
|
"header": "Reconstruire la playlist"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"more": "Plus"
|
||||||
|
},
|
||||||
"PlaylistModal": {
|
"PlaylistModal": {
|
||||||
"button": {
|
"button": {
|
||||||
"addDuplicate": "Ajouter quand même",
|
"addDuplicate": "Ajouter quand même",
|
||||||
|
|
Loading…
Reference in New Issue