Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bundling頁面翻譯。問答區塊 #62

Merged
merged 3 commits into from
Sep 28, 2022

Conversation

YONG-LIN-LIANG
Copy link
Contributor

Features include translation in bundling page and Quiz area.

@vercel
Copy link

vercel bot commented Sep 22, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nextjs-tw ✅ Ready (Inspect) Visit Preview Sep 26, 2022 at 1:11AM (UTC)

Comment on lines 21 to 22
## 什麼是模組打包?
開發者利用將他們的應用程式拆分成多個模組、組件及函式,來建立更大規模的應用程式。
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 什麼是模組打包?
開發者利用將他們的應用程式拆分成多個模組、組件及函式,來建立更大規模的應用程式。
## 什麼是模組打包?
開發者利用將他們的應用程式拆分成多個模組、組件及函式,來建立更大規模的應用程式。

兩個不同的 Markdown 元素之間需要加入空行。

<NotTranslateYet/>
## 什麼是模組打包?
開發者利用將他們的應用程式拆分成多個模組、組件及函式,來建立更大規模的應用程式。
導出或導入這些內部模組及第三方包來建立一個複雜度高的檔案相依的網站。
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
導出或導入這些內部模組及第三方包來建立一個複雜度高的檔案相依的網站
導出或導入這些內部模組及第三方套件來建立一個複雜度高的檔案相依的網站


![模組打包過程](https://nextjs.org/static/images/learn/foundations/bundling.png "模組打包過程")

模組打包意旨用來解析有多個依賴的網站及合併(或打包)檔案(模組),成為對瀏覽器來說優化過後的包的一個完整過程,且能在使用者訪問網頁時,以最低限度的請求來索取網頁資源。
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
模組打包意旨用來解析有多個依賴的網站及合併(或打包)檔案(模組),成為對瀏覽器來說優化過後的包的一個完整過程,且能在使用者訪問網頁時,以最低限度的請求來索取網頁資源。
模組打包意旨用來解析有多個依賴的網站及合併(或打包)檔案(模組),成為瀏覽器優化產物的一個完整過程,且能在使用者訪問網頁時,以最低限度的請求來索取網頁資源。

<QuizOption text="編譯的作用是將程式碼轉譯成瀏覽器有辦法讀懂(解析)的語言。模組打包的作用是解析應用程式的依賴關係圖,且能減少檔案的數量。" isCorrect/>
</QuizOptionGroup>
</Quiz>

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

記得在最後面加入 TranslatedBy 元件

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem solved, please check it out!

@yuaanlin yuaanlin mentioned this pull request Sep 25, 2022
65 tasks
@yuaanlin yuaanlin merged commit 2dc718b into yuaanlin:main Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants