|
96 | 96 | "theme.docs.versionBadge.label": { |
97 | 97 | "message": "版本:{versionLabel}" |
98 | 98 | }, |
99 | | - "theme.common.editThisPage": { |
100 | | - "message": "编辑此页", |
101 | | - "description": "The link label to edit the current page" |
102 | | - }, |
103 | 99 | "theme.docs.versions.unreleasedVersionLabel": { |
104 | 100 | "message": "此为 {siteTitle} {versionLabel} 版尚未发行的文档。", |
105 | 101 | "description": "The label used to tell the user that he's browsing an unreleased doc version" |
|
116 | 112 | "message": "最新版本", |
117 | 113 | "description": "The label used for the latest version suggestion link label" |
118 | 114 | }, |
| 115 | + "theme.common.editThisPage": { |
| 116 | + "message": "编辑此页", |
| 117 | + "description": "The link label to edit the current page" |
| 118 | + }, |
119 | 119 | "theme.common.headingLinkTitle": { |
120 | 120 | "message": "{heading}的直接链接", |
121 | 121 | "description": "Title for link to heading" |
|
144 | 144 | "message": "标签:", |
145 | 145 | "description": "The label alongside a tag list" |
146 | 146 | }, |
| 147 | + "theme.AnnouncementBar.closeButtonAriaLabel": { |
| 148 | + "message": "关闭", |
| 149 | + "description": "The ARIA label for close button of announcement bar" |
| 150 | + }, |
147 | 151 | "theme.admonition.caution": { |
148 | 152 | "message": "警告", |
149 | 153 | "description": "The default label used for the Caution admonition (:::caution)" |
|
172 | 176 | "message": "最近博文导航", |
173 | 177 | "description": "The ARIA label for recent posts in the blog sidebar" |
174 | 178 | }, |
175 | | - "theme.AnnouncementBar.closeButtonAriaLabel": { |
176 | | - "message": "关闭", |
177 | | - "description": "The ARIA label for close button of announcement bar" |
178 | | - }, |
179 | 179 | "theme.DocSidebarItem.expandCategoryAriaLabel": { |
180 | 180 | "message": "展开侧边栏分类 '{label}'", |
181 | 181 | "description": "The ARIA label to expand the sidebar category" |
|
192 | 192 | "message": "主导航", |
193 | 193 | "description": "The ARIA label for the main navigation" |
194 | 194 | }, |
| 195 | + "theme.TOCCollapsible.toggleButtonLabel": { |
| 196 | + "message": "本页总览", |
| 197 | + "description": "The label used by the button on the collapsible TOC component" |
| 198 | + }, |
195 | 199 | "theme.NotFound.p1": { |
196 | 200 | "message": "我们找不到您要找的页面。", |
197 | 201 | "description": "The first paragraph of the 404 page" |
|
200 | 204 | "message": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。", |
201 | 205 | "description": "The 2nd paragraph of the 404 page" |
202 | 206 | }, |
203 | | - "theme.TOCCollapsible.toggleButtonLabel": { |
204 | | - "message": "本页总览", |
205 | | - "description": "The label used by the button on the collapsible TOC component" |
206 | | - }, |
207 | 207 | "theme.navbar.mobileLanguageDropdown.label": { |
208 | 208 | "message": "选择语言", |
209 | 209 | "description": "The label for the mobile language switcher dropdown" |
210 | 210 | }, |
| 211 | + "theme.blog.post.readingTime.plurals": { |
| 212 | + "message": "阅读需 {readingTime} 分钟", |
| 213 | + "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" |
| 214 | + }, |
| 215 | + "theme.CodeBlock.copy": { |
| 216 | + "message": "复制", |
| 217 | + "description": "The copy button label on code blocks" |
| 218 | + }, |
| 219 | + "theme.CodeBlock.copied": { |
| 220 | + "message": "复制成功", |
| 221 | + "description": "The copied button label on code blocks" |
| 222 | + }, |
| 223 | + "theme.CodeBlock.copyButtonAriaLabel": { |
| 224 | + "message": "复制代码到剪贴板", |
| 225 | + "description": "The ARIA label for copy code blocks button" |
| 226 | + }, |
211 | 227 | "theme.blog.post.readMore": { |
212 | 228 | "message": "阅读更多", |
213 | 229 | "description": "The label used in blog post item excerpts to link to full blog posts" |
|
216 | 232 | "message": "阅读 {title} 的全文", |
217 | 233 | "description": "The ARIA label for the link to full blog posts from excerpts" |
218 | 234 | }, |
219 | | - "theme.blog.post.readingTime.plurals": { |
220 | | - "message": "阅读需 {readingTime} 分钟", |
221 | | - "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" |
222 | | - }, |
223 | 235 | "theme.CodeBlock.wordWrapToggle": { |
224 | 236 | "message": "切换自动换行", |
225 | 237 | "description": "The title attribute for toggle word wrapping button of code block lines" |
226 | 238 | }, |
227 | | - "theme.docs.sidebar.navAriaLabel": { |
228 | | - "message": "文档侧边栏", |
229 | | - "description": "The ARIA label for the sidebar navigation" |
230 | | - }, |
231 | | - "theme.docs.breadcrumbs.home": { |
232 | | - "message": "主页面", |
233 | | - "description": "The ARIA label for the home page in the breadcrumbs" |
234 | | - }, |
235 | 239 | "theme.docs.sidebar.collapseButtonTitle": { |
236 | 240 | "message": "收起侧边栏", |
237 | 241 | "description": "The title attribute for collapse button of doc sidebar" |
|
240 | 244 | "message": "收起侧边栏", |
241 | 245 | "description": "The title attribute for collapse button of doc sidebar" |
242 | 246 | }, |
243 | | - "theme.CodeBlock.copy": { |
244 | | - "message": "复制", |
245 | | - "description": "The copy button label on code blocks" |
246 | | - }, |
247 | | - "theme.CodeBlock.copied": { |
248 | | - "message": "复制成功", |
249 | | - "description": "The copied button label on code blocks" |
250 | | - }, |
251 | | - "theme.CodeBlock.copyButtonAriaLabel": { |
252 | | - "message": "复制代码到剪贴板", |
253 | | - "description": "The ARIA label for copy code blocks button" |
254 | | - }, |
255 | | - "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { |
256 | | - "message": "Expand the dropdown", |
257 | | - "description": "The ARIA label of the button to expand the mobile dropdown navbar item" |
| 247 | + "theme.docs.breadcrumbs.home": { |
| 248 | + "message": "主页面", |
| 249 | + "description": "The ARIA label for the home page in the breadcrumbs" |
258 | 250 | }, |
259 | | - "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": { |
260 | | - "message": "Collapse the dropdown", |
261 | | - "description": "The ARIA label of the button to collapse the mobile dropdown navbar item" |
| 251 | + "theme.docs.sidebar.navAriaLabel": { |
| 252 | + "message": "文档侧边栏", |
| 253 | + "description": "The ARIA label for the sidebar navigation" |
262 | 254 | }, |
263 | 255 | "theme.docs.sidebar.closeSidebarButtonAriaLabel": { |
264 | 256 | "message": "关闭导航栏", |
|
272 | 264 | "message": "切换导航栏", |
273 | 265 | "description": "The ARIA label for hamburger menu button of mobile navigation" |
274 | 266 | }, |
| 267 | + "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { |
| 268 | + "message": "Expand the dropdown", |
| 269 | + "description": "The ARIA label of the button to expand the mobile dropdown navbar item" |
| 270 | + }, |
| 271 | + "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": { |
| 272 | + "message": "Collapse the dropdown", |
| 273 | + "description": "The ARIA label of the button to collapse the mobile dropdown navbar item" |
| 274 | + }, |
275 | 275 | "theme.docs.sidebar.expandButtonTitle": { |
276 | 276 | "message": "展开侧边栏", |
277 | 277 | "description": "The ARIA label and title attribute for expand button of doc sidebar" |
|
0 commit comments