-
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] Localize Continuous Deployment (CD) for Traditional Chinese #2484
Conversation
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
持續部署,通常縮寫為 CD,它直接將完成的軟體部署到正式環境,比[持續交付](/zh-tw/continuous-delivery/)更進一步。 | ||
持續部署(CD)與[持續整合](/zh-tw/continuous-integration/)(CI)緊密相關,通常被稱為 CI/CD。 | ||
CI 流程用於測試對特定應用程式的變更是否正確,而 CD 流程则自動部署組織測試環境的程式碼變更到正式環境。 |
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.
则 --> 則
|
||
## 如何幫助我們 {#how-it-helps} | ||
|
||
通過自動化發布週期並強制組織更頻繁地將產品部署到正式環境中,CD 對維運團隊所做的就像 CI 對開發團隊所做的一樣。 |
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.
"通過" --> "透過"
|
||
## 如何幫助我們 {#how-it-helps} | ||
|
||
通過自動化發布週期並強制組織更頻繁地將產品部署到正式環境中,CD 對維運團隊所做的就像 CI 對開發團隊所做的一樣。 |
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.
"CD 對維運團隊所做的就像 CI 對開發團隊所做的一樣" 這句,如果改成 "CD 為維運團隊所做的就像 CI 為開發團隊所做的一樣" 似乎更通順一點。或是也可以考慮翻譯成 "CD 之於維運團隊就像 CI 之於開發團隊一樣" 。
原文:
By automating the release cycle and forcing organizations to release to production more frequently, CD does what CI did for development teams for operations teams.
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.
感覺這段 "CD 之於維運團隊就像 CI 之於開發團隊一樣" 比較通順,非常感謝
Signed-off-by: Yuan-Heng,Kuo <[email protected]>
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
Origin content from https://glossary.cncf.io/continuous-deployment/
Related issue number or link (ex:
resolves #issue-number
)resolves #2457
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"
.