diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-13 21:35:05 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:27 -0400 |
commit | fdeb58f2515542c0528ddeaabfbab1b2a895d3d9 (patch) | |
tree | cd14d729675a4bd87b3aeea47c8ba7c20114d899 /src/strings-default.yaml | |
parent | 3686bdacef66d9bc911b6ad02fdee18cb15ecf56 (diff) |
content: listArtTagNetwork
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 3e49197b..0765e1ee 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1667,6 +1667,42 @@ listingPage: title.short: "...by Uses" item: "{TAG} ({TIMES_USED})" + # listArtTags.network: + # List art tags in a custom networked fashion, showing all + # connections between ancestors and descendants. Each top-level + # tag gets one section. Descendants are generally nested directly + # under their ancestors, except if they have two or more direct + # ancestors *and* at least one direct descendant, in which case + # they're moved to a dedicated section further down the page. + # "Orphan" art tags, if any - tags which don't have any ancestors + # nor any descendants - are displayed in a section at the bottom. + + network: + title: "Art Tag Network" + title.short: "Art Tag Network" + + jumpToRoot: + title: "Jump to one of the upper-most tags:" + item: "{TAG}" + + root: + _: "{TAG}" + + root.jumpToTop: + _: "{TAG} ({LINK})" + link: "Jump back to top" + + root.withAncestors: + _: "{TAG} (descends from {ANCESTORS})" + + descendant: + _: "{TAG}" + jumpToRoot: "Jump to: {TAG}" + + orphanArtTags: + title: "These tags don't have any descendants or ancestors:" + item: "{TAG}" + listArtists: # listArtists.byName: |