Skip to content

Conversation

@crlf0710
Copy link

@crlf0710 crlf0710 commented Jun 8, 2019

No description provided.

embedded-pitch-analysis-heading = 强大的静态分析
embedded-pitch-analysis-description =
Enforce pin and peripheral configuration at compile time. Guarantee that resources won’t be used by unintended parts of your application.
在编译时强制要求引脚和外设配置。保证资源不会被你的应用程序中的部分意外地使用。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
在编译时强制要求引脚和外设配置。保证资源不会被你的应用程序中的部分意外地使用
在编译时强制要求引脚和外设配置,以确保资源不会被您应用程序中非预期的部分使用

embedded-pitch-memory-alt = A RAM stick
embedded-pitch-memory-heading = Flexible memory
embedded-pitch-memory-alt = 内存条
embedded-pitch-memory-heading = 灵活内存管理

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
embedded-pitch-memory-heading = 灵活内存管理
embedded-pitch-memory-heading = 灵活的内存管理

embedded-pitch-memory-heading = 灵活内存管理
embedded-pitch-memory-description =
Dynamic memory allocation is optional. Use a global allocator and dynamic data structures. Or leave out the heap altogether and statically allocate everything.
动态内存分配是可选的。选用全局分配器和动态数据结构。也可以不采用堆而全部静态分配。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
动态内存分配是可选的。选用全局分配器和动态数据结构。也可以不采用堆而全部静态分配。
动态内存分配是可选的。可使用全局分配器和动态数据结构,也可以不采用堆而全部静态分配。

embedded-pitch-concurrency-heading = 无畏并发
embedded-pitch-concurrency-description =
Rust makes it impossible to accidentally share state between threads. Use any concurrency approach you like, and you’ll still get Rust’s strong guarantees.
Rust 让线程间意外的状态共享变得不可能发生。你既能使用你喜欢的任何并发途径,同时又能获得 Rust 提供的有力保障。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Rust 让线程间意外的状态共享变得不可能发生。你既能使用你喜欢的任何并发途径,同时又能获得 Rust 提供的有力保障
Rust 使得线程之间不可能意外地共享状态。您既能使用喜欢的任意并发方式,同时又能获得 Rust 提供的强力保障

embedded-pitch-interop-heading = 互操作性
embedded-pitch-interop-description =
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust application.
集成 Rust 语言到你现有的 C 语言代码库中或者桥接一个现有的 SDK 包来创作一个 Rust 应用程序。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
集成 Rust 语言到你现有的 C 语言代码库中或者桥接一个现有的 SDK 包来创作一个 Rust 应用程序。
将Rust集成到现有的 C 代码库中,或者利用现有的 SDK 编写 Rust 应用程序。

embedded-get-started-embedonomicon-alt = BGA package
embedded-get-started-embedonomicon-heading = The Embedonomicon
embedded-get-started-embedonomicon-alt = BGA
embedded-get-started-embedonomicon-heading = 《嵌入式秘典》之书

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
embedded-get-started-embedonomicon-heading = 《嵌入式秘典》之书
embedded-get-started-embedonomicon-heading = 《嵌入式秘典》

embedded-get-started-embedded-rust-book-heading = 《嵌入式 Rust》之书
embedded-get-started-embedded-rust-book-description =
Already familiar with Embedded development? Jump in with Rust and start reaping the benefits.
已经对嵌入式开发很熟悉了?立刻上手 Rust 来开始获取额外优势。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
已经对嵌入式开发很熟悉了?立刻上手 Rust 来开始获取额外优势
已经对嵌入式开发很熟悉了?立刻上手 Rust 来开始获取更多优势

embedded-testimonials-airborne-alt = Airborne Engineering Ltd 标志
embedded-testimonials-airborne-quote =
At Airborne Engineering Ltd. we recently used Rust to write an Ethernet bootloader, <a href="https://github.com/airborneengineering/blethrs">blethrs</a>, for our in-house data acquisition system. <b>Rust is a promising language and we’re excited to use it for our future projects, embedded and otherwise.</b>
Airborne Engineering Ltd,我们最近用 Rust 语言写了以太网启动加载器,<a href="https://github.com/airborneengineering/blethrs">blethrs</a>,用于我们的内部数据采集系统。<b>Rust 是一门有前途的语言,我们对于将它用于我们未来的项目,不管是嵌入式项目还是其他项目,都感到兴奋。</b>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
在 Airborne Engineering Ltd,我们最近用 Rust 语言写了以太网启动加载器,<a href="https://github.com/airborneengineering/blethrs">blethrs</a>,用于我们的内部数据采集系统。<b>Rust 是一门有前途的语言,我们对于将它用于我们未来的项目,不管是嵌入式项目还是其他项目,都感到兴奋。</b>
在 Airborne Engineering Ltd,我们最近用 Rust 语言写了以太网启动加载器,<a href="https://github.com/airborneengineering/blethrs">blethrs</a>,用于内部数据采集系统。<b>Rust 是一门有前途的语言,我们对于将它用于未来无论是嵌入式还是其他类的项目,都感到兴奋。</b>

# "Fluent" requires a square bracket which is the first character of a line to be escaped like this: {"["} See https://projectfluent.org/fluent/guide/special.html
embedded-testimonials-49nord-quote =
{"["}Rust] enables us to ship software faster and more correct than we thought possible. Thanks to Rust, we can take memory safety for granted, while other benefits of a zero-overhead language with a sophisticated type system help us develop maintainable software. <b>Rust makes our customers happy, as well as our engineers.</b>
{ "[" }Rust] 让我们可以超乎想象的又快又好地将软件推向市场。由于 Rust,我们可以将内存安全看得理所当然,同时带有复杂类型系统的零开销语言所带来的其他好处帮助我们开发可维护的软件。<b>Rust 既让我们的客户变得快乐,也让我们的工程师变得快乐。</b>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ "[" }Rust] 让我们可以超乎想象的又快又好地将软件推向市场。由于 Rust,我们可以将内存安全看得理所当然,同时带有复杂类型系统的零开销语言所带来的其他好处帮助我们开发可维护的软件。<b>Rust 既让我们的客户变得快乐,也让我们的工程师变得快乐。</b>
{ "[" }Rust] 使得我们可以比想象中更快、更健壮的软件推向市场。感谢 Rust,让我们将内存安全看得理所当然,同时带有复杂类型系统的零开销语言所带来的其他好处,帮助我们开发出了可维护的软件。<b>Rust 既让我们的客户变得快乐,也让我们的工程师变得快乐。</b>

embedded-testimonials-terminal-tech-alt = Terminal Technologies 标志
embedded-testimonials-terminal-tech-quote =
<b>We think it’s really cool that we can use a modern nice language in the embedded space</b> where usually there’s no alternative to C/C++
嵌入式领域往往被认为没有语言可以替代 C/C++,<b>我们认为在嵌入式领域我们能够使用一门现代化的不错的语言真的很酷</b>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
嵌入式领域往往被认为没有语言可以替代 C/C++<b>我们认为在嵌入式领域我们能够使用一门现代化的不错的语言真的很酷</b>
以往,在嵌入式领域被认为 C/C++ 是不可替代的选择。<b>但现在,我们认为在嵌入式领域能够使用一门现代化的优秀语言真的很爽</b>

@ZhangHanDong ZhangHanDong merged commit 57241c9 into rust-lang-cn:i18n Jun 9, 2019
@ZhangHanDong ZhangHanDong mentioned this pull request Jun 9, 2019
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants