Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Chinese (Simplified) guidelines.
110 of 129 results
1.
1 directory, 2 files ```
type: Plain text
(no translation yet)
Located in src/doc/guide-crates.md:69 src/doc/intro.md:49
2.
println!("{}", x);
}
```
type: Plain text
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in src/doc/guide.md:1443 src/doc/intro.md:308 src/doc/intro.md:362
3.
```{rust}
fn main() {
println!("Hello, world!")
}
```
type: Plain text
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in src/doc/guide.md:1828 src/doc/intro.md:70
4.
It gives us this error:
type: Plain text
(no translation yet)
Located in src/doc/guide.md:3476 src/doc/intro.md:430
5.
# Tools
type: Plain text
(no translation yet)
Located in src/doc/index.md:69 src/doc/intro.md:24
6.
% A 30-minute Introduction to Rust
type: Plain text
(no translation yet)
Located in src/doc/intro.md:2
7.
Rust is a modern systems programming language focusing on safety and speed. It accomplishes these goals by being memory safe without using garbage collection.
type: Plain text
(no translation yet)
Located in src/doc/intro.md:5
8.
This introduction will give you a rough idea of what Rust is like, eliding many details. It does not require prior experience with systems programming, but you may find the syntax easier if you've used a 'curly brace' programming language before, like C or JavaScript. The concepts are more important than the syntax, so don't worry if you don't get every last detail: you can read [the Guide](guide.html) to get a more complete explanation.
type: Plain text
(no translation yet)
Located in src/doc/intro.md:12
9.
Because this is about high-level concepts, you don't need to actually install Rust to follow along. If you'd like to anyway, check out [the homepage](http://rust-lang.org) for explanation.
type: Plain text
(no translation yet)
Located in src/doc/intro.md:16
10.
To show off Rust, let's talk about how easy it is to get started with Rust. Then, we'll talk about Rust's most interesting feature, **ownership**, and then discuss how it makes concurrency easier to reason about. Finally, we'll talk about how Rust breaks down the perceived dichotomy between speed and safety.
type: Plain text
(no translation yet)
Located in src/doc/intro.md:22
110 of 129 results

This translation is managed by Launchpad Simplified Chinese Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.