diff --git a/res/translations/de.json b/res/translations/de.json index fd16075..ef64692 100644 --- a/res/translations/de.json +++ b/res/translations/de.json @@ -243,9 +243,14 @@ "Oct": "Okt", "Nov": "Nov", "Dec": "Dec", - "playlist.addedtracks": { - "one": "Added {{.trackCount}} track to playlist", - "other": "Added {{.trackCount}} tracks to playlist" + "other": "{{.trackCount}} Titel zur Playlist hinzugefügt" + }, + "{{.trackCount}} tracks": { + "other": "{{.trackCount}} Titel" + }, + "{{.albumsCount}} albums": { + "one": "{{.albumsCount}} Album", + "other": "{{.albumsCount}} Alben" } -} +} \ No newline at end of file diff --git a/res/translations/en.json b/res/translations/en.json index 40379a0..064a385 100644 --- a/res/translations/en.json +++ b/res/translations/en.json @@ -322,5 +322,13 @@ "x_years_ago": { "one": "a year ago", "other": "{{.years}} years ago" + }, + "{{.trackCount}} tracks": { + "one": "{{.trackCount}} track", + "other": "{{.trackCount}} tracks" + }, + "{{.albumsCount}} albums": { + "one": "{{.albumsCount}} album", + "other": "{{.albumsCount}} albums" } } \ No newline at end of file