diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-04 19:16:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-06 15:20:24 -0300 |
commit | 72f6fc9659fe4cc6ea60229e636421a78fe98f29 (patch) | |
tree | f5f073bec80c68e543015aadd6d6a4384ac5a8b7 /src/strings-default.yaml | |
parent | fedd22c523ec5c20b098cc478170ef096ab1b58e (diff) |
content, client, css: generateGroupGalleryPage: series view
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 16687905..0f9bd54a 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -982,6 +982,8 @@ misc: otherCoverArtists: "With {ARTISTS}" + expandCollapseCue: "({CUE})" + albumGalleryGrid: noCoverArt: "{NAME}" @@ -1665,6 +1667,34 @@ groupGalleryPage: infoLine: >- {TRACKS} across {ALBUMS}, totaling {TIME}. + albumViewSwitcher: + _: "Showing albums:" + + bySeries: "By series" + byDate: "By date" + + albumsByDate: + title: "All albums" + + albumSection: + caption: >- + {TRACKS} across {ALBUMS}. + + caption.withDate: >- + {TRACKS} across {ALBUMS}, released {DATE}. + + caption.withYear: >- + {TRACKS} across {ALBUMS}, released during {YEAR}. + + caption.withYearRange: >- + {TRACKS} across {ALBUMS}, released {YEAR_RANGE}. + + expand: >- + Show the rest! + + collapse: >- + Collapse these + # # listingIndex: # The listing index page shows all available listings on the wiki, |