|
33 | 33 | "message": "较旧的博文", |
34 | 34 | "description": "The label used to navigate to the older blog posts page (next page)" |
35 | 35 | }, |
| 36 | + "theme.tags.tagsPageLink": { |
| 37 | + "message": "查看所有标签", |
| 38 | + "description": "The label of the link targeting the tag list page" |
| 39 | + }, |
36 | 40 | "theme.blog.post.paginator.navAriaLabel": { |
37 | 41 | "message": "博文分页导航", |
38 | 42 | "description": "The ARIA label for the blog posts pagination" |
|
45 | 49 | "message": "较旧一篇", |
46 | 50 | "description": "The blog post button label to navigate to the older/next post" |
47 | 51 | }, |
48 | | - "theme.tags.tagsPageLink": { |
49 | | - "message": "查看所有标签", |
50 | | - "description": "The label of the link targeting the tag list page" |
51 | | - }, |
52 | 52 | "theme.colorToggle.ariaLabel.mode.system": { |
53 | 53 | "message": "system mode", |
54 | 54 | "description": "The name for the system color mode" |
|
65 | 65 | "message": "切换浅色/暗黑模式(当前为{mode})", |
66 | 66 | "description": "The ARIA label for the color mode toggle" |
67 | 67 | }, |
68 | | - "theme.docs.DocCard.categoryDescription.plurals": { |
69 | | - "message": "{count} 个项目", |
70 | | - "description": "The default description for a category card in the generated index about how many items this category includes" |
71 | | - }, |
72 | 68 | "theme.docs.breadcrumbs.navAriaLabel": { |
73 | 69 | "message": "页面路径", |
74 | 70 | "description": "The ARIA label for the breadcrumbs" |
|
132 | 128 | "message": "最后{byUser}{atDate}更新", |
133 | 129 | "description": "The sentence used to display when a page has been last updated, and by who" |
134 | 130 | }, |
135 | | - "theme.navbar.mobileVersionsDropdown.label": { |
136 | | - "message": "选择版本", |
137 | | - "description": "The label for the navbar versions dropdown on mobile view" |
138 | | - }, |
139 | 131 | "theme.NotFound.title": { |
140 | 132 | "message": "找不到页面", |
141 | 133 | "description": "The title of the 404 page" |
142 | 134 | }, |
| 135 | + "theme.navbar.mobileVersionsDropdown.label": { |
| 136 | + "message": "选择版本", |
| 137 | + "description": "The label for the navbar versions dropdown on mobile view" |
| 138 | + }, |
143 | 139 | "theme.tags.tagsListLabel": { |
144 | 140 | "message": "标签:", |
145 | 141 | "description": "The label alongside a tag list" |
146 | 142 | }, |
147 | | - "theme.AnnouncementBar.closeButtonAriaLabel": { |
148 | | - "message": "关闭", |
149 | | - "description": "The ARIA label for close button of announcement bar" |
150 | | - }, |
151 | 143 | "theme.admonition.caution": { |
152 | 144 | "message": "警告", |
153 | 145 | "description": "The default label used for the Caution admonition (:::caution)" |
|
172 | 164 | "message": "注意", |
173 | 165 | "description": "The default label used for the Warning admonition (:::warning)" |
174 | 166 | }, |
| 167 | + "theme.AnnouncementBar.closeButtonAriaLabel": { |
| 168 | + "message": "关闭", |
| 169 | + "description": "The ARIA label for close button of announcement bar" |
| 170 | + }, |
175 | 171 | "theme.blog.sidebar.navAriaLabel": { |
176 | 172 | "message": "最近博文导航", |
177 | 173 | "description": "The ARIA label for recent posts in the blog sidebar" |
|
192 | 188 | "message": "主导航", |
193 | 189 | "description": "The ARIA label for the main navigation" |
194 | 190 | }, |
195 | | - "theme.TOCCollapsible.toggleButtonLabel": { |
196 | | - "message": "本页总览", |
197 | | - "description": "The label used by the button on the collapsible TOC component" |
| 191 | + "theme.navbar.mobileLanguageDropdown.label": { |
| 192 | + "message": "选择语言", |
| 193 | + "description": "The label for the mobile language switcher dropdown" |
198 | 194 | }, |
199 | 195 | "theme.NotFound.p1": { |
200 | 196 | "message": "我们找不到您要找的页面。", |
|
204 | 200 | "message": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。", |
205 | 201 | "description": "The 2nd paragraph of the 404 page" |
206 | 202 | }, |
207 | | - "theme.navbar.mobileLanguageDropdown.label": { |
208 | | - "message": "选择语言", |
209 | | - "description": "The label for the mobile language switcher dropdown" |
| 203 | + "theme.TOCCollapsible.toggleButtonLabel": { |
| 204 | + "message": "本页总览", |
| 205 | + "description": "The label used by the button on the collapsible TOC component" |
| 206 | + }, |
| 207 | + "theme.blog.post.readMore": { |
| 208 | + "message": "阅读更多", |
| 209 | + "description": "The label used in blog post item excerpts to link to full blog posts" |
| 210 | + }, |
| 211 | + "theme.blog.post.readMoreLabel": { |
| 212 | + "message": "阅读 {title} 的全文", |
| 213 | + "description": "The ARIA label for the link to full blog posts from excerpts" |
210 | 214 | }, |
211 | 215 | "theme.blog.post.readingTime.plurals": { |
212 | 216 | "message": "阅读需 {readingTime} 分钟", |
|
224 | 228 | "message": "复制代码到剪贴板", |
225 | 229 | "description": "The ARIA label for copy code blocks button" |
226 | 230 | }, |
227 | | - "theme.blog.post.readMore": { |
228 | | - "message": "阅读更多", |
229 | | - "description": "The label used in blog post item excerpts to link to full blog posts" |
230 | | - }, |
231 | | - "theme.blog.post.readMoreLabel": { |
232 | | - "message": "阅读 {title} 的全文", |
233 | | - "description": "The ARIA label for the link to full blog posts from excerpts" |
234 | | - }, |
235 | 231 | "theme.CodeBlock.wordWrapToggle": { |
236 | 232 | "message": "切换自动换行", |
237 | 233 | "description": "The title attribute for toggle word wrapping button of code block lines" |
238 | 234 | }, |
| 235 | + "theme.docs.breadcrumbs.home": { |
| 236 | + "message": "主页面", |
| 237 | + "description": "The ARIA label for the home page in the breadcrumbs" |
| 238 | + }, |
239 | 239 | "theme.docs.sidebar.collapseButtonTitle": { |
240 | 240 | "message": "收起侧边栏", |
241 | 241 | "description": "The title attribute for collapse button of doc sidebar" |
|
244 | 244 | "message": "收起侧边栏", |
245 | 245 | "description": "The title attribute for collapse button of doc sidebar" |
246 | 246 | }, |
247 | | - "theme.docs.breadcrumbs.home": { |
248 | | - "message": "主页面", |
249 | | - "description": "The ARIA label for the home page in the breadcrumbs" |
250 | | - }, |
251 | 247 | "theme.docs.sidebar.navAriaLabel": { |
252 | 248 | "message": "文档侧边栏", |
253 | 249 | "description": "The ARIA label for the sidebar navigation" |
|
256 | 252 | "message": "关闭导航栏", |
257 | 253 | "description": "The ARIA label for close button of mobile sidebar" |
258 | 254 | }, |
259 | | - "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { |
260 | | - "message": "← 回到主菜单", |
261 | | - "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" |
262 | | - }, |
263 | 255 | "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { |
264 | 256 | "message": "切换导航栏", |
265 | 257 | "description": "The ARIA label for hamburger menu button of mobile navigation" |
266 | 258 | }, |
| 259 | + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { |
| 260 | + "message": "← 回到主菜单", |
| 261 | + "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" |
| 262 | + }, |
267 | 263 | "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { |
268 | 264 | "message": "Expand the dropdown", |
269 | 265 | "description": "The ARIA label of the button to expand the mobile dropdown navbar item" |
|
320 | 316 | "message": "此页面是草稿,仅在开发环境中可见,不会包含在正式版本中。", |
321 | 317 | "description": "The draft content banner message" |
322 | 318 | }, |
| 319 | + "theme.docs.DocCard.categoryDescription.plurals": { |
| 320 | + "message": "{count} 个项目", |
| 321 | + "description": "The default description for a category card in the generated index about how many items this category includes" |
| 322 | + }, |
323 | 323 | "theme.ErrorPageContent.tryAgain": { |
324 | 324 | "message": "重试", |
325 | 325 | "description": "The label of the button to try again rendering when the React error boundary captures an error" |
|
0 commit comments