Skip to content

Commit

Permalink
fix: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jacquin committed Jun 7, 2019
1 parent 8807c2e commit 9057697
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
16 changes: 8 additions & 8 deletions app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 10 additions & 3 deletions app/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 9057697

Please sign in to comment.