Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/zh-CN/learn.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## learn/index.hbs

learn-learn-rust = 学习 Rust
learn-page-title = 学习 Rust
learn-begin = 开启您的 Rust 之旅

learn-book = <strong>《Rust 程序设计语言》</strong>被亲切地称为“圣经”。本书从基本原则出发,给出了
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/licenses.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## templates/policies/licenses.hbs

licenses-page-heading = 许可证
policies-licenses-page-title = 许可证

licenses-license-heading = 许可证
licenses-license-general-description = Rust 程序设计语言和所有其他官方项目,包括本网站,通常都采取双重许可:
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/policies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## templates/policies/index.hbs

policies-page-heading = 政策
policies-page-title = 政策

policies-page-description = 此页面链接到一组完善的 Rust 政策。

Expand Down
44 changes: 22 additions & 22 deletions locales/zh-CN/production.ftl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@

## templates/production/index.hbs
production-page-title = Production
production-whitepapers = Whitepapers
production-read-whitepaper = Read the whitepaper
production-page-title = 生产环境
production-whitepapers = 白皮书
production-read-whitepaper = 阅读白皮书

production-npm = Read how <a href="https://www.npmjs.com/">npm</a>, who runs the JavaScript Registry of the same name, found Rust to be boring to deploy.
production-tilde = Learn how Rust helps <a href="http://www.tilde.io/">Tilde</a>, makers of <a href="https://www.skylight.io/">Skylight</a>, use minimal resources to enable feature-rich performance monitoring of their customers’ applications.
production-npm = 阅读 <a href="https://www.npmjs.com/">npm</a>(他们运营着同名的 JavaScript Registry)《部署 Rust 应用是多么无聊的体验》。
production-tilde = 了解 Rust 如何帮助 <a href="http://www.tilde.io/">Tilde</a><a href="https://www.skylight.io/">Skylight</a> 的制造商)使用最少的资源为客户应用程序提供功能丰富的监控。

production-highlights = 亮点
production-read-more = 阅读更多
production-watch-video = 观看视频
production-dropbox = Dropbox 核心文件存储系统的多个模块是用 Rust 写的,因为它作为大型项目的一部分,需要追求更高的数据中心效率。它目前应用于所有的 Dropbox 存储系统,服务超过5亿用户。

production-highlights = Highlights
production-read-more = Read More
production-watch-video = Watch the Video
production-dropbox = Several components of the Dropbox core file-storage system were written in Rust as one step in part of a larger project to pursue greater datacenter efficiency. It’s currently used by all Dropbox storage today, serving >500 million users.
production-dropbox-alt = dropbox logo
production-yelp = Yelp has developed a framework in Rust for real-time A/B testing. It’s used across all Yelp websites and apps, and experiment subjects range from UX to internal infrastructure. Rust was chosen because it’s as fast as C (cheap to run) and safer than C (cheap to maintain).
production-yelp = Yelp 使用 Rust 开发了一个实时 A/B 测试的框架。它广泛应用于所有的 Yelp 网页和应用,选择 Rust 是因为它和 C 语言一样快(运行代价小),同时比 C 语言更安全(易于维护)。
production-yelp-alt = yelp logo

production-share = Does your company use Rust? Consider sharing your experience with us!
production-share-button = Reach out to the production users team
production-users = Want to learn more about who uses Rust in production?
production-users-button = Check out the users page
production-share = 您的公司在使用 Rust 吗?可以考虑把您的经验分享给我们!
production-share-button = 联系生产环境用户团队
production-users = 想了解更多在生产环境使用 Rust 的用户吗?
production-users-button = 查看用户列表


production-domain = See how companies are using tools in specific development domains!
production-domain = 了解公司如何在专门的开发领域中使用工具!

production-support = Supporting Rust
production-sponsor = Interested in sponsoring work on Rust? A Rust conference? We’d love to hear from you.
production-contact-core = Message the Core Team
production-support = 支持 Rust
production-sponsor = 有兴趣赞助 Rust 的工作吗? Rust 会议?我们很乐意听取您的意见。
production-contact-core = 联系核心团队

production-license-header = License
production-license = Rust is dually licensed under the Apache License Version 2.0 and the MIT license, making it suitable for all sorts of projects.
production-license-link = Policies: License
production-license-header = 许可证
production-license = Rust 通过 Apache 2.0 许可证和 MIT 许可证进行双重许可,适用于各种类型的项目。
production-license-link = 政策:许可证

## templates/production/users.hbs

production-users-page-title = Production users
production-users-page-title = 生产环境用户
2 changes: 1 addition & 1 deletion locales/zh-CN/security.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Translation file for page: https://www.rust-lang.org/policies/security
### templates/policies/security.hbs

security-page-heading = 安全政策
policies-security-page-title = 安全政策

security-reporting-heading = 报告漏洞
security-reporting-link = 给 security@rust-lang.org 发邮件
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tools-automation-cargo-doc-link = 前往 docs.rs


## tools/install.hbs
install-page-heading = 安装 Rust
tools-install-page-title = 安装 Rust

install-using-rustup-heading = 使用 Rustup (推荐)

Expand Down