|
846 | 846 | },
|
847 | 847 | "theme.colorToggle.ariaLabel": {
|
848 | 848 | "message": "Switch between dark and light mode (currently {mode})",
|
849 |
| - "description": "The ARIA label for the navbar color mode toggle" |
| 849 | + "description": "The ARIA label for the color mode toggle" |
850 | 850 | },
|
851 | 851 | "theme.colorToggle.ariaLabel.mode.dark": {
|
852 | 852 | "message": "dark mode",
|
|
1124 | 1124 | },
|
1125 | 1125 | "Copied": {
|
1126 | 1126 | "message": "Copied"
|
| 1127 | + }, |
| 1128 | + "Once set, this URL can't be removed, but you can update it anytime. We'll use it for email verification. If left blank, we'll use the redirect URL instead.": { |
| 1129 | + "message": "Once set, this URL can't be removed, but you can update it anytime. We'll use it for email verification. If left blank, we'll use the redirect URL instead." |
| 1130 | + }, |
| 1131 | + "theme.colorToggle.ariaLabel.mode.system": { |
| 1132 | + "message": "system mode", |
| 1133 | + "description": "The name for the system color mode" |
| 1134 | + }, |
| 1135 | + "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { |
| 1136 | + "message": "Expand the dropdown", |
| 1137 | + "description": "The ARIA label of the button to expand the mobile dropdown navbar item" |
| 1138 | + }, |
| 1139 | + "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": { |
| 1140 | + "message": "Collapse the dropdown", |
| 1141 | + "description": "The ARIA label of the button to collapse the mobile dropdown navbar item" |
| 1142 | + }, |
| 1143 | + "theme.blog.author.pageTitle": { |
| 1144 | + "message": "{authorName} - {nPosts}", |
| 1145 | + "description": "The title of the page for a blog author" |
| 1146 | + }, |
| 1147 | + "theme.blog.authorsList.pageTitle": { |
| 1148 | + "message": "Authors", |
| 1149 | + "description": "The title of the authors page" |
| 1150 | + }, |
| 1151 | + "theme.blog.authorsList.viewAll": { |
| 1152 | + "message": "View all authors", |
| 1153 | + "description": "The label of the link targeting the blog authors page" |
| 1154 | + }, |
| 1155 | + "theme.blog.author.noPosts": { |
| 1156 | + "message": "This author has not written any posts yet.", |
| 1157 | + "description": "The text for authors with 0 blog post" |
| 1158 | + }, |
| 1159 | + "theme.contentVisibility.unlistedBanner.title": { |
| 1160 | + "message": "Unlisted page", |
| 1161 | + "description": "The unlisted content banner title" |
| 1162 | + }, |
| 1163 | + "theme.contentVisibility.unlistedBanner.message": { |
| 1164 | + "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
| 1165 | + "description": "The unlisted content banner message" |
| 1166 | + }, |
| 1167 | + "theme.contentVisibility.draftBanner.title": { |
| 1168 | + "message": "Draft page", |
| 1169 | + "description": "The draft content banner title" |
| 1170 | + }, |
| 1171 | + "theme.contentVisibility.draftBanner.message": { |
| 1172 | + "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", |
| 1173 | + "description": "The draft content banner message" |
1127 | 1174 | }
|
1128 | 1175 | }
|
0 commit comments