-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[ja] Translate /docs/tasks/administer-cluster/kubelet-credential-provider.md into Japanese #51080
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
Conversation
…ider.md into Japanese
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
| Kubernetes v1.20以降、kubeletはexecプラグインを使用してコンテナイメージレジストリへの認証情報を動的に取得できるようになりました。 | ||
| kubeletとexecプラグインは、Kubernetesのバージョン管理されたAPIを用いて標準入出力(stdin、stdout、stderr)を通じて通信します。 | ||
| これらのプラグインを使用することで、kubeletはディスク上に静的な認証情報を保存する代わりに、コンテナレジストリへの認証情報を動的に要求できるようになります。 | ||
| たとえば、プラグインがローカルのメタデータサーバーと通信し、kubeletがプルしようとしているイメージに対する短命の認証情報を取得することがあります。 |
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.
| たとえば、プラグインがローカルのメタデータサーバーと通信し、kubeletがプルしようとしているイメージに対する短命の認証情報を取得することがあります。 | |
| たとえば、プラグインがローカルのメタデータサーバーと通信し、kubeletが取得しようとしているイメージに対する、短期間有効な認証情報を取得することがあります。 |
「プル」に関しては、#51037 で話題になっていますが、#48966 (comment) といった話も過去にありました。
本ページに出てくるpullは、コマンドを意識する必要はなさそうなので、「取得する」にしたいと思います。
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.
こちら了解です。
「イメージプルポリシー」のような固有名詞のような使い方と、pull が単に取得する一般的な動作を示すときは、「取得する」のように理解しました。
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.
ちなみに、こちら日本語翻訳時のドキュメントに記載した方が良かったりしますかね?
pull の訳し方は、結構迷う & ドキュメント内で比較的よく出てくるワードに感じました。
https://kubernetes.io/ja/docs/contribute/localization/
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.
#49285 (comment) にあるように、あれもこれもと増え続けることへの懸念もありますが、何度も話題になるような言葉は追記を検討したいですね。
ただ、「基本的にはこう訳すが、その限りではない」というものも結構ありそうで、それをガイドラインとして簡潔に説明できるかどうか…。
#51379 のNamespaceも、同様に翻訳に迷うことの多い用語です。
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.
現在の ja-l10nのスタイルガイド・表記については Inukai-san がそのほとんどを作成してくださいました。
歴史的には以下の「頻出単語」の項目が増え続けていたので、シンプルで網羅性の高いルールを整備しました。
個人的には個別に単語・表記を増やすことには後ろ向きで、網羅性の高いルールを整備することを優先したいです。(中長期的にその項目が増え続けるため)
49285 にもコメントしましたが、固有リソースを表しているかどうかは明確にわかるようにした上で、訳し方については適宜判断で十分機能するのではないかと思いました
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.
"Pull" の翻訳が「プルする」なのか「取得する」なのかに関して、以前nasa-sanと、「適切な日本語があるなら日本語にしたい、そうしないとカタカナだらけになってしまうから」といった話をした記憶があります。
いんだくたーさんも(少し文脈は違いますが)似たような話を以前ブログで書かれていましたね
c.f. https://blog.inductor.me/entry/2024/08/28/103235
今回Inukai-sanも同様の指摘をされているのを踏まえると、approverのカタカナ語に対する認識はある程度揃っている印象を受けます(この旨をスタイルガイドに記載しても良いかもしれませんね)
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.
確かに、カタカナを多用しないようにする意向は、現在のスタイルガイドを読んだだけでは汲み取れないので、方針として記載があるといいかもですね。
ただ、個別には書かないとなると、レビュー時に「このPRでこういう訳し方をすることにした」のように毎回提示してコメントをするのは手間がかかり、作成者側からしたら、それならガイドに書いておいてほしいと思うような気もして悩ましいところです。
ここで議論するのもあれなので、このPRではこれくらいにしておきます。
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.
確かに、「カタカナ系」の用語については、スタイルガイドに何らかの翻訳方針が記載されているだけでも、都合がいいように思いました。
(私は今回の件で、プルに限らず、カタカナ系の用語の翻訳方針は何となくは把握できた一方で、他のコントリビューターの方が同様のハマり方をするかな、という気もしました。)
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
content/ja/docs/tasks/administer-cluster/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
Okabe-Junya
left a comment
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.
/approve
/label tide/merge-method-squash
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Okabe-Junya 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 |
|
こちら再度確認いただけると助かります 🙏 |
t-inu
left a comment
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.
スタイルガイドをどのようにしていくか、なかなか考えがまとまらないまま時間が経ってしまっていました。
このPRとしては、現在の状態で問題ないと思います。
/lgtm
|
LGTM label has been added. Git tree hash: c0b769395f5a08330026106b3a819fda22710e10
|
…ider.md into Japanese (kubernetes#51080) * [ja] Translate /docs/tasks/administer-cluster/kubelet-credential-provider.md into Japanese * reflect feedback
…ider.md into Japanese (kubernetes#51080) * [ja] Translate /docs/tasks/administer-cluster/kubelet-credential-provider.md into Japanese * reflect feedback
Description
Translated /content/en/docs/tasks/administer-cluster/kubelet-credential-provider.md into Japanese.
Issue
Closes: #51039
/area localization
/language ja