-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[ko] Translate the glossary term 'Ephemeral Container' into Korean #35279
[ko] Translate the glossary term 'Ephemeral Container' into Korean #35279
Conversation
✅ Deploy Preview for k8s-dev-ko ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
It's IMO useful to Korean readers to know that the term that the API uses is “ephemeral container” (actually ephemeralContainers
, in the Pod API).
We could link to https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#EphemeralContainer even though the English doc doesn't mention this, provided that the justification for this link is helping readers understand what 임시 컨테이너 equates to in the API. |
Thank you @sftim :) For instance,
@jihoon-seo could you apply the convention accordingly ? |
/assign |
2aea467
to
3f21261
Compare
@sftim @seokho-son Thank you for your comments! |
<!-- Even though the English doc doesn't mention this, the link below is to help Korean readers understand what 임시 컨테이너 equates to in the API. --> | ||
더 자세한 정보는 파드 API의 [EphemeralContainer](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#EphemeralContainer)를 참고한다. |
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.
@jihoon-seo
해당 내용에 대해서 설명을 부탁드려도 될까요?
아시다시피 한글화의 경우 보통은 원문의 형태를 최대한 유지해왔었습니다. :)
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 |
LGTM label has been added. Git tree hash: a352b1e9407db53f958923719f65030e2b5cb99a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: seokho-son The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Resolves #35258