diff --git a/get-started/explore_fuchsia.md b/get-started/explore_fuchsia.md index 5163fed2..c1e32ae8 100644 --- a/get-started/explore_fuchsia.md +++ b/get-started/explore_fuchsia.md @@ -1,115 +1,81 @@ - -# 探索 Fuchsia {#explore-fuchsia} +# Explore Fuchsia {#explore-fuchsia} - -一旦 Fuchsia 在真机或者模拟器上启动并运行起来之后,可以查阅如下资源: +Once you have Fuchsia up and running on a device or emulator, +check out the following resources: - -* [运行 ffx 命令](#run-ffx-commands). -* [运行示例](#run-examples). -* [创建 Fuchsia 组件](#create-fuchsia-components). -* [贡献修订](#contribute-changes). +* [Contribute changes](#contribute-changes). - -## 运行 ffx 命令 {#run-ffx-commands} +## Run ffx commands {#run-ffx-commands} - -[`ffx`][ffx-overview] 是一个 Fuchsia 目标工作流的主机工具,为所有 Fuchsia 环境和主机平台上提供一致的开发体验。 +and host platforms. - -以下是一些 `ffx` 命令示例: +The following are some of `ffx` command examples: - -* 显示设备列表 +* Display the list of devices: ```posix-terminal ffx target list ``` - -* 显示设备信息 +* Display the device information: ```posix-terminal ffx target show ``` - -* 输出设备日志 +* Print the device logs: ```posix-terminal ffx log ``` - -* 重启设备 +* Reboot the device: ```posix-terminal ffx target reboot ``` - -## 运行示例 +## Run examples {#run-examples} - -想试试 Fuchsia 的样例程序,参考如下指南: +To try out Fuchsia's sample software, check out the guides below: - -* [运行一个样例组件](/development/run/run-examples.md) -* [运行一个测试组件](/development/run/run-test-component.md) -* [运行一个端到端测试](/development/testing/run_an_end_to_end_test.md) +* [Run an end-to-end test](/development/testing/run_an_end_to_end_test.md) - -## 创建 Fuchsia 组件 {#create-fuchsia-components} +## Create Fuchsia components {#create-fuchsia-components} - -Fuchsia 中最小可运行软件单元是[组件](/concepts/components/v2),这些组件通过 -[FIDL](/concepts/fidl/overview.md)(Fuchsia 接口定义语言)协议彼此交互。 +(Fuchsia Interface Definition Language) protocols. - -想要了解更多有关 Fuchsia 组件和 FIDL的信息,参考如下指南: +To learn more about Fuchsia components and FIDL, check out the guides below: - -* [构建组件](/development/components/build.md) -* [FIDL 概览](/development/languages/fidl/README.md) -* [FIDL 教程](/development/languages/fidl/tutorials/overview.md) +* [FIDL tutorials](/development/languages/fidl/tutorials/overview.md) - -## 贡献修订 {#contribute-changes} +## Contribute changes {#contribute-changes} - -当您准备好为 Fuchsia 项目做出贡献,请参阅[贡献修订][contribute-changes]。 +When you're ready to contribute to the Fuchsia project, +see [Contribute changes][contribute-changes]. - -## 其它参考资料 +## See also - -更多有关 Fuchsia 的开发流程信息,请参考如下资源: +For more information on Fuchsia's development workflows, +check out the following resources: - -* [fx 工作流程](/development/build/fx.md) -* [工作流程技巧和问题](/development/source_code/workflow_tips_and_faq.md) -* [配置编辑器](/development/editors/) -* [源码规划](/development/source_code/layout.md) -* [构建系统](/development/build/build_system/index.md) +* [Build system](/development/build/build_system/index.md)