added missing translations for english and german, fixed one german translation

This commit is contained in:
Siiiiinth
2025-12-22 07:25:22 -08:00
committed by Drew Weymouth
parent abccac8767
commit 76bb347496
2 changed files with 17 additions and 4 deletions
+9 -4
View File
@@ -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"
}
}
}
+8
View File
@@ -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"
}
}