« get me outta code hell

content: listArtistsByLatestContribution: chunk-based rework - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-28 19:19:39 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-28 19:20:16 -0300
commit715bd8eff86c20b3773a66e96e9c9d6ae8602644 (patch)
tree3c3fccfa6a3611cec7bd0346f67f0a4a20277e10 /src/strings-default.json
parent6b76c7a0c852b87b3ff2e4f3a11fe15424618511 (diff)
content: listArtistsByLatestContribution: chunk-based rework
Diffstat (limited to 'src/strings-default.json')
-rw-r--r--src/strings-default.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/strings-default.json b/src/strings-default.json
index d170b86b..e893a5ce 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -389,9 +389,11 @@
   "listingPage.listArtists.byLatest.title.short": "...by Latest Contribution",
   "listingPage.listArtists.byLatest.chunk.title.album": "{ALBUM} ({DATE})",
   "listingPage.listArtists.byLatest.chunk.title.flash": "{FLASH} ({DATE})",
+  "listingPage.listArtists.byLatest.chunk.title.dateless": "These artists' contributions aren't dated:",
   "listingPage.listArtists.byLatest.chunk.item": "{ARTIST}",
-  "listingPage.listArtists.byLatest.dateless.title": "These artists' contributions aren't dated:",
-  "listingPage.listArtists.byLatest.dateless.item": "{ARTIST}",
+  "listingPage.listArtists.byLatest.chunk.item.tracks": "{ARTIST} (tracks)",
+  "listingPage.listArtists.byLatest.chunk.item.tracksAndArt": "{ARTIST} (tracks, art)",
+  "listingPage.listArtists.byLatest.chunk.item.art": "{ARTIST} (art)",
   "listingPage.listGroups.byName.title": "Groups - by Name",
   "listingPage.listGroups.byName.title.short": "...by Name",
   "listingPage.listGroups.byName.item": "{GROUP} ({GALLERY})",