SylviaBABY commented on code in PR #1100: URL: https://github.com/apache/apisix-website/pull/1100#discussion_r876730895
########## website/i18n/zh/code.json: ########## @@ -30,5 +30,221 @@ "docs.webpage.title.DocumentSubtitle": { "message": "让产品与技术背后的细节更加可视化", "description": "We love open source." + }, + "team.webpage.title.Team": { + "message": "团队介绍", + "description": "Team" + }, + "team.webpage.title.DocumentSubtitle": { + "message": "热爱开源的小伙伴们", + "description": "We love open source." + }, + "team.webpage.content.Contributors": { + "message": "贡献者们", + "description": "Contributors" + }, + "team.webpage.content.ContributorsSub": { + "message": "你可以从 GitHub 的 contribution 中查看所有 Apache APISIX 的贡献者列表。", + "description": "You can find all contributors of Apache APISIX from GitHub contribution list." + }, + "team.webpage.content.ContributorOverTime": { + "message": "贡献者统计图表", + "description": "Contributor Over Time" + }, + "team.webpage.content.ContributorOverTimeNote": { + "message": "说明: 此图包含 Apache APISIX 下所有 repos 的贡献者", + "description": "Note: This graph contains contributors from all repos under Apache APISIX" + }, + "team.webpage.content.BecomeACommitter": { + "message": "加入提交者名单", + "description": "Become A Committer" + }, + "team.webpage.content.BecomeACommitterInto": { + "message": "Apache APISIX 社区使用和遵循 Apache 社区提交规范,在贡献者积极参与 APISIX 社区后,PMC 和 Committers 将决定邀请贡献者加入 Committers 和 PMC", + "description": "The Apache APISIX community follows the Apache Community's process on accepting a new committer. After a contributor participates APISIX's community actively, PMC and Committers will make decisions to invite the contributor join Committers and PMC." + }, + "team.webpage.content.StartContributeBtn": { + "message": "提交你的创意", + "description": "Start Contribute" + }, + "architecture.component.title.name": { + "message": "构建大规模且高价值的系统", + "description": "Building for large-scale, high value systems" + }, + "architecture.component.title.subtitle": { + "message": "Apache APISIX 允许您构建云原生微服务API网关,为您的所有API和微服务提供具有高性能、安全性、开源和可伸缩的平台。", + "description": "Apache APISIX lets you build Cloud-Native Microservices API gateways, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices." + }, + "architecture.component.card.caption": { + "message": "Apache APISIX 基于 Nginx 和 etcd。与传统的API网关相比,APISIX 具有动态路由和热加载插件", + "description": "Apache APISIX is based on Nginx and etcd. Compared with traditional API gateways, APISIX has dynamic routing and hot-loading plugins" + }, + "features.component.why.title": { + "message": "为什么选择 APISIX?", + "description": "Why APISIX ?" + }, + "features.component.why.subtitle": { + "message": "为你设计世界级系统的时候,节省查错的时间,让你更加的专注", + "description": "Reduce time fighting bugs, focus on designing world-class systems" + }, + "features.component.why.message": { + "message": "Apache APISIX 是世界上第一个开源的 API 网关,具有内置的低代码仪表板,为开发人员提供强大而灵活的界面", Review Comment: ```suggestion "message": "Apache APISIX 是首个开源 API 网关,内置的低代码仪表盘为开发人员提供了强大且灵活的操作界面", ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org