|
| 1 | +{ |
| 2 | + "blog.title": "Node.js 博客", |
| 3 | + "blog.description": "最近的 Node.js 新闻、案例研究、教程及资源。", |
| 4 | + "blog.authors.list.title.by": "作者", |
| 5 | + "blog.authors.list.title.and": "and", |
| 6 | + "components.downloadAdditional.title": "额外下载", |
| 7 | + "components.downloadHeader.navigation.activeSection": "下载", |
| 8 | + "components.downloadHeader.navigation.title": "下载", |
| 9 | + "components.downloadHeader.navigation.nodeVersion": "{lts, select, true {LATEST LTS}other {CURRENT}} VERSION {nodeVersion}", |
| 10 | + "components.downloadHeader.navigation.npmVersion": "(包含 npm)", |
| 11 | + "components.downloadTable.header.release": "发行", |
| 12 | + "components.downloadTable.header.status": "状态", |
| 13 | + "components.downloadTable.header.codename": "代号", |
| 14 | + "components.downloadTable.header.initialRelease": "首次发行", |
| 15 | + "components.downloadTable.header.ltsStarts": "激活 LTS 开始", |
| 16 | + "components.downloadTable.header.maintenanceStart": "维护 LTS 开始", |
| 17 | + "components.downloadTable.header.endOfLife": "支持结束", |
| 18 | + "components.downloadReleases.upcomingReleases.title": "即将到来的版本", |
| 19 | + "components.downloadReleases.upcomingReleases.content": "Node.js 的主要版本会进入当前发行状态六个月,这给了库的作者时间来添加支持。六个月后,奇数发行版 (9, 11, 等等) 将不再被支持,并且偶数发行版 (10, 12, 等等) 进入活跃 LTS 状态,可供广泛使用。LTS 版本状态是\"长期支持\",通常可以保证在30个月的时间里修复重要的漏洞。在生产应用中只能使用活跃 LTS 或者维护 LTS 版本。", |
| 20 | + "components.downloadToggle.current": "最新", |
| 21 | + "components.downloadToggle.lts": "LTS", |
| 22 | + "components.downloadToggle.recommendation": "{selected, select, LTS {Recommended for most users}other {With the latest features}}", |
| 23 | + "components.editLink.title": "在 GitHub 上编辑此页面", |
| 24 | + "components.footer.links.trademark": "商标政策", |
| 25 | + "components.footer.links.privacy": "隐私政策", |
| 26 | + "components.footer.links.codeOfConduct": "行为准则", |
| 27 | + "components.footer.links.security": "安全报告", |
| 28 | + "components.footer.links.about": "关于", |
| 29 | + "components.footer.links.blog": "博客", |
| 30 | + "components.footer.links.openJsFoundation": "© OpenJS Foundation", |
| 31 | + "components.footer.links.github": "GitHub", |
| 32 | + "components.header.links.learn": "学习", |
| 33 | + "components.header.links.docs": "API 文档", |
| 34 | + "components.header.links.download": "下载", |
| 35 | + "components.hero.downloadLts": "Node (LTS) 下载", |
| 36 | + "components.hero.currentVersion": "版本 {version}", |
| 37 | + "components.hero.getCurrent": "最新版本 ({version}) 下载", |
| 38 | + "components.hero.learn": "学习 Node", |
| 39 | + "components.installTabs.readDocs": "阅读文档", |
| 40 | + "components.pagination.previous": "上一页", |
| 41 | + "components.pagination.next": "下一页", |
| 42 | + "components.randomContributor.thankYou": "感谢 {contributor} 成为 Node.js 贡献者并做出 {amount} 次贡献", |
| 43 | + "components.recentPosts.title": "最近的文章", |
| 44 | + "components.searchBar.placeholder": "搜索", |
| 45 | + "components.searchBar.search.title": "输入关键字开始搜索", |
| 46 | + "components.searchBar.search.noResults": "没有搜索结果", |
| 47 | + "components.sideBar.title": "菜单", |
| 48 | + "components.sideBar.items.governance": "项目治理", |
| 49 | + "components.sideBar.items.releases": "发行", |
| 50 | + "components.sideBar.items.resources": "资源", |
| 51 | + "components.sideBar.items.privacy": "隐私政策", |
| 52 | + "components.sideBar.items.security": "安全报告", |
| 53 | + "components.sideBar.items.packageManager": "包管理器", |
| 54 | + "containers.authorList.title": "贡献者", |
| 55 | + "containers.navigation.title": "菜单", |
| 56 | + "pages.download.description": "下载 Node.js 源代码、为你的平台构建好的安装程序、或通过", |
| 57 | + "pages.download.packageManager": "包管理器", |
| 58 | + "pages.notFound.title": "页面未找到", |
| 59 | + "pages.notFound.description": "您要访问的页面不存在。请返回主页,或者从菜单上找到您要找的页面。", |
| 60 | + "pages.notFound.takeMeBack": "返回主页", |
| 61 | + "pages.blog.noEntries": "此类别中没有文章", |
| 62 | + "pages.docs.apiVersion.select": "选择 API 版本", |
| 63 | + "pages.index.features.javascript.title": "JavaScript", |
| 64 | + "pages.index.features.javascript.description": "Node.js 支持 JavaScript 编程语言", |
| 65 | + "pages.index.features.openSource.title": "开源", |
| 66 | + "pages.index.features.openSource.description": "Node.js 是开源的,并由世界各地的贡献者积极维护", |
| 67 | + "pages.index.features.everywhere.title": "任何地方", |
| 68 | + "pages.index.features.everywhere.description": "Node.js 已经被适配成可以在各种各样的地方工作", |
| 69 | + "components.tableOfContents.heading": "目录", |
| 70 | + "docs.api.addedIn": "添加: {version}", |
| 71 | + "docs.api.removedIn": "移除: {version}", |
| 72 | + "docs.api.deprecatedIn": "弃用: {version}", |
| 73 | + "docs.api.nApiVersion": "N-API 版本: {version}", |
| 74 | + "docs.api.history": "历史", |
| 75 | + "docs.api.sourceLink": "源代码:", |
| 76 | + "docs.api.history.version": "版本", |
| 77 | + "docs.api.history.changes": "变更", |
| 78 | + "docs.api.stability": "稳定: {level}{text}", |
| 79 | + "components.header.links.about": "关于", |
| 80 | + "components.header.links.certification": "认证", |
| 81 | + "components.sideBar.section.about": "关于 Node.js", |
| 82 | + "components.sideBar.section.getInvolved": "参与", |
| 83 | + "components.sideBar.items.codeLearn": "Code + Learn", |
| 84 | + "components.sideBar.items.collabSummit": "Collab Summit", |
| 85 | + "components.sideBar.items.contribute": "贡献", |
| 86 | + "components.sideBar.section.download": "下载", |
| 87 | + "components.sideBar.items.previousReleases": "以前的版本", |
| 88 | + "components.sideBar.items.codeOfConduct": "行为准则", |
| 89 | + "components.sideBar.section.blog": "Node.js 博客" |
| 90 | +} |
0 commit comments