diff --git a/po/zh-CN.po b/po/zh-CN.po index 86e305c1..8e8fc925 100644 --- a/po/zh-CN.po +++ b/po/zh-CN.po @@ -13051,20 +13051,24 @@ msgid "" "This is a group exercise: We will look at one of the projects you work with " "and try to integrate some Rust into it. Some suggestions:" msgstr "" +"这是一个小组练习:我们将查看你们正在处理的项目之一,并尝试将一些 Rust 代码集" +"成进去。以下是一些建议:" #: src/exercises/android/morning.md:6 msgid "Call your AIDL service with a client written in Rust." -msgstr "" +msgstr "使用 Rust 编写的客户端调用你的 AIDL 服务。" #: src/exercises/android/morning.md:8 msgid "Move a function from your project to Rust and call it." -msgstr "" +msgstr "将你项目中的某个函数迁移到 Rust 中并调用它。" #: src/exercises/android/morning.md:12 msgid "" "No solution is provided here since this is open-ended: it relies on someone " "in the class having a piece of code which you can turn in to Rust on the fly." msgstr "" +"此处没有提供解决方案,因为这是开放式的:它依赖于班级中是否有人有一段您可以即" +"时转换成 Rust 的代码。" #: src/bare-metal.md:1 msgid "Welcome to Bare Metal Rust"