Skip to content

Commit

Permalink
回退无关文件到原始版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric X committed Aug 7, 2022
1 parent 3f6e6d5 commit fcaf162
Showing 1 changed file with 31 additions and 65 deletions.
96 changes: 31 additions & 65 deletions get-started/explore_fuchsia.md
Original file line number Diff line number Diff line change
@@ -1,115 +1,81 @@
<!-- # Explore Fuchsia {#explore-fuchsia} -->
# 探索 Fuchsia {#explore-fuchsia}
# Explore Fuchsia {#explore-fuchsia}

<!-- Once you have Fuchsia up and running on a device or emulator,
check out the following resources: -->
一旦 Fuchsia 在真机或者模拟器上启动并运行起来之后,可以查阅如下资源:
Once you have Fuchsia up and running on a device or emulator,
check out the following resources:

<!-- * [Run ffx commands](#run-ffx-commands).
* [Run ffx commands](#run-ffx-commands).
* [Run examples](#run-examples).
* [Create Fuchsia components](#create-fuchsia-components).
* [Contribute changes](#contribute-changes). -->
* [运行 ffx 命令](#run-ffx-commands).
* [运行示例](#run-examples).
* [创建 Fuchsia 组件](#create-fuchsia-components).
* [贡献修订](#contribute-changes).
* [Contribute changes](#contribute-changes).

<!-- ## Run ffx commands {#run-ffx-commands} -->
## 运行 ffx 命令 {#run-ffx-commands}
## Run ffx commands {#run-ffx-commands}

<!-- [`ffx`][ffx-overview] is a host tool for Fuchsia target workflows that
[`ffx`][ffx-overview] is a host tool for Fuchsia target workflows that
provides the consistent development experience across all Fuchsia environments
and host platforms. -->
[`ffx`][ffx-overview] 是一个 Fuchsia 目标工作流的主机工具,为所有 Fuchsia 环境和主机平台上提供一致的开发体验。
and host platforms.

<!-- The following are some of `ffx` command examples: -->
以下是一些 `ffx` 命令示例:
The following are some of `ffx` command examples:

<!-- * Display the list of devices: -->
* 显示设备列表
* Display the list of devices:

```posix-terminal
ffx target list
```
<!-- * Display the device information: -->
* 显示设备信息
* Display the device information:
```posix-terminal
ffx target show
```
<!-- * Print the device logs: -->
* 输出设备日志
* Print the device logs:
```posix-terminal
ffx log
```
<!-- * Reboot the device: -->
* 重启设备
* Reboot the device:
```posix-terminal
ffx target reboot
```
<!-- ## Run examples {#run-examples} -->
## 运行示例
## Run examples {#run-examples}
<!-- To try out Fuchsia's sample software, check out the guides below: -->
想试试 Fuchsia 的样例程序,参考如下指南:
To try out Fuchsia's sample software, check out the guides below:
<!-- * [Run an example component](/development/run/run-examples.md)
* [Run an example component](/development/run/run-examples.md)
* [Run a test component](/development/run/run-test-component.md)
* [Run an end-to-end test](/development/testing/run_an_end_to_end_test.md) -->
* [运行一个样例组件](/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)
<!-- ## Create Fuchsia components {#create-fuchsia-components} -->
## 创建 Fuchsia 组件 {#create-fuchsia-components}
## Create Fuchsia components {#create-fuchsia-components}
<!-- The basic executable units of software in Fuchsia are
The basic executable units of software in Fuchsia are
[components](/concepts/components/v2), and these components interact
with each other using [FIDL](/concepts/fidl/overview.md)
(Fuchsia Interface Definition Language) protocols. -->
Fuchsia 中最小可运行软件单元是[组件](/concepts/components/v2),这些组件通过
[FIDL](/concepts/fidl/overview.md)(Fuchsia 接口定义语言)协议彼此交互。
(Fuchsia Interface Definition Language) protocols.
<!-- To learn more about Fuchsia components and FIDL, check out the guides below: -->
想要了解更多有关 Fuchsia 组件和 FIDL的信息,参考如下指南:
To learn more about Fuchsia components and FIDL, check out the guides below:
<!-- * [Build components](/development/components/build.md)
* [Build components](/development/components/build.md)
* [FIDL overview](/development/languages/fidl/README.md)
* [FIDL tutorials](/development/languages/fidl/tutorials/overview.md) -->
* [构建组件](/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}
## Contribute changes {#contribute-changes}
<!-- When you're ready to contribute to the Fuchsia project,
see [Contribute changes][contribute-changes]. -->
当您准备好为 Fuchsia 项目做出贡献,请参阅[贡献修订][contribute-changes]。
When you're ready to contribute to the Fuchsia project,
see [Contribute changes][contribute-changes].
<!-- ## See also -->
## 其它参考资料
## See also
<!-- For more information on Fuchsia's development workflows,
check out the following resources: -->
更多有关 Fuchsia 的开发流程信息,请参考如下资源:
For more information on Fuchsia's development workflows,
check out the following resources:
<!-- * [fx workflows](/development/build/fx.md)
* [fx workflows](/development/build/fx.md)
* [Workflow tips and questions](/development/source_code/workflow_tips_and_faq.md)
* [Configure editors](/development/editors/)
* [Source code layout](/development/source_code/layout.md)
* [Build system](/development/build/build_system/index.md) -->
* [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)
<!-- Reference links -->
Expand Down

0 comments on commit fcaf162

Please sign in to comment.