|
| 1 | +{ |
| 2 | + "homepage.title": { |
| 3 | + "message": "聚合管道实验室", |
| 4 | + "description": "The title of the home page" |
| 5 | + }, |
| 6 | + "homepage.subtitle": { |
| 7 | + "message": "在短时间内学会如何编写聚合管道!", |
| 8 | + "description": "The subtitle of the home page" |
| 9 | + }, |
| 10 | + "homepage.startButtonTitle": { |
| 11 | + "message": "开始实验", |
| 12 | + "description": "The button of the home page" |
| 13 | + }, |
| 14 | + "homepage.featureList.0.title": { |
| 15 | + "message": "学习如何编写聚合管道", |
| 16 | + "description": "The feature of the home page" |
| 17 | + }, |
| 18 | + "homepage.featureList.0.description": { |
| 19 | + "message": "即刻开始编写聚合管道!", |
| 20 | + "description": "The feature of the home page" |
| 21 | + }, |
| 22 | + "homepage.featureList.1.title": { |
| 23 | + "message": "将聚合语句在管道中按需求组合", |
| 24 | + "description": "The feature of the home page" |
| 25 | + }, |
| 26 | + "homepage.featureList.1.description": { |
| 27 | + "message": "释放聚合管道的威力!", |
| 28 | + "description": "The feature of the home page" |
| 29 | + }, |
| 30 | + "homepage.featureList.2.title": { |
| 31 | + "message": "获得实践经验和示例代码", |
| 32 | + "description": "The feature of the home page" |
| 33 | + }, |
| 34 | + "homepage.featureList.2.description": { |
| 35 | + "message": "通过实践学习知识,更快地构建应用程序!", |
| 36 | + "description": "The feature of the home page" |
| 37 | + }, |
| 38 | + "theme.ErrorPageContent.title": { |
| 39 | + "message": "页面已崩溃。", |
| 40 | + "description": "The title of the fallback page when the page crashed" |
| 41 | + }, |
| 42 | + "theme.BackToTopButton.buttonAriaLabel": { |
| 43 | + "message": "回到顶部", |
| 44 | + "description": "The ARIA label for the back to top button" |
| 45 | + }, |
| 46 | + "theme.blog.archive.title": { |
| 47 | + "message": "历史博文", |
| 48 | + "description": "The page & hero title of the blog archive page" |
| 49 | + }, |
| 50 | + "theme.blog.archive.description": { |
| 51 | + "message": "历史博文", |
| 52 | + "description": "The page & hero description of the blog archive page" |
| 53 | + }, |
| 54 | + "theme.blog.paginator.navAriaLabel": { |
| 55 | + "message": "博文列表分页导航", |
| 56 | + "description": "The ARIA label for the blog pagination" |
| 57 | + }, |
| 58 | + "theme.blog.paginator.newerEntries": { |
| 59 | + "message": "较新的博文", |
| 60 | + "description": "The label used to navigate to the newer blog posts page (previous page)" |
| 61 | + }, |
| 62 | + "theme.blog.paginator.olderEntries": { |
| 63 | + "message": "较旧的博文", |
| 64 | + "description": "The label used to navigate to the older blog posts page (next page)" |
| 65 | + }, |
| 66 | + "theme.blog.post.paginator.navAriaLabel": { |
| 67 | + "message": "博文分页导航", |
| 68 | + "description": "The ARIA label for the blog posts pagination" |
| 69 | + }, |
| 70 | + "theme.blog.post.paginator.newerPost": { |
| 71 | + "message": "较新一篇", |
| 72 | + "description": "The blog post button label to navigate to the newer/previous post" |
| 73 | + }, |
| 74 | + "theme.blog.post.paginator.olderPost": { |
| 75 | + "message": "较旧一篇", |
| 76 | + "description": "The blog post button label to navigate to the older/next post" |
| 77 | + }, |
| 78 | + "theme.tags.tagsPageLink": { |
| 79 | + "message": "查看所有标签", |
| 80 | + "description": "The label of the link targeting the tag list page" |
| 81 | + }, |
| 82 | + "theme.colorToggle.ariaLabel": { |
| 83 | + "message": "切换浅色/暗黑模式(当前为{mode})", |
| 84 | + "description": "The ARIA label for the navbar color mode toggle" |
| 85 | + }, |
| 86 | + "theme.colorToggle.ariaLabel.mode.dark": { |
| 87 | + "message": "暗黑模式", |
| 88 | + "description": "The name for the dark color mode" |
| 89 | + }, |
| 90 | + "theme.colorToggle.ariaLabel.mode.light": { |
| 91 | + "message": "浅色模式", |
| 92 | + "description": "The name for the light color mode" |
| 93 | + }, |
| 94 | + "theme.docs.breadcrumbs.navAriaLabel": { |
| 95 | + "message": "页面路径", |
| 96 | + "description": "The ARIA label for the breadcrumbs" |
| 97 | + }, |
| 98 | + "theme.docs.DocCard.categoryDescription.plurals": { |
| 99 | + "message": "{count} 个项目", |
| 100 | + "description": "The default description for a category card in the generated index about how many items this category includes" |
| 101 | + }, |
| 102 | + "theme.docs.paginator.navAriaLabel": { |
| 103 | + "message": "文件选项卡", |
| 104 | + "description": "The ARIA label for the docs pagination" |
| 105 | + }, |
| 106 | + "theme.docs.paginator.previous": { |
| 107 | + "message": "上一页", |
| 108 | + "description": "The label used to navigate to the previous doc" |
| 109 | + }, |
| 110 | + "theme.docs.paginator.next": { |
| 111 | + "message": "下一页", |
| 112 | + "description": "The label used to navigate to the next doc" |
| 113 | + }, |
| 114 | + "theme.docs.versions.unreleasedVersionLabel": { |
| 115 | + "message": "此为 {siteTitle} {versionLabel} 版尚未发行的文档。", |
| 116 | + "description": "The label used to tell the user that he's browsing an unreleased doc version" |
| 117 | + }, |
| 118 | + "theme.docs.versions.unmaintainedVersionLabel": { |
| 119 | + "message": "此为 {siteTitle} {versionLabel} 版的文档,现已不再积极维护。", |
| 120 | + "description": "The label used to tell the user that he's browsing an unmaintained doc version" |
| 121 | + }, |
| 122 | + "theme.docs.versions.latestVersionSuggestionLabel": { |
| 123 | + "message": "最新的文档请参阅 {latestVersionLink} ({versionLabel})。", |
| 124 | + "description": "The label used to tell the user to check the latest version" |
| 125 | + }, |
| 126 | + "theme.docs.versions.latestVersionLinkLabel": { |
| 127 | + "message": "最新版本", |
| 128 | + "description": "The label used for the latest version suggestion link label" |
| 129 | + }, |
| 130 | + "theme.docs.versionBadge.label": { |
| 131 | + "message": "版本:{versionLabel}" |
| 132 | + }, |
| 133 | + "theme.docs.tagDocListPageTitle.nDocsTagged": { |
| 134 | + "message": "{count} 篇文档带有标签", |
| 135 | + "description": "Pluralized label for \"{count} docs tagged\". 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)" |
| 136 | + }, |
| 137 | + "theme.docs.tagDocListPageTitle": { |
| 138 | + "message": "{nDocsTagged}「{tagName}」", |
| 139 | + "description": "The title of the page for a docs tag" |
| 140 | + }, |
| 141 | + "theme.common.editThisPage": { |
| 142 | + "message": "编辑此页", |
| 143 | + "description": "The link label to edit the current page" |
| 144 | + }, |
| 145 | + "theme.common.headingLinkTitle": { |
| 146 | + "message": "{heading}的直接链接", |
| 147 | + "description": "Title for link to heading" |
| 148 | + }, |
| 149 | + "theme.lastUpdated.atDate": { |
| 150 | + "message": "于 {date} ", |
| 151 | + "description": "The words used to describe on which date a page has been last updated" |
| 152 | + }, |
| 153 | + "theme.lastUpdated.byUser": { |
| 154 | + "message": "由 {user} ", |
| 155 | + "description": "The words used to describe by who the page has been last updated" |
| 156 | + }, |
| 157 | + "theme.lastUpdated.lastUpdatedAtBy": { |
| 158 | + "message": "最后{byUser}{atDate}更新", |
| 159 | + "description": "The sentence used to display when a page has been last updated, and by who" |
| 160 | + }, |
| 161 | + "theme.NotFound.title": { |
| 162 | + "message": "找不到页面", |
| 163 | + "description": "The title of the 404 page" |
| 164 | + }, |
| 165 | + "theme.navbar.mobileVersionsDropdown.label": { |
| 166 | + "message": "选择版本", |
| 167 | + "description": "The label for the navbar versions dropdown on mobile view" |
| 168 | + }, |
| 169 | + "theme.tags.tagsListLabel": { |
| 170 | + "message": "标签:", |
| 171 | + "description": "The label alongside a tag list" |
| 172 | + }, |
| 173 | + "theme.admonition.caution": { |
| 174 | + "message": "警告", |
| 175 | + "description": "The default label used for the Caution admonition (:::caution)" |
| 176 | + }, |
| 177 | + "theme.admonition.danger": { |
| 178 | + "message": "危险", |
| 179 | + "description": "The default label used for the Danger admonition (:::danger)" |
| 180 | + }, |
| 181 | + "theme.admonition.info": { |
| 182 | + "message": "信息", |
| 183 | + "description": "The default label used for the Info admonition (:::info)" |
| 184 | + }, |
| 185 | + "theme.admonition.note": { |
| 186 | + "message": "备注", |
| 187 | + "description": "The default label used for the Note admonition (:::note)" |
| 188 | + }, |
| 189 | + "theme.admonition.tip": { |
| 190 | + "message": "提示", |
| 191 | + "description": "The default label used for the Tip admonition (:::tip)" |
| 192 | + }, |
| 193 | + "theme.admonition.warning": { |
| 194 | + "message": "注意", |
| 195 | + "description": "The default label used for the Warning admonition (:::warning)" |
| 196 | + }, |
| 197 | + "theme.AnnouncementBar.closeButtonAriaLabel": { |
| 198 | + "message": "关闭", |
| 199 | + "description": "The ARIA label for close button of announcement bar" |
| 200 | + }, |
| 201 | + "theme.blog.sidebar.navAriaLabel": { |
| 202 | + "message": "最近博文导航", |
| 203 | + "description": "The ARIA label for recent posts in the blog sidebar" |
| 204 | + }, |
| 205 | + "theme.CodeBlock.wordWrapToggle": { |
| 206 | + "message": "切换自动换行", |
| 207 | + "description": "The title attribute for toggle word wrapping button of code block lines" |
| 208 | + }, |
| 209 | + "theme.CodeBlock.copied": { |
| 210 | + "message": "复制成功", |
| 211 | + "description": "The copied button label on code blocks" |
| 212 | + }, |
| 213 | + "theme.CodeBlock.copyButtonAriaLabel": { |
| 214 | + "message": "复制代码到剪贴板", |
| 215 | + "description": "The ARIA label for copy code blocks button" |
| 216 | + }, |
| 217 | + "theme.CodeBlock.copy": { |
| 218 | + "message": "复制", |
| 219 | + "description": "The copy button label on code blocks" |
| 220 | + }, |
| 221 | + "theme.DocSidebarItem.expandCategoryAriaLabel": { |
| 222 | + "message": "展开侧边栏分类 '{label}'", |
| 223 | + "description": "The ARIA label to expand the sidebar category" |
| 224 | + }, |
| 225 | + "theme.DocSidebarItem.collapseCategoryAriaLabel": { |
| 226 | + "message": "折叠侧边栏分类 '{label}'", |
| 227 | + "description": "The ARIA label to collapse the sidebar category" |
| 228 | + }, |
| 229 | + "theme.NavBar.navAriaLabel": { |
| 230 | + "message": "主导航", |
| 231 | + "description": "The ARIA label for the main navigation" |
| 232 | + }, |
| 233 | + "theme.NotFound.p1": { |
| 234 | + "message": "我们找不到您要找的页面。", |
| 235 | + "description": "The first paragraph of the 404 page" |
| 236 | + }, |
| 237 | + "theme.NotFound.p2": { |
| 238 | + "message": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。", |
| 239 | + "description": "The 2nd paragraph of the 404 page" |
| 240 | + }, |
| 241 | + "theme.TOCCollapsible.toggleButtonLabel": { |
| 242 | + "message": "本页总览", |
| 243 | + "description": "The label used by the button on the collapsible TOC component" |
| 244 | + }, |
| 245 | + "theme.navbar.mobileLanguageDropdown.label": { |
| 246 | + "message": "选择语言", |
| 247 | + "description": "The label for the mobile language switcher dropdown" |
| 248 | + }, |
| 249 | + "theme.blog.post.readingTime.plurals": { |
| 250 | + "message": "阅读需 {readingTime} 分钟", |
| 251 | + "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)" |
| 252 | + }, |
| 253 | + "theme.blog.post.readMore": { |
| 254 | + "message": "阅读更多", |
| 255 | + "description": "The label used in blog post item excerpts to link to full blog posts" |
| 256 | + }, |
| 257 | + "theme.blog.post.readMoreLabel": { |
| 258 | + "message": "阅读 {title} 的全文", |
| 259 | + "description": "The ARIA label for the link to full blog posts from excerpts" |
| 260 | + }, |
| 261 | + "theme.docs.breadcrumbs.home": { |
| 262 | + "message": "主页面", |
| 263 | + "description": "The ARIA label for the home page in the breadcrumbs" |
| 264 | + }, |
| 265 | + "theme.docs.sidebar.collapseButtonTitle": { |
| 266 | + "message": "收起侧边栏", |
| 267 | + "description": "The title attribute for collapse button of doc sidebar" |
| 268 | + }, |
| 269 | + "theme.docs.sidebar.collapseButtonAriaLabel": { |
| 270 | + "message": "收起侧边栏", |
| 271 | + "description": "The title attribute for collapse button of doc sidebar" |
| 272 | + }, |
| 273 | + "theme.docs.sidebar.navAriaLabel": { |
| 274 | + "message": "文档侧边栏", |
| 275 | + "description": "The ARIA label for the sidebar navigation" |
| 276 | + }, |
| 277 | + "theme.docs.sidebar.closeSidebarButtonAriaLabel": { |
| 278 | + "message": "关闭导航栏", |
| 279 | + "description": "The ARIA label for close button of mobile sidebar" |
| 280 | + }, |
| 281 | + "theme.docs.sidebar.expandButtonTitle": { |
| 282 | + "message": "展开侧边栏", |
| 283 | + "description": "The ARIA label and title attribute for expand button of doc sidebar" |
| 284 | + }, |
| 285 | + "theme.docs.sidebar.expandButtonAriaLabel": { |
| 286 | + "message": "展开侧边栏", |
| 287 | + "description": "The ARIA label and title attribute for expand button of doc sidebar" |
| 288 | + }, |
| 289 | + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { |
| 290 | + "message": "切换导航栏", |
| 291 | + "description": "The ARIA label for hamburger menu button of mobile navigation" |
| 292 | + }, |
| 293 | + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { |
| 294 | + "message": "← 回到主菜单", |
| 295 | + "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)" |
| 296 | + }, |
| 297 | + "theme.blog.post.plurals": { |
| 298 | + "message": "{count} 篇博文", |
| 299 | + "description": "Pluralized label for \"{count} posts\". 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)" |
| 300 | + }, |
| 301 | + "theme.blog.tagTitle": { |
| 302 | + "message": "{nPosts} 含有标签「{tagName}」", |
| 303 | + "description": "The title of the page for a blog tag" |
| 304 | + }, |
| 305 | + "theme.blog.author.pageTitle": { |
| 306 | + "message": "{authorName} - {nPosts}", |
| 307 | + "description": "The title of the page for a blog author" |
| 308 | + }, |
| 309 | + "theme.blog.authorsList.pageTitle": { |
| 310 | + "message": "Authors", |
| 311 | + "description": "The title of the authors page" |
| 312 | + }, |
| 313 | + "theme.blog.authorsList.viewAll": { |
| 314 | + "message": "View All Authors", |
| 315 | + "description": "The label of the link targeting the blog authors page" |
| 316 | + }, |
| 317 | + "theme.contentVisibility.unlistedBanner.title": { |
| 318 | + "message": "未列出页", |
| 319 | + "description": "The unlisted content banner title" |
| 320 | + }, |
| 321 | + "theme.contentVisibility.unlistedBanner.message": { |
| 322 | + "message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。", |
| 323 | + "description": "The unlisted content banner message" |
| 324 | + }, |
| 325 | + "theme.contentVisibility.draftBanner.title": { |
| 326 | + "message": "Draft page", |
| 327 | + "description": "The draft content banner title" |
| 328 | + }, |
| 329 | + "theme.contentVisibility.draftBanner.message": { |
| 330 | + "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", |
| 331 | + "description": "The draft content banner message" |
| 332 | + }, |
| 333 | + "theme.ErrorPageContent.tryAgain": { |
| 334 | + "message": "重试", |
| 335 | + "description": "The label of the button to try again rendering when the React error boundary captures an error" |
| 336 | + }, |
| 337 | + "theme.common.skipToMainContent": { |
| 338 | + "message": "跳到主要内容", |
| 339 | + "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" |
| 340 | + }, |
| 341 | + "theme.tags.tagsPageTitle": { |
| 342 | + "message": "标签", |
| 343 | + "description": "The title of the tag list page" |
| 344 | + } |
| 345 | +} |
0 commit comments