-
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 Infrastructure as Code
for Traditional Chinese
#2584
Conversation
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Infrastructure as Code
for Traditional Chinese
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.
一點改進流暢性的建議
|
||
## 它解決的問題 {#problem-it-addresses} | ||
|
||
以雲端原生方式建立應用程式需要在基礎設施上是可支配且可重現的。 |
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.
"disposable" 我認為是 "丟棄式的" 的意思。在這邊的 context 中,應該就像是 docker container 那種感覺,開了一個出來之後用一用,用完就可以砍掉了。
原文:
Building applications in a cloud native way requires infrastructure to be disposable and reproducible.
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
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, and please squash all commits into 1 before merging.
46ba351
to
75f8fc1
Compare
9d6a0a5
to
2abfcb1
Compare
630a1d7
to
d79fdb1
Compare
Signed-off-by: chienfuchen32 <[email protected]> modify zh-tw/infrastructure-as-code.md Signed-off-by: chienfuchen32 <[email protected]> refine some senence Signed-off-by: chienfuchen32 <[email protected]> refine some sentence Signed-off-by: chienfuchen32 <[email protected]> refine some sentence Signed-off-by: chienfuchen32 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> update title, refine sentence Signed-off-by: chienfuchen32 <[email protected]> refine sentence Signed-off-by: chienfuchen32 <[email protected]> refactoring trasnlation for "provisioning" Signed-off-by: chienfuchen32 <[email protected]> refactoring trasnlation for "configuration" Signed-off-by: chienfuchen32 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Ader Fu <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Ader Fu <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Ader Fu <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Ader Fu <[email protected]> Signed-off-by: 陳傑夫 <[email protected]> Update content/zh-tw/infrastructure-as-code.md Co-authored-by: Ader Fu <[email protected]> Signed-off-by: 陳傑夫 <[email protected]>
d1b96d8
to
ccb4d6e
Compare
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,Thank @chienfuchen32
Describe your changes
reference to https://glossary.cncf.io/infrastructure-as-code/
Related issue number or link (ex:
resolves #issue-number
)#2583
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"
.