diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-14 13:35:18 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:27 -0400 |
commit | db9b437cbb5a36e5a497345b408205d8da81078f (patch) | |
tree | d277908ef1fde671915c154b9771ebc6a37518d6 /src/strings-default.yaml | |
parent | dd1e0cbb5f7c85119164b6ab768d0ffcb725ad67 (diff) |
content, client, css: tag gallery: showing all / direct / indirect
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 0765e1ee..b94f8b77 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1331,20 +1331,45 @@ artTagInfoPage: # The tag gallery page displays all the artworks that a tag has # been featured in, in one neat grid, with each artwork displaying # its illustrators, as well as a short info line that indicates -# how many artworks the tag's part of. +# how many artworks the tag's been featured in, whether directly, +# indirectly (via descendant tags), both, or neither. If a tag's +# been featured both directly and indirectly, there are buttons +# to switch what's being shown. # artTagGalleryPage: title: "{TAG}" - infoLine: - _: "Featured in {COVER_ARTS}." + descendsFrom: "Descends from {TAGS}." + descendants: "Direct descendants: {TAGS}." + + featuredLine: + all: >- + Featured in {COVER_ARTS}. + + direct: >- + Featured directly in {COVER_ARTS}. + + indirect: >- + Featured indirectly in {COVER_ARTS}. notFeatured: - _: "This tag hasn't been featured in any artworks yet." - callToAction: "Maybe your track will be the first!" + _: >- + This tag hasn't been featured in any artworks yet. - descendsFrom: "Descends from {TAGS}." - descendants: "Direct descendants: {TAGS}." + callToAction: >- + Maybe your track will be the first! + + showingLine: + _: "({SHOWING})" + + all: >- + Showing all artworks. + + indirect: >- + Showing artworks where this tag is only featured indirectly. + + direct: >- + Showing artworks where this tag is featured directly. # # commentaryIndex: |