Skip to content

Commit

Permalink
translate learn-fuchsia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wy committed Aug 11, 2022
1 parent 9154691 commit b55731e
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions get-started/learn-fuchsia.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,47 @@
<!--
# Get started

-->
# 开始步骤
<!--
Fuchsia is a modern open source operating system that’s simple, secure,
updatable, and performant. It provides core operating system functions like
system resource management, a driver framework, and software abstractions.
Fuchsia is a general purpose operating system designed to power a diverse
ecosystem of hardware and software.

-->
Fuchsia 是一个现代化开源操作系统,定位在简单、安全、可更新以及运行效率方面。同时提供了操作系统的核心功能,比如系统资源管理、驱动框架以及软件抽象。Fuchsia 是一个支持常见设备的操作系统,被设计于助力软硬件多样的生态系统。
<!--
## SDK or source tree?

-->
## SDK 还是源代码?
<!--
Fuchsia is an open source project in active development at Google. There are
two ways to work with Fuchsia: you can build products and software for Fuchsia
using the SDK, or contribute to the source tree to build the Fuchsia platform.

-->
Fuchsia 是 Google 积极开发的一个开源项目。现在有两种方式来参与 Fuchsia:可以使用 Fuchsia 的 SDK 来为 Fuchsia 开发产品和软件,或者为 Fuchsia 的平台源代码贡献一份力。
<!--
## SDK - Build software for Fuchsia

-->
## SDK - 为 Fuchsia 开发软件
<!--
Fuchsia has an SDK with tools to help you get started developing
software that will run on Fuchsia. Before you begin building your software, it
is recommended you learn about the fundamentals of using the Fuchsia SDK.
-->
Fuchsia 的 SDK 配套有一些工具可以帮助你为 Fuchsia 开发软件。在您开始开发软件之前,建议您学习一些 Fuchsia 的 SDK 的基础。

<a class="button button-primary"
href="/get-started/sdk/learn">Fundamentals for SDK</a>

href="/get-started/sdk/learn">SDK 基础</a>
<!--
## Source tree - Contribute to Fuchsia

-->
## 源代码 - 为 Fuchsia 贡献
<!--
As Fuchsia is an open source project, you can contribute to the Fuchsia source tree. Before you
begin contributing, it’s recommended that you learn about the fundamentals about
the Fuchsia platform to understand how Fuchsia works.

-->
Fuchsia 作为一个开源项目,你当然可以为它的源代码做贡献。在你开始编写源码之前,建议您学习一些 Fuchsia 的基础以更好的理解它的运行原理。
<a class="button button-primary"
href="/get-started/learn">Fundamentals for contributors</a>
href="/get-started/learn">贡献人员基础知识</a>

0 comments on commit b55731e

Please sign in to comment.