-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update Japanese translation (Line 900-950) #12880
Conversation
Hi @yosshy. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can one of the admins verify this patch? |
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.
Would you please confirm my comments.
/cc
translations/ja.json
Outdated
"logdir set failed": "logdir の値を設定するのに失敗しました", | ||
"max time to wait per Kubernetes core services to be healthy.": "Kubernetes の core サービスが正常に稼働するまで待つ最大時間", | ||
"max time to wait per Kubernetes or host to be healthy.": "", | ||
"list displays all valid default settings for PROPERTY_NAME\nAcceptable fields: \\n\\n": "list は PROPERTY_NAME 用の有効なデフォルト設定を全て表示します。\n受け入れ可能なフィールド:\\n\\n", |
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.
This message will be for minikube config defalults PROPERTY_NAME
.
そのため、「リストには、PROPERTY_NAME用の有効な...」とする方が意味は通じると思います。
「全て表示」という訳もありますので、"list"の訳として無理に「リストには」を含めずに削除しても良い様に思います。
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.
色々コードを追っかけると、有効なデフォルト値を標準出力に出力するコマンドのメッセージのようです。
その方向で修正します。
translations/ja.json
Outdated
"reloads images previously added using the 'cache add' subcommand": "", | ||
"pause containers": "コンテナーを一時停止させます", | ||
"preload extraction failed: \\\"No space left on device\\\"": "プリロードの展開に失敗しました: 「デバイスに空きスペースがありません」", | ||
"profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running `minikube profile default`": "profile は現在の minikube プロファイルを設定します (profil に引数を指定しない場合、現在のプロファイルを取得します)。このコマンドは複数の minikube インスタンスを管理するのに使用されます。'minikube profile default' でデフォルトの minikube プロファイルを返します", |
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.
「profil に引数を」を「profileに引数を」へ。
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.
@s-kawamura-w664 レビューありがとうございます。
translations/ja.json
Outdated
"logdir set failed": "logdir の値を設定するのに失敗しました", | ||
"max time to wait per Kubernetes core services to be healthy.": "Kubernetes の core サービスが正常に稼働するまで待つ最大時間", | ||
"max time to wait per Kubernetes or host to be healthy.": "", | ||
"list displays all valid default settings for PROPERTY_NAME\nAcceptable fields: \\n\\n": "list は PROPERTY_NAME 用の有効なデフォルト設定を全て表示します。\n受け入れ可能なフィールド:\\n\\n", |
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.
色々コードを追っかけると、有効なデフォルト値を標準出力に出力するコマンドのメッセージのようです。
その方向で修正します。
translations/ja.json
Outdated
"reloads images previously added using the 'cache add' subcommand": "", | ||
"pause containers": "コンテナーを一時停止させます", | ||
"preload extraction failed: \\\"No space left on device\\\"": "プリロードの展開に失敗しました: 「デバイスに空きスペースがありません」", | ||
"profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running `minikube profile default`": "profile は現在の minikube プロファイルを設定します (profil に引数を指定しない場合、現在のプロファイルを取得します)。このコマンドは複数の minikube インスタンスを管理するのに使用されます。'minikube profile default' でデフォルトの minikube プロファイルを返します", |
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.
すいません。修正します。
e573e47
to
bafe9f8
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.
細かい点のコメントが多いですが、レビューしました。
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.
細かい点のコメントが多いですが、レビューしました。
translations/ja.json
Outdated
"numa node is only supported on k8s v1.18 and later": "", | ||
"output layout (EXPERIMENTAL, JSON only): 'nodes' or 'cluster'": "", | ||
"network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.": "minikube を実行するネットワーク。現時点では docker/podman と KVM ドライバーで使用されます。空の場合、minikube は新しいネットワークを作成します。", | ||
"none driver does not support multi-node clusters": "none ドライバーはマルチクラスターをサポートしていません", |
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.
multi-node clusters とあるので、マルチノードクラスターが正確ではないでしょうか。
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.
@t-inu レビューありがとうございます。
translations/ja.json
Outdated
"numa node is only supported on k8s v1.18 and later": "", | ||
"output layout (EXPERIMENTAL, JSON only): 'nodes' or 'cluster'": "", | ||
"network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.": "minikube を実行するネットワーク。現時点では docker/podman と KVM ドライバーで使用されます。空の場合、minikube は新しいネットワークを作成します。", | ||
"none driver does not support multi-node clusters": "none ドライバーはマルチクラスターをサポートしていません", |
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.
確かにそうですね。修正します。
8e76c89
to
6195d03
Compare
I confirmed that all my comments were reflected. |
I reviewed your updates. LGTM. |
6195d03
to
4232dec
Compare
|
@t-inu @s-kawamura-w664 |
Good fix. |
@atoato88 could you review this? |
/lgtm as Japanese reveiw. |
Huh, no lgtm label is attached? /lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: atoato88, yosshy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
/assign @spowelljr |
Hi @yosshy, Kubernetes added this new |
@spowelljr Finally, I got authorized from EasyCLA. Would you merge it? |
/hold for japanese developer's review
/assign @atoato88
/cc @YuikoTakada @t-inu