From 15d11a9519083d1126fa70aa1c6eba705e85d988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Sun, 30 Aug 2020 14:23:17 -0400 Subject: [PATCH] Update fr.json (POEditor.com) --- resources/i18n/fr.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/resources/i18n/fr.json b/resources/i18n/fr.json index c6e1c4b96..badc150ea 100644 --- a/resources/i18n/fr.json +++ b/resources/i18n/fr.json @@ -24,7 +24,9 @@ "actions": { "addToQueue": "Ajouter à la file", "playNow": "Lire", - "addToPlaylist": "Ajouter à la playlist" + "addToPlaylist": "Ajouter à la playlist", + "shuffleAll": "", + "download": "" } }, "album": { @@ -45,14 +47,17 @@ "playAll": "Lire", "playNext": "Lire ensuite", "addToQueue": "Ajouter à la file", - "shuffle": "Mélanger" + "shuffle": "Mélanger", + "addToPlaylist": "", + "download": "" }, "lists": { "all": "Tous", "random": "Aléatoire", "recentlyAdded": "Récemment ajouté", "recentlyPlayed": "Récemment joué", - "mostPlayed": "Plus joués" + "mostPlayed": "Plus joués", + "starred": "" } }, "artist": { @@ -60,7 +65,8 @@ "fields": { "name": "Nom", "albumCount": "Nombre d'albums", - "songCount": "Nombre de pistes" + "songCount": "Nombre de pistes", + "playCount": "" } }, "user": { @@ -111,7 +117,8 @@ }, "actions": { "selectPlaylist": "Ajouter les pistes à la playlist", - "addNewPlaylist": "Créer \"%{name}\"" + "addNewPlaylist": "Créer \"%{name}\"", + "export": "" } } },