|
41 | 41 | "theme.admonition.tip___DESCRIPTION": "The default label used for the Tip admonition (:::tip)",
|
42 | 42 | "theme.admonition.warning": "warning",
|
43 | 43 | "theme.admonition.warning___DESCRIPTION": "The default label used for the Warning admonition (:::warning)",
|
44 |
| - "theme.blog.authorsList.pageTitle": "Authors", |
45 |
| - "theme.blog.authorsList.viewAll": "View All Authors", |
46 |
| - "theme.blog.author.pageTitle": "{authorName} - {nPosts}", |
47 | 44 | "theme.blog.archive.description": "Archive",
|
48 | 45 | "theme.blog.archive.description___DESCRIPTION": "The page & hero description of the blog archive page",
|
49 | 46 | "theme.blog.archive.title": "Archive",
|
50 | 47 | "theme.blog.archive.title___DESCRIPTION": "The page & hero title of the blog archive page",
|
| 48 | + "theme.blog.author.pageTitle": "{authorName} - {nPosts}", |
| 49 | + "theme.blog.author.pageTitle___DESCRIPTION": "The title of the page for a blog author", |
| 50 | + "theme.blog.authorsList.pageTitle": "Authors", |
| 51 | + "theme.blog.authorsList.pageTitle___DESCRIPTION": "The title of the authors page", |
| 52 | + "theme.blog.authorsList.viewAll": "View All Authors", |
| 53 | + "theme.blog.authorsList.viewAll___DESCRIPTION": "The label of the link targeting the blog authors page", |
51 | 54 | "theme.blog.paginator.navAriaLabel": "Blog list page navigation",
|
52 | 55 | "theme.blog.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the blog pagination",
|
53 | 56 | "theme.blog.paginator.newerEntries": "Newer Entries",
|
|
84 | 87 | "theme.common.headingLinkTitle___DESCRIPTION": "Title for link to heading",
|
85 | 88 | "theme.common.skipToMainContent": "Skip to main content",
|
86 | 89 | "theme.common.skipToMainContent___DESCRIPTION": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",
|
| 90 | + "theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", |
| 91 | + "theme.contentVisibility.draftBanner.message___DESCRIPTION": "The draft content banner message", |
| 92 | + "theme.contentVisibility.draftBanner.title": "Draft page", |
| 93 | + "theme.contentVisibility.draftBanner.title___DESCRIPTION": "The draft content banner title", |
| 94 | + "theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
| 95 | + "theme.contentVisibility.unlistedBanner.message___DESCRIPTION": "The unlisted content banner message", |
| 96 | + "theme.contentVisibility.unlistedBanner.title": "Unlisted page", |
| 97 | + "theme.contentVisibility.unlistedBanner.title___DESCRIPTION": "The unlisted content banner title", |
87 | 98 | "theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
88 | 99 | "theme.docs.DocCard.categoryDescription.plurals___DESCRIPTION": "The default description for a category card in the generated index about how many items this category includes",
|
89 | 100 | "theme.docs.breadcrumbs.home": "Home page",
|
|
140 | 151 | "theme.tags.tagsPageLink": "View All Tags",
|
141 | 152 | "theme.tags.tagsPageLink___DESCRIPTION": "The label of the link targeting the tag list page",
|
142 | 153 | "theme.tags.tagsPageTitle": "Tags",
|
143 |
| - "theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page", |
144 |
| - "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
145 |
| - "theme.unlistedContent.message___DESCRIPTION": "The unlisted content banner message", |
146 |
| - "theme.unlistedContent.title": "Unlisted page", |
147 |
| - "theme.unlistedContent.title___DESCRIPTION": "The unlisted content banner title" |
| 154 | + "theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page" |
148 | 155 | }
|
0 commit comments