diff --git a/app/locales/en.json b/app/locales/en.json index d170e9f9fb..c50fa026f0 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -23,16 +23,16 @@ "tour": "On tour" }, "dashboard": { + "artist": "Artist", "best": "Best new music", + "best-new-albums": "Best new albums", + "best-new-tracks": "Best new tracks", "genres": "Genres", + "lastfm-title": "Top Tracks from LastFm.", "news": "News", - "top": "Top Tracks", - "artist": "Artist", - "title": "Title", "playcounts": "Playcounts", - "lastfm-title": "Top Tracks from LastFm.", - "best-new-albums": "", - "best-new-tracks": "" + "title": "Title", + "top": "Top Tracks" }, "downloads": { "clear": "Clear finished tracks", @@ -68,10 +68,10 @@ "title": "Title" }, "lyrics": { + "by-artist": "by {{artist}}", "empty": "Nothing is playing.", "empty-help": "Add some music to the queue to display the lyrics here!", - "not-found": "No lyrics were found for this song.", - "by-artist": "by {{artist}}" + "not-found": "No lyrics were found for this song." }, "option-control": { "autoradio": "Autoradio", diff --git a/app/locales/fr.json b/app/locales/fr.json index fdd22f0247..156723cea8 100644 --- a/app/locales/fr.json +++ b/app/locales/fr.json @@ -23,13 +23,19 @@ "tour": "En tournée" }, "dashboard": { - "best": "Best new music", + "artist": "Artiste", + "best": "Nouveautées", + "best-new-albums": "Meilleur albums", + "best-new-tracks": "Meilleur morceaux", "genres": "Genres", + "lastfm-title": "Meilleurs morceaux de LastFm.", "news": "News", + "playcounts": "nombre de lecture", + "title": "Title", "top": "Top Tracks" }, "downloads": { - "clear": "Supprimer les téléchargements tèrminer", + "clear": "Supprimer les téléchargements terminer", "completion": "Completion", "empty": "Aucun Téléchargement.", "empty-help": "Ajoutez quelque chose dans votre file de téléchargement et vous le verez apparaitre ici!", @@ -62,6 +68,7 @@ "title": "Titre" }, "lyrics": { + "by-artist": "by {{artist}}", "empty": "Aucun morceau n'est joué.", "empty-help": "Ajouter un morceau dans la file et vous verez les paroles s'afficher ici!", "not-found": "Aucune paroles n'ont été trouver pour ce morceau." @@ -158,7 +165,7 @@ "artist": "Artiste", "artists": "Top Artistes", "duration": "Durée", - "queue-add": "AAjouter toutes les pistes dans la file", + "queue-add": "Ajouter toutes les pistes dans la file", "title": "Titre" } } \ No newline at end of file