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

[tw]Update Horizontal Scaling for Traditional Chinese #2463

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

hwchiu
Copy link
Collaborator

@hwchiu hwchiu commented Oct 3, 2023

Describe your changes

Localize the Horizontal Scaling to zh-tw language
Origin content from https://glossary.cncf.io/horizontal-scaling/

Related issue number or link (ex: resolves #issue-number)

resolves #2423

Checklist before opening this PR (put x in the checkboxes)

  • This PR does not contain plagiarism
    • don’t copy other people’s work unless you are quoting and contributing it to them.
  • I have signed off on all commits
    • signing off (ex: git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to your gitconfig by running git config --global alias.ci "commit -s".

@hwchiu hwchiu requested review from pichuang and ydFu as code owners October 3, 2023 15:36
@netlify
Copy link

netlify bot commented Oct 3, 2023

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit 560a1b9
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/652168898019cc0008f55de1
😎 Deploy Preview https://deploy-preview-2463--cncfglossary.netlify.app/zh-tw/horizontal-scaling
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the lang/tw for Traditional Chinese label Oct 3, 2023
@hwchiu hwchiu requested a review from johnlinp October 3, 2023 15:36
Copy link
Contributor

@pichuang pichuang left a comment

Choose a reason for hiding this comment

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

lgtm

## 是什麼 {#what-it-is}

水平擴展是一種透過加入更多[節點](/zh-tw/nodes/)而非對單一節點加入更多計算資源來提升系統容量的技術 (後者稱為[垂直擴展](/zh-tw/vertical-scaling/))。
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 * 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 * 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 x 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。

如果單一節點可以每秒處理 1000 個請求,則每一個額外的節點能夠使得每秒總處理請求數量增加大約一千個。
這使得應用程式可在不加入更多容量到任何節點的情況下去同時執行更多工作。

## 相關詞彙 {$relatead-terms}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
## 相關詞彙 {$relatead-terms}
## 相關詞彙 {#relatead-terms}


水平擴展允許應用程式在底層叢集的限制範圍中去擴展。
透過加入更多的實例到系統中,應用程式能夠處理更多請求。
如果單一節點可以每秒處理 1000 個請求,則每一個額外的節點能夠使得每秒總處理請求數量增加大約一千個。
Copy link
Collaborator

Choose a reason for hiding this comment

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

句子好像有一點點不通順,想請問如果改成這樣的話會不會好一點:

如果單一節點每秒可以處理 1000 個請求,則每一個額外的節點都能夠讓每秒多處理大約 1000 個請求。

原文:

If a single node can handle 1,000 requests per second, each additional node should increase the total number of requests by around 1,000 requests per second.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

感謝,這樣唸起來的確更通順了,我晚點來修

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated, please check

Signed-off-by: HungWei Chiu <sppsorrg@gmail.com>
Copy link
Collaborator

@johnlinp johnlinp left a comment

Choose a reason for hiding this comment

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

感謝!

@hwchiu hwchiu merged commit 2889390 into cncf:dev-tw Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/tw for Traditional Chinese
Projects
Development

Successfully merging this pull request may close these issues.

3 participants