Skip to content

Commit 2143721

Browse files
[完成翻译] src/content/get-started/codelab.md (#1499)
Co-authored-by: Amos <[email protected]>
1 parent d87c65a commit 2143721

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/content/get-started/codelab.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ you will learn the basics of Flutter
2424
by creating an app
2525
that works on mobile, desktop, and web.
2626

27+
现在,你可以开始“第一个 Flutter 应用”的编程练习 (codelab)。
28+
在接下来的一个半小时内,
29+
你将通过创建一个可以在移动端、桌面端以及 Web 端运行的应用
30+
来学习 Flutter 的基础知识。
31+
2732
<div class="juicy-button-container">
2833
<img src="/assets/images/docs/get-started/codelab-goal-background.jpg" alt="The illustration of the initial and the resulting app that you will build in this codelab.">
2934

@@ -34,22 +39,31 @@ that works on mobile, desktop, and web.
3439
{% endcomment -%}
3540
<a class="btn btn-primary"
3641
target="_blank"
37-
href="https://codelabs.developers.google.com/codelabs/flutter-codelab-first">
38-
&#9654;&nbsp; Start codelab
42+
href="https://codelabs.developers.google.cn/codelabs/flutter-codelab-first?hl=zh-cn">
43+
&#9654;&nbsp; <t>Start codelab</t><t>开始 codelab</t>
3944
</a>
4045

4146
</div>
4247

4348
:::tip
49+
4450
The codelab above walks you through writing your first Flutter
4551
app for all platforms &mdash; mobile, desktop and web.
4652
You might prefer to take
4753
[another codelab written specifically for the web][codelab-web].
54+
55+
以上编程练习 (codelab) 将指导你编写第一个适用于
56+
所有平台的 Flutter 应用 &mdash; 移动端、桌面端和 Web 端。
57+
当然你可能更想去尝试
58+
[另一个专为 Web 端编写的 codelab][codelab-web]
59+
4860
:::
4961

5062
[codelab-web]: /get-started/codelab-web
5163

5264
If you prefer an instructor-led version of this codelab,
5365
check out the following workshop:
5466

67+
如果你更喜欢由讲师指导的版本,可以观看以下 workshop:
68+
5569
{% ytEmbed '8sAyPDLorek', 'Building your first Flutter app - with a Codelab!' %}

0 commit comments

Comments
 (0)