Fix #716: add "Last played" tracklist columnn

This commit is contained in:
Drew Weymouth
2025-09-25 09:37:14 -07:00
parent 4c1a95e851
commit 06b57d27d7
6 changed files with 120 additions and 26 deletions
+22
View File
@@ -131,6 +131,7 @@
"My Server": "My Server",
"Name": "Name",
"Name (A-Z)": "Name (A-Z)",
"never": "never",
"Next": "Next",
"Nickname": "Nickname",
"Normal": "Normal",
@@ -289,5 +290,26 @@
"playlist.addedtracks": {
"one": "Added one track to playlist",
"other": "Added {{.trackCount}} tracks to playlist"
},
"x_minutes_ago": {
"one": "a minute ago",
"other": "{{.minutes}} minutes ago"
},
"x_hours_ago": {
"one": "an hour ago",
"other": "{{.hours}} hours ago"
},
"x_days_ago": {
"one": "a day ago",
"other": "{{.days}} days ago"
},
"x_months_ago": {
"one": "a month ago",
"other": "{{.months}} months ago"
},
"x_years_ago": {
"one": "a year ago",
"other": "{{.years}} years ago"
}
}
+22
View File
@@ -113,6 +113,7 @@
"My Server": "Mi servidor",
"Name": "Nombre",
"Name (A-Z)": "Nombre (A-Z)",
"never": "nunca",
"Next": "Siguiente",
"Nickname": "Apodo",
"Now Playing": "Reproduciendo",
@@ -252,5 +253,26 @@
"playlist.addedtracks": {
"one": "Se ha añadido una pista a la lista de reproducción",
"other": "Se han añadido {{.trackCount}} pistas a la lista de reproducción"
},
"x_minutes_ago": {
"one": "hace un minuto",
"other": "hace {{.minutes}} minutos"
},
"x_hours_ago": {
"one": "hace una hora",
"other": "hace {{.hours}} horas"
},
"x_days_ago": {
"one": "hace un día",
"other": "hace {{.days}} días"
},
"x_months_ago": {
"one": "hace un mes",
"other": "hace {{.months}} meses"
},
"x_years_ago": {
"one": "hace un año",
"other": "hace {{.years}} años"
}
}