diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/README.hi.md b/1-getting-started/lessons/1-introduction-to-iot/translations/README.hi.md index 79b91fc..5e4a9e6 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/translations/README.hi.md +++ b/1-getting-started/lessons/1-introduction-to-iot/translations/README.hi.md @@ -218,5 +218,4 @@ IoT कुछ व्यापक समूहों में उपयोग ## असाइनमेंट -[एक IoT प्रोजेक्ट की जाँच करें](assignment.md) -
+[एक IoT प्रोजेक्ट की जाँच करें](assignment.hi.md) \ No newline at end of file diff --git a/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md b/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md index 7523b87..d4739b2 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md +++ b/1-getting-started/lessons/1-introduction-to-iot/translations/README.zh-cn.md @@ -14,11 +14,11 @@ 本课程将涵盖: -* [什么是 “物联网(IoT)”?](#what-is-the-internet-of-things) -* [IoT 设备](#iot-devices) -* [设置你的设备](#set-up-your-device) -* [IoT 的应用场景](#applications-of-iot) -* [在你的周围的 IoT 设备例子](#examples-of-iot-devices-you-may-have-around-you) +* [什么是 “物联网(IoT)”?](#什么是-物联网iot) +* [物联网设备](#物联网设备) +* [设置你的设备](#设置你的设备) +* [物联网的应用场景](#物联网的应用场景) +* [在你的周围的物联网设备例子](#在你的周围的物联网设备例子) ## 什么是 “物联网(IoT)”? @@ -28,7 +28,7 @@ > > **执行器** 将电信号转换成现实世界的交互,例如:触发开关,打开灯,发出声音或将控制信号传送到其它硬件,例如,打开电源插座。 -物联网作为一个技术领域,不仅是设备,它也包含云服务;这些服务能处理传感器数据,或者将请求传送给跟物联网设备有连接的执行器。它也包括没有或不需要互联网连接的设备;它们通常被称为“边缘设备(edge devices)”,而且它们有能力用基于云的AI模型自己处理与回应传感器的数据。 +物联网作为一个技术领域,不仅是设备,它也包含云服务;这些服务能处理传感器数据,或者将请求传送给跟物联网设备有连接的执行器。它也包括没有或不需要互联网连接的设备;它们通常被称为“边缘设备(edge devices)”,而且它们有能力用基于云的 AI 模型自己处理与回应传感器的数据。 物联网是一个快速发展的技术领域。专家预计到 2020 底,世界上有三百亿物联网设备部署并连接到互联网。专家也预计到 2025 年,物联网设备将收集大概 80 ZB(80 万亿 GB)的数据。这是巨量的数据! @@ -130,7 +130,7 @@ Raspberry Pi 是其中最流行的单板机。 按照相关的指南来设置你的设备,并完成一个“Hello World”项目。我们将用 4 个课程创造一个物联网夜灯,而这是第一步。 * [Arduino:Wio Terminal](wio-terminal.zh-cn.md) -* [单板机:Raspberry Pi](../pi.md) +* [单板机:Raspberry Pi](pi.zh-cn.md) * [单板机:虚拟设备](virtual-device.zh-cn.md) 您将使用 VS Code 在 Arduino 和单板机上编程。如果您以前从未使用过它,请在 [VS Code 站点](https://code.visualstudio.com/?WT.mc_id=academic-17441-jabenn)上阅读更多相关信息。 diff --git a/6-consumer/translations/.dummy.md b/6-consumer/translations/.dummy.md deleted file mode 100644 index 6e7db24..0000000 --- a/6-consumer/translations/.dummy.md +++ /dev/null @@ -1,9 +0,0 @@ -# Dummy File - -This file acts as a placeholder for the `translations` folder.
-**Please remove this file after adding the first translation** - -For the instructions, follow the directives in the [translations guide](https://github.com/microsoft/IoT-For-Beginners/blob/main/TRANSLATIONS.md) . - -## THANK YOU -We truly appreciate your efforts!