-
Notifications
You must be signed in to change notification settings - Fork 554
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
Conversation
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
content/zh-tw/horizontal-scaling.md
Outdated
## 是什麼 {#what-it-is} | ||
|
||
水平擴展是一種透過加入更多[節點](/zh-tw/nodes/)而非對單一節點加入更多計算資源來提升系統容量的技術 (後者稱為[垂直擴展](/zh-tw/vertical-scaling/))。 | ||
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 * 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 * 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。 | |
假設我們有一個 4GB RAM 的系統,並且想要提升其容量到 16 GB RAM,水平擴展代表的是加入 4 x 4GB RAM 的系統而非切換到一台 16GB RAM 的系統。 |
content/zh-tw/horizontal-scaling.md
Outdated
如果單一節點可以每秒處理 1000 個請求,則每一個額外的節點能夠使得每秒總處理請求數量增加大約一千個。 | ||
這使得應用程式可在不加入更多容量到任何節點的情況下去同時執行更多工作。 | ||
|
||
## 相關詞彙 {$relatead-terms} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 相關詞彙 {$relatead-terms} | |
## 相關詞彙 {#relatead-terms} |
content/zh-tw/horizontal-scaling.md
Outdated
|
||
水平擴展允許應用程式在底層叢集的限制範圍中去擴展。 | ||
透過加入更多的實例到系統中,應用程式能夠處理更多請求。 | ||
如果單一節點可以每秒處理 1000 個請求,則每一個額外的節點能夠使得每秒總處理請求數量增加大約一千個。 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感謝,這樣唸起來的確更通順了,我晚點來修
There was a problem hiding this comment.
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感謝!
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)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.