diff --git a/translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo b/translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo index 84ce755d3a0..fd125d4127e 100644 Binary files a/translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo and b/translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo differ diff --git a/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po b/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po index f779f2cf7e5..089e15ed955 100644 --- a/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po +++ b/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: gettext-go-examples-hello\n" "Report-Msgid-Bugs-To: EMAIL\n" "POT-Creation-Date: 2017-03-14 21:32-0700\n" -"PO-Revision-Date: 2019-02-14 10:33+0900\n" -"Last-Translator: Giri Kuncoro \n" +"PO-Revision-Date: 2020-01-05 09:55+0900\n" +"Last-Translator: Kohei Ota \n" "Language-Team: \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 2.2.4\n" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -30,8 +30,8 @@ msgstr "" "\n" "\t\t # Create a ClusterRoleBinding for user1, user2, and group1 using the " "cluster-admin ClusterRole\n" -"\t\t kubectl create clusterrolebinding cluster-admin —clusterrole=cluster-" -"admin —user=user1 —user=user2 —group=group1" +"\t\t kubectl create clusterrolebinding cluster-admin --clusterrole=cluster-" +"admin --user=user1 --user=user2 --group=group1" #: pkg/kubectl/cmd/create_rolebinding.go:35 msgid "" @@ -44,8 +44,8 @@ msgstr "" "\n" "\t\t # Create a RoleBinding for user1, user2, and group1 using the admin " "ClusterRole\n" -"\t\t kubectl create rolebinding admin —clusterrole=admin —user=user1 —" -"user=user2 —group=group1" +"\t\t kubectl create rolebinding admin --clusterrole=admin --user=user1 --" +"user=user2 --group=group1" #: pkg/kubectl/cmd/create_configmap.go:44 msgid "" @@ -65,16 +65,16 @@ msgid "" msgstr "" "\n" "\t\t # Create a new configmap named my-config based on folder bar\n" -"\t\t kubectl create configmap my-config —from-file=path/to/bar\n" +"\t\t kubectl create configmap my-config --from-file=path/to/bar\n" "\n" "\t\t # Create a new configmap named my-config with specified keys instead " "of file basenames on disk\n" -"\t\t kubectl create configmap my-config —from-file=key1=/path/to/bar/file1." -"txt —from-file=key2=/path/to/bar/file2.txt\n" +"\t\t kubectl create configmap my-config --from-file=key1=/path/to/bar/file1." +"txt --from-file=key2=/path/to/bar/file2.txt\n" "\n" "\t\t # Create a new configmap named my-config with key1=config1 and " "key2=config2\n" -"\t\t kubectl create configmap my-config —from-literal=key1=config1 —from-" +"\t\t kubectl create configmap my-config --from-literal=key1=config1 --from-" "literal=key2=config2" #: pkg/kubectl/cmd/create_secret.go:135 @@ -87,11 +87,11 @@ msgid "" "password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL" msgstr "" "\n" -"\t\t # If you don’t already have a .dockercfg file, you can create a " +"\t\t # If you don't already have a .dockercfg file, you can create a " "dockercfg secret directly by using:\n" -"\t\t kubectl create secret docker-registry my-secret —docker-" -"server=DOCKER_REGISTRY_SERVER —docker-username=DOCKER_USER —docker-" -"password=DOCKER_PASSWORD —docker-email=DOCKER_EMAIL" +"\t\t kubectl create secret docker-registry my-secret --docker-" +"server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-" +"password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL" #: pkg/kubectl/cmd/top_node.go:65 msgid "" @@ -136,15 +136,15 @@ msgstr "" "\t\t# Apply the JSON passed into stdin to a pod.\n" "\t\tcat pod.json | kubectl apply -f -\n" "\n" -"\t\t# Note: —prune is still in Alpha\n" +"\t\t# Note: --prune is still in Alpha\n" "\t\t# Apply the configuration in manifest.yaml that matches label app=nginx " "and delete all the other resources that are not in the file and match label " "app=nginx.\n" -"\t\tkubectl apply —prune -f manifest.yaml -l app=nginx\n" +"\t\tkubectl apply --prune -f manifest.yaml -l app=nginx\n" "\n" "\t\t# Apply the configuration in manifest.yaml and delete all the other " "configmaps that are not in the file.\n" -"\t\tkubectl apply —prune -f manifest.yaml —all —prune-whitelist=core/v1/" +"\t\tkubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/v1/" "ConfigMap" #: pkg/kubectl/cmd/autoscale.go:40 @@ -161,14 +161,14 @@ msgid "" "\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80" msgstr "" "\n" -"\t\t# Auto scale a deployment “foo”, with the number of pods between 2 and " +"\t\t# Auto scale a deployment \"foo\", with the number of pods between 2 and " "10, no target CPU utilization specified so a default autoscaling policy will " "be used:\n" -"\t\tkubectl autoscale deployment foo —min=2 —max=10\n" +"\t\tkubectl autoscale deployment foo --min=2 --max=10\n" "\n" -"\t\t# Auto scale a replication controller “foo”, with the number of pods " +"\t\t# Auto scale a replication controller \"foo\", with the number of pods " "between 1 and 5, target CPU utilization at 80%:\n" -"\t\tkubectl autoscale rc foo —max=5 —cpu-percent=80" +"\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80" #: pkg/kubectl/cmd/convert.go:49 msgid "" @@ -186,13 +186,13 @@ msgid "" "\t\tkubectl convert -f . | kubectl create -f -" msgstr "" "\n" -"\t\t# Convert ‘pod.yaml’ to latest version and print to stdout.\n" +"\t\t# Convert 'pod.yaml' to latest version and print to stdout.\n" "\t\tkubectl convert -f pod.yaml\n" "\n" -"\t\t# Convert the live state of the resource specified by ‘pod.yaml’ to the " +"\t\t# Convert the live state of the resource specified by 'pod.yaml' to the " "latest version\n" "\t\t# and print to stdout in json format.\n" -"\t\tkubectl convert -f pod.yaml —local -o json\n" +"\t\tkubectl convert -f pod.yaml --local -o json\n" "\n" "\t\t# Convert all files under current directory to latest version and create " "them all.\n" @@ -211,14 +211,14 @@ msgid "" "resource=pods --resource-name=readablepod" msgstr "" "\n" -"\t\t# Create a ClusterRole named “pod-reader” that allows user to perform " -"“get”, “watch” and “list” on pods\n" -"\t\tkubectl create clusterrole pod-reader —verb=get,list,watch —" +"\t\t# Create a ClusterRole named \"pod-reader\" that allows user to perform " +"\"get\", \"watch\" and \"list\" on pods\n" +"\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --" "resource=pods\n" "\n" -"\t\t# Create a ClusterRole named “pod-reader” with ResourceName specified\n" -"\t\tkubectl create clusterrole pod-reader —verb=get,list,watch —" -"resource=pods —resource-name=readablepod" +"\t\t# Create a ClusterRole named \"pod-reader\" with ResourceName specified\n" +"\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --" +"resource=pods --resource-name=readablepod" #: pkg/kubectl/cmd/create_role.go:41 msgid "" @@ -233,14 +233,14 @@ msgid "" "resource=pods --resource-name=readablepod" msgstr "" "\n" -"\t\t# Create a Role named “pod-reader” that allows user to perform “get”, " -"“watch” and “list” on pods\n" -"\t\tkubectl create role pod-reader —verb=get —verb=list —verb=watch —" +"\t\t# Create a Role named \"pod-reader\" that allows user to perform \"get" +"\", \"watch\" and \"list\" on pods\n" +"\t\tkubectl create role pod-reader --verb=get --verb=list --verb=watch --" "resource=pods\n" "\n" -"\t\t# Create a Role named “pod-reader” with ResourceName specified\n" -"\t\tkubectl create role pod-reader —verb=get —verg=list —verb=watch —" -"resource=pods —resource-name=readablepod" +"\t\t# Create a Role named \"pod-reader\" with ResourceName specified\n" +"\t\tkubectl create role pod-reader --verb=get --verg=list --verb=watch --" +"resource=pods --resource-name=readablepod" #: pkg/kubectl/cmd/create_quota.go:35 msgid "" @@ -255,12 +255,12 @@ msgid "" msgstr "" "\n" "\t\t# Create a new resourcequota named my-quota\n" -"\t\tkubectl create quota my-quota —hard=cpu=1,memory=1G,pods=2,services=3," +"\t\tkubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3," "replicationcontrollers=2,resourcequotas=1,secrets=5," "persistentvolumeclaims=10\n" "\n" "\t\t# Create a new resourcequota named best-effort\n" -"\t\tkubectl create quota best-effort —hard=pods=100 —scopes=BestEffort" +"\t\tkubectl create quota best-effort --hard=pods=100 --scopes=BestEffort" #: pkg/kubectl/cmd/create_pdb.go:35 #, c-format @@ -284,14 +284,14 @@ msgstr "" "with the app=rails label\n" "\t\t# and require at least one of them being available at any point in " "time.\n" -"\t\tkubectl create poddisruptionbudget my-pdb —selector=app=rails —min-" +"\t\tkubectl create poddisruptionbudget my-pdb --selector=app=rails --min-" "available=1\n" "\n" "\t\t# Create a pod disruption budget named my-pdb that will select all pods " "with the app=nginx label\n" "\t\t# and require at least half of the pods selected to be available at any " "point in time.\n" -"\t\tkubectl create pdb my-pdb —selector=app=nginx —min-available=50%" +"\t\tkubectl create pdb my-pdb --selector=app=nginx --min-available=50%" #: pkg/kubectl/cmd/create.go:47 msgid "" @@ -315,7 +315,7 @@ msgstr "" "\n" "\t\t# Edit the data in docker-registry.yaml in JSON using the v1 API format " "then create the resource using the edited data.\n" -"\t\tkubectl create -f docker-registry.yaml —edit —output-version=v1 -o json" +"\t\tkubectl create -f docker-registry.yaml --edit --output-version=v1 -o json" #: pkg/kubectl/cmd/expose.go:53 msgid "" @@ -363,24 +363,25 @@ msgstr "" "\n" "\t\t# Create a service for a pod valid-pod, which serves on port 444 with " "the name \"frontend\"\n" -"\t\tkubectl expose pod valid-pod —port=444 —name=frontend\n" +"\t\tkubectl expose pod valid-pod --port=444 --name=frontend\n" "\n" "\t\t# Create a second service based on the above service, exposing the " -"container port 8443 as port 443 with the name “nginx-https”\n" -"\t\tkubectl expose service nginx —port=443 —target-port=8443 —name=nginx-" +"container port 8443 as port 443 with the name \"nginx-https\"\n" +"\t\tkubectl expose service nginx --port=443 --target-port=8443 --name=nginx-" "https\n" "\n" "\t\t# Create a service for a replicated streaming application on port 4100 " -"balancing UDP traffic and named ‘video-stream’.\n" -"\t\tkubectl expose rc streamer —port=4100 —protocol=udp —name=video-stream\n" +"balancing UDP traffic and named 'video-stream'.\n" +"\t\tkubectl expose rc streamer --port=4100 --protocol=udp --name=video-" +"stream\n" "\n" "\t\t# Create a service for a replicated nginx using replica set, which " "serves on port 80 and connects to the containers on port 8000.\n" -"\t\tkubectl expose rs nginx —port=80 —target-port=8000\n" +"\t\tkubectl expose rs nginx --port=80 --target-port=8000\n" "\n" "\t\t# Create a service for an nginx deployment, which serves on port 80 and " "connects to the containers on port 8000.\n" -"\t\tkubectl expose deployment nginx —port=80 —target-port=8000" +"\t\tkubectl expose deployment nginx --port=80 --target-port=8000" #: pkg/kubectl/cmd/delete.go:68 msgid "" @@ -415,20 +416,20 @@ msgstr "" "stdin.\n" "\t\tcat pod.json | kubectl delete -f -\n" "\n" -"\t\t# Delete pods and services with same names “baz” and “foo”\n" +"\t\t# Delete pods and services with same names \"baz\" and \"foo\"\n" "\t\tkubectl delete pod,service baz foo\n" "\n" "\t\t# Delete pods and services with label name=myLabel.\n" "\t\tkubectl delete pods,services -l name=myLabel\n" "\n" "\t\t# Delete a pod with minimal delay\n" -"\t\tkubectl delete pod foo —now\n" +"\t\tkubectl delete pod foo --now\n" "\n" "\t\t# Force delete a pod on a dead node\n" -"\t\tkubectl delete pod foo —grace-period=0 —force\n" +"\t\tkubectl delete pod foo --grace-period=0 --force\n" "\n" "\t\t# Delete all pods\n" -"\t\tkubectl delete pods —all" +"\t\tkubectl delete pods --all" #: pkg/kubectl/cmd/describe.go:54 msgid "" @@ -460,7 +461,7 @@ msgstr "" "\t\t# Describe a pod\n" "\t\tkubectl describe pods/nginx\n" "\n" -"\t\t# Describe a pod identified by type and name in “pod.json”\n" +"\t\t# Describe a pod identified by type and name in \"pod.json\"\n" "\t\tkubectl describe -f pod.json\n" "\n" "\t\t# Describe all pods\n" @@ -469,7 +470,7 @@ msgstr "" "\t\t# Describe pods by label name=myLabel\n" "\t\tkubectl describe po -l name=myLabel\n" "\n" -"\t\t# Describe all pods managed by the ‘frontend’ replication controller (rc-" +"\t\t# Describe all pods managed by the 'frontend' replication controller (rc-" "created pods\n" "\t\t# get the name of the rc as a prefix in the pod the name).\n" "\t\tkubectl describe pods frontend" @@ -487,14 +488,14 @@ msgid "" "\t\t$ kubectl drain foo --grace-period=900" msgstr "" "\n" -"\t\t# Drain node “foo”, even if there are pods not managed by a " +"\t\t# Drain node \"foo\", even if there are pods not managed by a " "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet on it.\n" -"\t\t$ kubectl drain foo —force\n" +"\t\t$ kubectl drain foo --force\n" "\n" "\t\t# As above, but abort if there are pods not managed by a " "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet, and use a " "grace period of 15 minutes.\n" -"\t\t$ kubectl drain foo —grace-period=900" +"\t\t$ kubectl drain foo --grace-period=900" #: pkg/kubectl/cmd/edit.go:80 msgid "" @@ -513,18 +514,18 @@ msgid "" "\t\tkubectl edit deployment/mydeployment -o yaml --save-config" msgstr "" "\n" -"\t\t# Edit the service named ‘docker-registry’:\n" +"\t\t# Edit the service named 'docker-registry':\n" "\t\tkubectl edit svc/docker-registry\n" "\n" "\t\t# Use an alternative editor\n" -"\t\tKUBE_EDITOR=“nano” kubectl edit svc/docker-registry\n" +"\t\tKUBE_EDITOR=\"nano\" kubectl edit svc/docker-registry\n" "\n" -"\t\t# Edit the job ‘myjob’ in JSON using the v1 API format:\n" +"\t\t# Edit the job 'myjob' in JSON using the v1 API format:\n" "\t\tkubectl edit job.v1.batch/myjob -o json\n" "\n" -"\t\t# Edit the deployment ‘mydeployment’ in YAML and save the modified " +"\t\t# Edit the deployment 'mydeployment' in YAML and save the modified " "config in its annotation:\n" -"\t\tkubectl edit deployment/mydeployment -o yaml —save-config" +"\t\tkubectl edit deployment/mydeployment -o yaml --save-config" #: pkg/kubectl/cmd/exec.go:41 msgid "" @@ -542,17 +543,17 @@ msgid "" "\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il" msgstr "" "\n" -"\t\t# Get output from running ‘date’ from pod 123456-7890, using the first " +"\t\t# Get output from running 'date' from pod 123456-7890, using the first " "container by default\n" "\t\tkubectl exec 123456-7890 date\n" "\n" -"\t\t# Get output from running ‘date’ in ruby-container from pod 123456-7890\n" +"\t\t# Get output from running 'date' in ruby-container from pod 123456-7890\n" "\t\tkubectl exec 123456-7890 -c ruby-container date\n" "\n" -"\t\t# Switch to raw terminal mode, sends stdin to ‘bash’ in ruby-container " +"\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-container " "from pod 123456-7890\n" -"\t\t# and sends stdout/stderr from ‘bash’ back to the client\n" -"\t\tkubectl exec 123456-7890 -c ruby-container -i -t — bash -il" +"\t\t# and sends stdout/stderr from 'bash' back to the client\n" +"\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il" #: pkg/kubectl/cmd/attach.go:42 msgid "" @@ -581,9 +582,9 @@ msgstr "" "\t\t# Get output from ruby-container from pod 123456-7890\n" "\t\tkubectl attach 123456-7890 -c ruby-container\n" "\n" -"\t\t# Switch to raw terminal mode, sends stdin to ‘bash’ in ruby-container " +"\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-container " "from pod 123456-7890\n" -"\t\t# and sends stdout/stderr from ‘bash’ back to the client\n" +"\t\t# and sends stdout/stderr from 'bash' back to the client\n" "\t\tkubectl attach 123456-7890 -c ruby-container -i -t\n" "\n" "\t\t# Get output from the first pod of a ReplicaSet named nginx\n" @@ -645,10 +646,10 @@ msgstr "" "\n" "\t\t# Write bash completion code to a file and source if from .bash_profile\n" "\t\tkubectl completion bash > ~/.kube/completion.bash.inc\n" -"\t\tprintf “\n" +"\t\tprintf \"\n" "# Kubectl shell completion\n" -"source ‘$HOME/.kube/completion.bash.inc’\n" -"“ >> $HOME/.bash_profile\n" +"source '$HOME/.kube/completion.bash.inc'\n" +"\" >> $HOME/.bash_profile\n" "\t\tsource $HOME/.bash_profile\n" "\n" "\t\t# Load the kubectl completion code for zsh[1] into the current shell\n" @@ -703,12 +704,12 @@ msgstr "" "\t\t# List a single pod in JSON output format.\n" "\t\tkubectl get -o json pod web-pod-13je7\n" "\n" -"\t\t# List a pod identified by type and name specified in “pod.yaml” in JSON " -"output format.\n" +"\t\t# List a pod identified by type and name specified in \"pod.yaml\" in " +"JSON output format.\n" "\t\tkubectl get -f pod.yaml -o json\n" "\n" "\t\t# Return only the phase value of the specified pod.\n" -"\t\tkubectl get -o template pod/web-pod-13je7 —template={{.status.phase}}\n" +"\t\tkubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}\n" "\n" "\t\t# List all replication controllers and services together in ps output " "format.\n" @@ -757,9 +758,10 @@ msgid "" "\t\t$ kubectl uncordon foo" msgstr "" "\n" -"\t\t# Mark node “foo” as schedulable.\n" +"\t\t# Mark node \"foo\" as schedulable.\n" "\t\t$ kubectl uncordon foo" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102 #: pkg/kubectl/cmd/drain.go:93 msgid "" "\n" @@ -767,7 +769,7 @@ msgid "" "\t\tkubectl cordon foo" msgstr "" "\n" -"\t\t# Mark node “foo” as unschedulable.\n" +"\t\t# Mark node \"foo\" as unschedulable.\n" "\t\tkubectl cordon foo" #: pkg/kubectl/cmd/patch.go:66 @@ -791,21 +793,22 @@ msgid "" msgstr "" "\n" "\t\t# Partially update a node using strategic merge patch\n" -"\t\tkubectl patch node k8s-node-1 -p ‘{“spec”:{“unschedulable”:true}}’\n" +"\t\tkubectl patch node k8s-node-1 -p '{\"spec\":{\"unschedulable\":true}}'\n" "\n" "\t\t# Partially update a node identified by the type and name specified in " -"“node.json” using strategic merge patch\n" -"\t\tkubectl patch -f node.json -p ‘{“spec”:{“unschedulable”:true}}’\n" +"\"node.json\" using strategic merge patch\n" +"\t\tkubectl patch -f node.json -p '{\"spec\":{\"unschedulable\":true}}'\n" "\n" -"\t\t# Update a container’s image; spec.containers[*].name is required " -"because it’s a merge key\n" -"\t\tkubectl patch pod valid-pod -p ‘{“spec”:{“containers”:" -"[{“name”:”kubernetes-serve-hostname”,”image”:”new image”}]}}’\n" +"\t\t# Update a container's image; spec.containers[*].name is required " +"because it's a merge key\n" +"\t\tkubectl patch pod valid-pod -p '{\"spec\":{\"containers\":[{\"name\":" +"\"kubernetes-serve-hostname\",\"image\":\"new image\"}]}}'\n" "\n" -"\t\t# Update a container’s image using a json patch with positional arrays\n" -"\t\tkubectl patch pod valid-pod —type=‘json’ -p=‘[{“op”: “replace”, “path”: " -"“/spec/containers/0/image”, “value”:”new image”}]’" +"\t\t# Update a container's image using a json patch with positional arrays\n" +"\t\tkubectl patch pod valid-pod --type='json' -p='[{\"op\": \"replace\", " +"\"path\": \"/spec/containers/0/image\", \"value\":\"new image\"}]'" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/options.go#L37 #: pkg/kubectl/cmd/options.go:29 msgid "" "\n" @@ -826,6 +829,7 @@ msgstr "" "\t\t# Print the address of the master and cluster services\n" "\t\tkubectl cluster-info" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/version.go#L39 #: pkg/kubectl/cmd/version.go:32 msgid "" "\n" @@ -869,12 +873,12 @@ msgstr "" "\t\t# Replace a pod based on the JSON passed into stdin.\n" "\t\tcat pod.json | kubectl replace -f -\n" "\n" -"\t\t# Update a single-container pod’s image version (tag) to v4\n" -"\t\tkubectl get pod mypod -o yaml | sed ’s/\\(image: myimage\\):.*$/:v4/‘ | " +"\t\t# Update a single-container pod's image version (tag) to v4\n" +"\t\tkubectl get pod mypod -o yaml | sed 's/\\(image: myimage\\):.*$/:v4/' | " "kubectl replace -f -\n" "\n" "\t\t# Force replace, delete and then re-create the resource\n" -"\t\tkubectl replace —force -f ./pod.json" +"\t\tkubectl replace --force -f ./pod.json" #: pkg/kubectl/cmd/logs.go:40 msgid "" @@ -920,10 +924,10 @@ msgstr "" "\t\tkubectl logs -f -c ruby web-1\n" "\n" "\t\t# Display only the most recent 20 lines of output in pod nginx\n" -"\t\tkubectl logs —tail=20 nginx\n" +"\t\tkubectl logs --tail=20 nginx\n" "\n" "\t\t# Show all logs from pod nginx written in the last hour\n" -"\t\tkubectl logs —since=1h nginx\n" +"\t\tkubectl logs --since=1h nginx\n" "\n" "\t\t# Return snapshot logs from first container of a job named hello\n" "\t\tkubectl logs job/hello\n" @@ -952,17 +956,17 @@ msgstr "" "\n" "\t\t# Run a proxy to kubernetes apiserver on port 8011, serving static " "content from ./local/www/\n" -"\t\tkubectl proxy —port=8011 —www=./local/www/\n" +"\t\tkubectl proxy --port=8011 --www=./local/www/\n" "\n" "\t\t# Run a proxy to kubernetes apiserver on an arbitrary local port.\n" "\t\t# The chosen port for the server will be output to stdout.\n" -"\t\tkubectl proxy —port=0\n" +"\t\tkubectl proxy --port=0\n" "\n" "\t\t# Run a proxy to kubernetes apiserver, changing the api prefix to k8s-" "api\n" "\t\t# This makes e.g. the pods api available at localhost:8001/k8s-api/v1/" "pods/\n" -"\t\tkubectl proxy —api-prefix=/k8s-api" +"\t\tkubectl proxy --api-prefix=/k8s-api" #: pkg/kubectl/cmd/scale.go:43 msgid "" @@ -984,21 +988,21 @@ msgid "" "\t\tkubectl scale --replicas=3 job/cron" msgstr "" "\n" -"\t\t# Scale a replicaset named ‘foo’ to 3.\n" -"\t\tkubectl scale —replicas=3 rs/foo\n" +"\t\t# Scale a replicaset named 'foo' to 3.\n" +"\t\tkubectl scale --replicas=3 rs/foo\n" "\n" -"\t\t# Scale a resource identified by type and name specified in “foo.yaml” " +"\t\t# Scale a resource identified by type and name specified in \"foo.yaml\" " "to 3.\n" -"\t\tkubectl scale —replicas=3 -f foo.yaml\n" +"\t\tkubectl scale --replicas=3 -f foo.yaml\n" "\n" -"\t\t# If the deployment named mysql’s current size is 2, scale mysql to 3.\n" -"\t\tkubectl scale —current-replicas=2 —replicas=3 deployment/mysql\n" +"\t\t# If the deployment named mysql's current size is 2, scale mysql to 3.\n" +"\t\tkubectl scale --current-replicas=2 --replicas=3 deployment/mysql\n" "\n" "\t\t# Scale multiple replication controllers.\n" -"\t\tkubectl scale —replicas=5 rc/foo rc/bar rc/baz\n" +"\t\tkubectl scale --replicas=5 rc/foo rc/bar rc/baz\n" "\n" -"\t\t# Scale job named ‘cron’ to 3.\n" -"\t\tkubectl scale —replicas=3 job/cron" +"\t\t# Scale job named 'cron' to 3.\n" +"\t\tkubectl scale --replicas=3 job/cron" #: pkg/kubectl/cmd/apply_set_last_applied.go:67 msgid "" @@ -1160,25 +1164,25 @@ msgstr "" "\n" "\t\t# Start a pod of busybox and keep it in the foreground, don't restart it " "if it exits.\n" -"\t\tkubectl run -i -t busybox —image=busybox —restart=Never\n" +"\t\tkubectl run -i -t busybox --image=busybox --restart=Never\n" "\n" "\t\t# Start the nginx container using the default command, but use custom " "arguments (arg1 .. argN) for that command.\n" -"\t\tkubectl run nginx —image=nginx — \n" +"\t\tkubectl run nginx --image=nginx -- ... \n" "\n" "\t\t# Start the nginx container using a different command and custom " "arguments.\n" -"\t\tkubectl run nginx —image=nginx —command — \n" +"\t\tkubectl run nginx --image=nginx --command -- ... \n" "\n" "\t\t# Start the perl container to compute π to 2000 places and print it " "out.\n" -"\t\tkubectl run pi —image=perl —restart=OnFailure — perl -Mbignum=bpi -wle " -"‘print bpi(2000)’\n" +"\t\tkubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -" +"wle 'print bpi(2000)'\n" "\n" "\t\t# Start the cron job to compute π to 2000 places and print it out every " "5 minutes.\n" -"\t\tkubectl run pi —schedule=“0/5 * * * ?” —image=perl —restart=OnFailure — " -"perl -Mbignum=bpi -wle ‘print bpi(2000)’" +"\t\tkubectl run pi --schedule=\"0/5 * * * ?\" --image=perl --" +"restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)'" #: pkg/kubectl/cmd/taint.go:67 msgid "" @@ -1197,17 +1201,17 @@ msgid "" "\t\tkubectl taint nodes foo dedicated-" msgstr "" "\n" -"\t\t# Update node ‘foo’ with a taint with key ‘dedicated’ and value ‘special-" -"user’ and effect ‘NoSchedule’.\n" +"\t\t# Update node 'foo' with a taint with key 'dedicated' and value 'special-" +"user' and effect 'NoSchedule'.\n" "\t\t# If a taint with that key and effect already exists, its value is " "replaced as specified.\n" "\t\tkubectl taint nodes foo dedicated=special-user:NoSchedule\n" "\n" -"\t\t# Remove from node ‘foo’ the taint with key ‘dedicated’ and effect " -"‘NoSchedule’ if one exists.\n" +"\t\t# Remove from node 'foo' the taint with key 'dedicated' and effect " +"'NoSchedule' if one exists.\n" "\t\tkubectl taint nodes foo dedicated:NoSchedule-\n" "\n" -"\t\t# Remove from node ‘foo’ all the taints with key ‘dedicated’\n" +"\t\t# Remove from node 'foo' all the taints with key 'dedicated'\n" "\t\tkubectl taint nodes foo dedicated-" #: pkg/kubectl/cmd/label.go:77 @@ -1234,24 +1238,24 @@ msgid "" "\t\tkubectl label pods foo bar-" msgstr "" "\n" -"\t\t# Update pod ‘foo’ with the label ‘unhealthy’ and the value ‘true’.\n" +"\t\t# Update pod 'foo' with the label 'unhealthy' and the value 'true'.\n" "\t\tkubectl label pods foo unhealthy=true\n" "\n" -"\t\t# Update pod ‘foo’ with the label ‘status’ and the value ‘unhealthy’, " +"\t\t# Update pod 'foo' with the label 'status' and the value 'unhealthy', " "overwriting any existing value.\n" -"\t\tkubectl label —overwrite pods foo status=unhealthy\n" +"\t\tkubectl label --overwrite pods foo status=unhealthy\n" "\n" "\t\t# Update all pods in the namespace\n" -"\t\tkubectl label pods —all status=unhealthy\n" +"\t\tkubectl label pods --all status=unhealthy\n" "\n" -"\t\t# Update a pod identified by the type and name in “pod.json”\n" +"\t\t# Update a pod identified by the type and name in \"pod.json\"\n" "\t\tkubectl label -f pod.json status=unhealthy\n" "\n" -"\t\t# Update pod ‘foo’ only if the resource is unchanged from version 1.\n" -"\t\tkubectl label pods foo status=unhealthy —resource-version=1\n" +"\t\t# Update pod 'foo' only if the resource is unchanged from version 1.\n" +"\t\tkubectl label pods foo status=unhealthy --resource-version=1\n" "\n" -"\t\t# Update pod ‘foo’ by removing a label named ‘bar’ if it exists.\n" -"\t\t# Does not require the —overwrite flag.\n" +"\t\t# Update pod 'foo' by removing a label named 'bar' if it exists.\n" +"\t\t# Does not require the --overwrite flag.\n" "\t\tkubectl label pods foo bar-" #: pkg/kubectl/cmd/rollingupdate.go:54 @@ -1288,15 +1292,15 @@ msgstr "" "\t\t# Update the pods of frontend-v1 to frontend-v2 by just changing the " "image, and switching the\n" "\t\t# name of the replication controller.\n" -"\t\tkubectl rolling-update frontend-v1 frontend-v2 —image=image:v2\n" +"\t\tkubectl rolling-update frontend-v1 frontend-v2 --image=image:v2\n" "\n" "\t\t# Update the pods of frontend by just changing the image, and keeping " "the old name.\n" -"\t\tkubectl rolling-update frontend —image=image:v2\n" +"\t\tkubectl rolling-update frontend --image=image:v2\n" "\n" "\t\t# Abort and reverse an existing rollout in progress (from frontend-v1 to " "frontend-v2).\n" -"\t\tkubectl rolling-update frontend-v1 frontend-v2 —rollback" +"\t\tkubectl rolling-update frontend-v1 frontend-v2 --rollback" #: pkg/kubectl/cmd/apply_view_last_applied.go:52 msgid "" @@ -1330,13 +1334,13 @@ msgid "" msgstr "" "\n" "\t\tApply a configuration to a resource by filename or stdin.\n" -"\t\tThis resource will be created if it doesn’t exist yet.\n" -"\t\tTo use ‘apply’, always create the resource initially with either ‘apply’ " -"or ‘create —save-config’.\n" +"\t\tThis resource will be created if it doesn't exist yet.\n" +"\t\tTo use 'apply', always create the resource initially with either 'apply' " +"or 'create --save-config'.\n" "\n" "\t\tJSON and YAML formats are accepted.\n" "\n" -"\t\tAlpha Disclaimer: the —prune functionality is not yet complete. Do not " +"\t\tAlpha Disclaimer: the --prune functionality is not yet complete. Do not " "use unless you are aware of what the current state is. See https://issues." "k8s.io/34274." @@ -1362,7 +1366,7 @@ msgstr "" "\n" "\t\tThe command takes filename, directory, or URL as input, and convert it " "into format\n" -"\t\tof version specified by —output-version flag. If target version is not " +"\t\tof version specified by --output-version flag. If target version is not " "specified or\n" "\t\tnot supported, convert to latest version.\n" "\n" @@ -1370,6 +1374,7 @@ msgstr "" "-o option\n" "\t\tto change to output destination." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L68 #: pkg/kubectl/cmd/create_clusterrole.go:31 msgid "" "\n" @@ -1378,6 +1383,7 @@ msgstr "" "\n" "\t\tCreate a ClusterRole." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L43 #: pkg/kubectl/cmd/create_clusterrolebinding.go:32 msgid "" "\n" @@ -1386,6 +1392,7 @@ msgstr "" "\n" "\t\tCreate a ClusterRoleBinding for a particular ClusterRole." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L43 #: pkg/kubectl/cmd/create_rolebinding.go:32 msgid "" "\n" @@ -1444,6 +1451,7 @@ msgstr "" "are ignored (e.g. subdirectories,\n" "\t\tsymlinks, devices, pipes, etc)." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44 #: pkg/kubectl/cmd/create_namespace.go:32 msgid "" "\n" @@ -1483,11 +1491,11 @@ msgstr "" "\t\tWhen using the Docker command line to push images, you can authenticate " "to a given registry by running\n" "\n" -"\t\t $ docker login DOCKER_REGISTRY_SERVER —username=DOCKER_USER —" -"password=DOCKER_PASSWORD —email=DOCKER_EMAIL’.\n" +"\t\t $ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --" +"password=DOCKER_PASSWORD --email=DOCKER_EMAIL'.\n" "\n" -" That produces a ~/.dockercfg file that is used by subsequent ‘docker " -"push’ and ‘docker pull’ commands to\n" +" That produces a ~/.dockercfg file that is used by subsequent 'docker " +"push' and 'docker pull' commands to\n" "\t\tauthenticate to the registry. The email address is optional.\n" "\n" "\t\tWhen creating applications, you may have a Docker registry that requires " @@ -1496,6 +1504,7 @@ msgstr "" "You can provide this information\n" "\t\tby creating a dockercfg secret and attaching it to your service account." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L49 #: pkg/kubectl/cmd/create_pdb.go:32 msgid "" "\n" @@ -1506,6 +1515,7 @@ msgstr "" "\t\tCreate a pod disruption budget with the specified name, selector, and " "desired minimum available pods" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create.go#L56 #: pkg/kubectl/cmd/create.go:42 msgid "" "\n" @@ -1518,6 +1528,7 @@ msgstr "" "\n" "\t\tJSON and YAML formats are accepted." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47 #: pkg/kubectl/cmd/create_quota.go:32 msgid "" "\n" @@ -1528,6 +1539,7 @@ msgstr "" "\t\tCreate a resourcequota with the specified name, hard limits and optional " "scopes" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47 #: pkg/kubectl/cmd/create_role.go:38 msgid "" "\n" @@ -1570,6 +1582,7 @@ msgstr "" "are ignored (e.g. subdirectories,\n" "\t\tsymlinks, devices, pipes, etc)." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44 #: pkg/kubectl/cmd/create_serviceaccount.go:32 msgid "" "\n" @@ -1682,7 +1695,7 @@ msgstr "" "\t\tthe --force flag.\n" "\n" "\t\tIMPORTANT: Force deleting pods does not wait for confirmation that the " -"pod’s processes have been\n" +"pod's processes have been\n" "\t\tterminated, which can leave those processes running until the node " "detects the deletion and\n" "\t\tcompletes graceful deletion. If your processes use shared storage or " @@ -1724,7 +1737,7 @@ msgstr "" "\n" "\t\tThe stop command is deprecated, all its functionalities are covered by " "delete command.\n" -"\t\tSee ‘kubectl delete —help’ for more details.\n" +"\t\tSee 'kubectl delete --help' for more details.\n" "\n" "\t\tAttempts to shut down and delete a resource that supports graceful " "termination.\n" @@ -1757,7 +1770,7 @@ msgstr "" "\n" "\t\tDisplay Resource (CPU/Memory/Storage) usage of pods.\n" "\n" -"\t\tThe ‘top pod’ command allows you to see the resource consumption of " +"\t\tThe 'top pod' command allows you to see the resource consumption of " "pods.\n" "\n" "\t\tDue to the metrics pipeline delay, they may be unavailable for a few " @@ -1842,11 +1855,11 @@ msgstr "" "\t\tpods that are neither mirror pods nor managed by ReplicationController,\n" "\t\tReplicaSet, DaemonSet, StatefulSet or Job, then drain will not delete " "any pods unless you\n" -"\t\tuse —force. —force will also allow deletion to proceed if the managing " -"resource of one\n" +"\t\tuse --force. --force will also allow deletion to proceed if the " +"managing resource of one\n" "\t\tor more pods is missing.\n" "\n" -"\t\t’drain’ waits for graceful termination. You should not operate on the " +"\t\t'drain' waits for graceful termination. You should not operate on the " "machine until\n" "\t\tthe command completes.\n" "\n" @@ -1912,9 +1925,9 @@ msgstr "" "\t\tTo edit using a specific API version, fully-qualify the resource, " "version, and group.\n" "\n" -"\t\tThe default format is YAML. To edit in JSON, specify “-o json”.\n" +"\t\tThe default format is YAML. To edit in JSON, specify \"-o json\".\n" "\n" -"\t\tThe flag —windows-line-endings can be used to force Windows line " +"\t\tThe flag --windows-line-endings can be used to force Windows line " "endings,\n" "\t\totherwise the default for your operating system will be used.\n" "\n" @@ -1928,6 +1941,7 @@ msgstr "" "your temporary\n" "\t\tsaved copy to include the latest resource version." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L127 #: pkg/kubectl/cmd/drain.go:115 msgid "" "\n" @@ -1936,6 +1950,7 @@ msgstr "" "\n" "\t\tMark node as schedulable." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102 #: pkg/kubectl/cmd/drain.go:90 msgid "" "\n" @@ -1983,7 +1998,7 @@ msgstr "" "adding the\n" "\t\tfollowing line to the .bash_profile\n" "\n" -"\t\t $ source $(brew —prefix)/etc/bash_completion\n" +"\t\t $ source $(brew --prefix)/etc/bash_completion\n" "\n" "\t\tNote for zsh users: [1] zsh completions are only supported in versions " "of zsh >= 5.2" @@ -2064,8 +2079,8 @@ msgstr "" "\t\tScale also allows users to specify one or more preconditions for the " "scale action.\n" "\n" -"\t\tIf —current-replicas or —resource-version is specified, it is validated " -"before the\n" +"\t\tIf --current-replicas or --resource-version is specified, it is " +"validated before the\n" "\t\tscale is attempted, and it is guaranteed that the precondition holds " "true when the\n" "\t\tscale is sent to the server." @@ -2083,7 +2098,7 @@ msgstr "" "\t\tSet the latest last-applied-configuration annotations by setting it to " "match the contents of a file.\n" "\t\tThis results in the last-applied-configuration being updated as though " -"‘kubectl apply -f ’ was run,\n" +"'kubectl apply -f ' was run,\n" "\t\twithout updating any other parts of the object." #: pkg/kubectl/cmd/proxy.go:36 @@ -2109,20 +2124,20 @@ msgstr "" "\n" "\t\tTo proxy all of the kubernetes api and nothing else, use:\n" "\n" -"\t\t $ kubectl proxy —api-prefix=/\n" +"\t\t $ kubectl proxy --api-prefix=/\n" "\n" "\t\tTo proxy only part of the kubernetes api and also some static files:\n" "\n" -"\t\t $ kubectl proxy —www=/my/files —www-prefix=/static/ —api-prefix=/" +"\t\t $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-prefix=/" "api/\n" "\n" -"\t\tThe above lets you ‘curl localhost:8001/api/v1/pods’.\n" +"\t\tThe above lets you 'curl localhost:8001/api/v1/pods'.\n" "\n" "\t\tTo proxy the entire kubernetes api at a different root, use:\n" "\n" -"\t\t $ kubectl proxy —api-prefix=/custom/\n" +"\t\t $ kubectl proxy --api-prefix=/custom/\n" "\n" -"\t\tThe above lets you ‘curl localhost:8001/custom/api/v1/pods’" +"\t\tThe above lets you 'curl localhost:8001/custom/api/v1/pods'" #: pkg/kubectl/cmd/patch.go:59 msgid "" @@ -2162,10 +2177,10 @@ msgstr "" "\n" "\t\t* A label must begin with a letter or number, and may contain letters, " "numbers, hyphens, dots, and underscores, up to %[1]d characters.\n" -"\t\t* If —overwrite is true, then existing labels can be overwritten, " +"\t\t* If --overwrite is true, then existing labels can be overwritten, " "otherwise attempting to overwrite a label will result in an error.\n" -"\t\t* If —resource-version is specified, then updates will use this resource " -"version, otherwise the existing resource-version will be used." +"\t\t* If --resource-version is specified, then updates will use this " +"resource version, otherwise the existing resource-version will be used." #: pkg/kubectl/cmd/taint.go:58 #, c-format @@ -2236,8 +2251,8 @@ msgid "" msgstr "" "\n" "\t # !!!Important Note!!!\n" -"\t # Requires that the ‘tar’ binary is present in your container\n" -"\t # image. If ‘tar’ is not present, ‘kubectl cp’ will fail.\n" +"\t # Requires that the 'tar' binary is present in your container\n" +"\t # image. If 'tar' is not present, 'kubectl cp' will fail.\n" "\n" "\t # Copy /tmp/foo_dir local directory to /tmp/bar_dir in a remote pod in " "the default namespace\n" @@ -2263,8 +2278,8 @@ msgid "" msgstr "" "\n" "\t # Create a new TLS secret named tls-secret with the given key pair:\n" -"\t kubectl create secret tls tls-secret —cert=path/to/tls.cert —key=path/to/" -"tls.key" +"\t kubectl create secret tls tls-secret --cert=path/to/tls.cert --key=path/" +"to/tls.key" #: pkg/kubectl/cmd/create_namespace.go:35 msgid "" @@ -2296,17 +2311,17 @@ msgstr "" "\n" "\t # Create a new secret named my-secret with keys for each file in folder " "bar\n" -"\t kubectl create secret generic my-secret —from-file=path/to/bar\n" +"\t kubectl create secret generic my-secret --from-file=path/to/bar\n" "\n" "\t # Create a new secret named my-secret with specified keys instead of " "names on disk\n" -"\t kubectl create secret generic my-secret —from-file=ssh-privatekey=~/.ssh/" -"id_rsa —from-file=ssh-publickey=~/.ssh/id_rsa.pub\n" +"\t kubectl create secret generic my-secret --from-file=ssh-privatekey=~/." +"ssh/id_rsa --from-file=ssh-publickey=~/.ssh/id_rsa.pub\n" "\n" "\t # Create a new secret named my-secret with key1=supersecret and " "key2=topsecret\n" -"\t kubectl create secret generic my-secret —from-literal=key1=supersecret —" -"from-literal=key2=topsecret" +"\t kubectl create secret generic my-secret --from-literal=key1=supersecret " +"--from-literal=key2=topsecret" #: pkg/kubectl/cmd/create_serviceaccount.go:35 msgid "" @@ -2326,7 +2341,7 @@ msgid "" msgstr "" "\n" "\t# Create a new ExternalName service named my-ns \n" -"\tkubectl create service externalname my-ns —external-name bar.com" +"\tkubectl create service externalname my-ns --external-name bar.com" #: pkg/kubectl/cmd/create_service.go:225 msgid "" @@ -2362,7 +2377,7 @@ msgid "" msgstr "" "\n" " # Create a new LoadBalancer service named my-lbs\n" -" kubectl create service loadbalancer my-lbs —tcp=5678:8080" +" kubectl create service loadbalancer my-lbs --tcp=5678:8080" #: pkg/kubectl/cmd/create_service.go:53 msgid "" @@ -2375,10 +2390,10 @@ msgid "" msgstr "" "\n" " # Create a new clusterIP service named my-cs\n" -" kubectl create service clusterip my-cs —tcp=5678:8080\n" +" kubectl create service clusterip my-cs --tcp=5678:8080\n" "\n" " # Create a new clusterIP service named my-cs (in headless mode)\n" -" kubectl create service clusterip my-cs —clusterip=“None”" +" kubectl create service clusterip my-cs --clusterip=\"None\"" #: pkg/kubectl/cmd/create_deployment.go:36 msgid "" @@ -2388,7 +2403,7 @@ msgid "" msgstr "" "\n" " # Create a new deployment named my-dep that runs the busybox image.\n" -" kubectl create deployment my-dep —image=busybox" +" kubectl create deployment my-dep --image=busybox" #: pkg/kubectl/cmd/create_service.go:116 msgid "" @@ -2398,7 +2413,7 @@ msgid "" msgstr "" "\n" " # Create a new nodeport service named my-ns\n" -" kubectl create service nodeport my-ns —tcp=5678:8080" +" kubectl create service nodeport my-ns --tcp=5678:8080" #: pkg/kubectl/cmd/clusterinfo_dump.go:62 msgid "" @@ -2421,13 +2436,13 @@ msgstr "" " kubectl cluster-info dump\n" "\n" " # Dump current cluster state to /path/to/cluster-state\n" -" kubectl cluster-info dump —output-directory=/path/to/cluster-state\n" +" kubectl cluster-info dump --output-directory=/path/to/cluster-state\n" "\n" " # Dump all namespaces to stdout\n" -" kubectl cluster-info dump —all-namespaces\n" +" kubectl cluster-info dump --all-namespaces\n" "\n" " # Dump a set of namespaces to /path/to/cluster-state\n" -" kubectl cluster-info dump —namespaces default,kube-system —output-" +" kubectl cluster-info dump --namespaces default,kube-system --output-" "directory=/path/to/cluster-state" #: pkg/kubectl/cmd/annotate.go:78 @@ -2467,25 +2482,26 @@ msgstr "" " kubectl annotate pods foo description='my frontend'\n" "\n" " # Update a pod identified by type and name in \"pod.json\"\n" -" kubectl annotate -f pod.json description=‘my frontend’\n" +" kubectl annotate -f pod.json description='my frontend'\n" "\n" -" # Update pod ‘foo’ with the annotation ‘description’ and the value ‘my " -"frontend running nginx’, overwriting any existing value.\n" -" kubectl annotate —overwrite pods foo description=‘my frontend running " -"nginx’\n" +" # Update pod 'foo' with the annotation 'description' and the value 'my " +"frontend running nginx', overwriting any existing value.\n" +" kubectl annotate --overwrite pods foo description='my frontend running " +"nginx'\n" "\n" " # Update all pods in the namespace\n" -" kubectl annotate pods —all description=‘my frontend running nginx’\n" +" kubectl annotate pods --all description='my frontend running nginx'\n" "\n" -" # Update pod ‘foo’ only if the resource is unchanged from version 1.\n" -" kubectl annotate pods foo description=‘my frontend running nginx’ —" +" # Update pod 'foo' only if the resource is unchanged from version 1.\n" +" kubectl annotate pods foo description='my frontend running nginx' --" "resource-version=1\n" "\n" -" # Update pod ‘foo’ by removing an annotation named ‘description’ if it " +" # Update pod 'foo' by removing an annotation named 'description' if it " "exists.\n" -" # Does not require the —overwrite flag.\n" +" # Does not require the --overwrite flag.\n" " kubectl annotate pods foo description-" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44 #: pkg/kubectl/cmd/create_service.go:170 msgid "" "\n" @@ -2494,6 +2510,7 @@ msgstr "" "\n" " Create a LoadBalancer service with the specified name." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44 #: pkg/kubectl/cmd/create_service.go:50 msgid "" "\n" @@ -2502,6 +2519,7 @@ msgstr "" "\n" " Create a clusterIP service with the specified name." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44 #: pkg/kubectl/cmd/create_deployment.go:33 msgid "" "\n" @@ -2510,6 +2528,7 @@ msgstr "" "\n" " Create a deployment with the specified name." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44 #: pkg/kubectl/cmd/create_service.go:113 msgid "" "\n" @@ -2537,11 +2556,11 @@ msgstr "" "\n" " Dumps cluster info out suitable for debugging and diagnosing cluster " "problems. By default, dumps everything to\n" -" stdout. You can optionally specify a directory with —output-directory. " +" stdout. You can optionally specify a directory with --output-directory. " "If you specify a directory, kubernetes will\n" " build a set of files in that directory. By default only dumps things in " -"the ‘kube-system’ namespace, but you can\n" -" switch to a different namespace with the —namespaces flag, or specify —" +"the 'kube-system' namespace, but you can\n" +" switch to a different namespace with the --namespaces flag, or specify --" "all-namespaces to dump all namespaces.\n" "\n" " The command also dumps the logs of all of the pods in the cluster, these " @@ -2559,9 +2578,10 @@ msgstr "" "\n" " Display addresses of the master and services with label kubernetes.io/" "cluster-service=true\n" -" To further debug and diagnose cluster problems, use ‘kubectl cluster-info " -"dump’." +" To further debug and diagnose cluster problems, use 'kubectl cluster-info " +"dump'." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L61 #: pkg/kubectl/cmd/create_quota.go:62 msgid "" "A comma-delimited set of quota scopes that must all match each object " @@ -2570,12 +2590,14 @@ msgstr "" "A comma-delimited set of quota scopes that must all match each object " "tracked by the quota." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L60 #: pkg/kubectl/cmd/create_quota.go:61 msgid "" "A comma-delimited set of resource=quantity pairs that define a hard limit." msgstr "" "A comma-delimited set of resource=quantity pairs that define a hard limit." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L63 #: pkg/kubectl/cmd/create_pdb.go:64 msgid "" "A label selector to use for this budget. Only equality-based selector " @@ -2584,6 +2606,7 @@ msgstr "" "A label selector to use for this budget. Only equality-based selector " "requirements are supported." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L106 #: pkg/kubectl/cmd/expose.go:104 msgid "" "A label selector to use for this service. Only equality-based selector " @@ -2594,10 +2617,12 @@ msgstr "" "requirements are supported. If empty (the default) infer the selector from " "the replication controller or replica set.)" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L136 #: pkg/kubectl/cmd/run.go:139 msgid "A schedule in the Cron format the job should be run with." msgstr "A schedule in the Cron format the job should be run with." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L111 #: pkg/kubectl/cmd/expose.go:109 msgid "" "Additional external IP address (not managed by Kubernetes) to accept for the " @@ -2608,6 +2633,7 @@ msgstr "" "service. If this IP is routed to a node, the service can be accessed by this " "IP in addition to its generated service IP." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L119 #: pkg/kubectl/cmd/expose.go:110 pkg/kubectl/cmd/run.go:122 msgid "" "An inline JSON override for the generated object. If this is non-empty, it " @@ -2618,6 +2644,7 @@ msgstr "" "is used to override the generated object. Requires that the object supply a " "valid apiVersion field." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L134 #: pkg/kubectl/cmd/run.go:137 msgid "" "An inline JSON override for the generated service object. If this is non-" @@ -2626,140 +2653,167 @@ msgid "" msgstr "" "An inline JSON override for the generated service object. If this is non-" "empty, it is used to override the generated object. Requires that the object " -"supply a valid apiVersion field. Only used if —expose is true." +"supply a valid apiVersion field. Only used if --expose is true." -# https://github.com/kubernetes/kubernetes/blob/masterpkg/kubectl/cmd/apply.go#L98 #: pkg/kubectl/cmd/apply.go:104 msgid "Apply a configuration to a resource by filename or stdin" -msgstr "ファイル名を指定または標準入力経由でリソースにコンフィグを適用する" +msgstr "ファイル名または標準入力でリソースにコンフィグを適用する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L71 #: pkg/kubectl/cmd/certificates.go:72 msgid "Approve a certificate signing request" msgstr "Approve a certificate signing request" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L81 #: pkg/kubectl/cmd/create_service.go:82 msgid "" "Assign your own ClusterIP or set to 'None' for a 'headless' service (no " "loadbalancing)." msgstr "" -"Assign your own ClusterIP or set to ‘None’ for a ‘headless’ service (no " +"Assign your own ClusterIP or set to 'None' for a 'headless' service (no " "loadbalancing)." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/attach.go#L64 #: pkg/kubectl/cmd/attach.go:70 msgid "Attach to a running container" msgstr "Attach to a running container" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L55 #: pkg/kubectl/cmd/autoscale.go:56 msgid "Auto-scale a Deployment, ReplicaSet, or ReplicationController" msgstr "Auto-scale a Deployment, ReplicaSet, or ReplicationController" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L115 #: pkg/kubectl/cmd/expose.go:113 msgid "" "ClusterIP to be assigned to the service. Leave empty to auto-allocate, or " "set to 'None' to create a headless service." msgstr "" "ClusterIP to be assigned to the service. Leave empty to auto-allocate, or " -"set to ‘None’ to create a headless service." +"set to 'None' to create a headless service." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L55 #: pkg/kubectl/cmd/create_clusterrolebinding.go:56 msgid "ClusterRole this ClusterRoleBinding should reference" msgstr "ClusterRole this ClusterRoleBinding should reference" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L55 #: pkg/kubectl/cmd/create_rolebinding.go:56 msgid "ClusterRole this RoleBinding should reference" msgstr "ClusterRole this RoleBinding should reference" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L101 #: pkg/kubectl/cmd/rollingupdate.go:102 msgid "" "Container name which will have its image upgraded. Only relevant when --" "image is specified, ignored otherwise. Required when using --image on a " "multi-container pod" msgstr "" -"Container name which will have its image upgraded. Only relevant when —image " -"is specified, ignored otherwise. Required when using —image on a multi-" -"container pod" +"Container name which will have its image upgraded. Only relevant when --" +"image is specified, ignored otherwise. Required when using --image on a " +"multi-container pod" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/convert.go#L67 #: pkg/kubectl/cmd/convert.go:68 msgid "Convert config files between different API versions" msgstr "Convert config files between different API versions" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cp.go#L64 #: pkg/kubectl/cmd/cp.go:65 msgid "Copy files and directories to and from containers." msgstr "Copy files and directories to and from containers." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L43 #: pkg/kubectl/cmd/create_clusterrolebinding.go:44 msgid "Create a ClusterRoleBinding for a particular ClusterRole" msgstr "Create a ClusterRoleBinding for a particular ClusterRole" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L181 #: pkg/kubectl/cmd/create_service.go:182 msgid "Create a LoadBalancer service." msgstr "Create a LoadBalancer service." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L124 #: pkg/kubectl/cmd/create_service.go:125 msgid "Create a NodePort service." msgstr "Create a NodePort service." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L43 #: pkg/kubectl/cmd/create_rolebinding.go:44 msgid "Create a RoleBinding for a particular Role or ClusterRole" msgstr "Create a RoleBinding for a particular Role or ClusterRole" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L214 #: pkg/kubectl/cmd/create_secret.go:214 msgid "Create a TLS secret" msgstr "Create a TLS secret" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L68 #: pkg/kubectl/cmd/create_service.go:69 msgid "Create a clusterIP service." msgstr "Create a clusterIP service." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_configmap.go#L59 #: pkg/kubectl/cmd/create_configmap.go:60 msgid "Create a configmap from a local file, directory or literal value" msgstr "Create a configmap from a local file, directory or literal value" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44 #: pkg/kubectl/cmd/create_deployment.go:46 msgid "Create a deployment with the specified name." msgstr "Create a deployment with the specified name." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44 #: pkg/kubectl/cmd/create_namespace.go:45 msgid "Create a namespace with the specified name" msgstr "Create a namespace with the specified name" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L49 #: pkg/kubectl/cmd/create_pdb.go:50 msgid "Create a pod disruption budget with the specified name." msgstr "Create a pod disruption budget with the specified name." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47 #: pkg/kubectl/cmd/create_quota.go:48 msgid "Create a quota with the specified name." msgstr "Create a quota with the specified name." -# https://github.com/kubernetes/kubernetes/blob/masterpkg/kubectl/cmd/apply.go#L98 +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create.go#L56 #: pkg/kubectl/cmd/create.go:63 msgid "Create a resource by filename or stdin" -msgstr "ファイル名を指定または標準入力経由でリソースを作成する" +msgstr "ファイル名または標準入力でリソースを作成する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L143 #: pkg/kubectl/cmd/create_secret.go:144 msgid "Create a secret for use with a Docker registry" msgstr "Create a secret for use with a Docker registry" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L73 #: pkg/kubectl/cmd/create_secret.go:74 msgid "Create a secret from a local file, directory or literal value" msgstr "Create a secret from a local file, directory or literal value" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L34 #: pkg/kubectl/cmd/create_secret.go:35 msgid "Create a secret using specified subcommand" msgstr "Create a secret using specified subcommand" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44 #: pkg/kubectl/cmd/create_serviceaccount.go:45 msgid "Create a service account with the specified name" msgstr "Create a service account with the specified name" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L36 #: pkg/kubectl/cmd/create_service.go:37 msgid "Create a service using specified subcommand." msgstr "Create a service using specified subcommand." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L240 #: pkg/kubectl/cmd/create_service.go:241 msgid "Create an ExternalName service." msgstr "Create an ExternalName service." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/delete.go#L130 #: pkg/kubectl/cmd/delete.go:132 msgid "" "Delete resources by filenames, stdin, resources and names, or by resources " @@ -2778,10 +2832,12 @@ msgstr "kubeconfigから指定したクラスターを削除する" msgid "Delete the specified context from the kubeconfig" msgstr "kubeconfigから指定したコンテキストを削除する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L121 #: pkg/kubectl/cmd/certificates.go:122 msgid "Deny a certificate signing request" msgstr "Deny a certificate signing request" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/stop.go#L58 #: pkg/kubectl/cmd/stop.go:59 msgid "Deprecated: Gracefully shut down a resource by name or filename" msgstr "Deprecated: Gracefully shut down a resource by name or filename" @@ -2791,21 +2847,23 @@ msgstr "Deprecated: Gracefully shut down a resource by name or filename" msgid "Describe one or many contexts" msgstr "1つまたは複数のコンテキストを記述する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top_node.go#L77 #: pkg/kubectl/cmd/top_node.go:78 msgid "Display Resource (CPU/Memory) usage of nodes" msgstr "Display Resource (CPU/Memory) usage of nodes" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top_pod.go#L79 #: pkg/kubectl/cmd/top_pod.go:80 msgid "Display Resource (CPU/Memory) usage of pods" msgstr "Display Resource (CPU/Memory) usage of pods" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top.go#L43 #: pkg/kubectl/cmd/top.go:44 msgid "Display Resource (CPU/Memory) usage." msgstr "Display Resource (CPU/Memory) usage." -# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_clusters.go#L40 +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo.go#L49 #: pkg/kubectl/cmd/clusterinfo.go:51 -#| msgid "Display clusters defined in the kubeconfig" msgid "Display cluster info" msgstr "クラスターの情報を表示する" @@ -2817,10 +2875,9 @@ msgstr "kubeconfigで定義されたクラスターを表示する" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/view.go#L64 #: pkg/kubectl/cmd/config/view.go:67 msgid "Display merged kubeconfig settings or a specified kubeconfig file" -msgstr "" -"マージされたkubeconfigの設定または指定されたkubeconfigファイルを表示する" +msgstr "マージされたkubeconfigの設定または指定されたkubeconfigを表示する" -# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_contexts.go#L62 +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/get.go#L107 #: pkg/kubectl/cmd/get.go:111 msgid "Display one or many resources" msgstr "1つまたは複数のリソースを表示する" @@ -2828,48 +2885,58 @@ msgstr "1つまたは複数のリソースを表示する" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/current_context.go#L48 #: pkg/kubectl/cmd/config/current_context.go:49 msgid "Displays the current-context" -msgstr "カレントコンテキストを表示する" +msgstr "current-contextを表示する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/explain.go#L50 #: pkg/kubectl/cmd/explain.go:51 msgid "Documentation of resources" msgstr "リソースの説明を表示する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L176 #: pkg/kubectl/cmd/drain.go:178 msgid "Drain node in preparation for maintenance" msgstr "Drain node in preparation for maintenance" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo_dump.go#L37 #: pkg/kubectl/cmd/clusterinfo_dump.go:39 msgid "Dump lots of relevant info for debugging and diagnosis" msgstr "Dump lots of relevant info for debugging and diagnosis" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/edit.go#L100 #: pkg/kubectl/cmd/edit.go:110 msgid "Edit a resource on the server" msgstr "Edit a resource on the server" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L159 #: pkg/kubectl/cmd/create_secret.go:160 msgid "Email for Docker registry" msgstr "Email for Docker registry" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/exec.go#L68 #: pkg/kubectl/cmd/exec.go:69 msgid "Execute a command in a container" msgstr "Execute a command in a container" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L102 #: pkg/kubectl/cmd/rollingupdate.go:103 msgid "" "Explicit policy for when to pull container images. Required when --image is " "same as existing image, ignored otherwise." msgstr "" -"Explicit policy for when to pull container images. Required when —image is " +"Explicit policy for when to pull container images. Required when --image is " "same as existing image, ignored otherwise." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/portforward.go#L75 #: pkg/kubectl/cmd/portforward.go:76 msgid "Forward one or more local ports to a pod" msgstr "Forward one or more local ports to a pod" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/help.go#L36 #: pkg/kubectl/cmd/help.go:37 msgid "Help about any command" msgstr "Help about any command" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L105 #: pkg/kubectl/cmd/expose.go:103 msgid "" "IP to assign to the Load Balancer. If empty, an ephemeral IP will be created " @@ -2878,14 +2945,16 @@ msgstr "" "IP to assign to the Load Balancer. If empty, an ephemeral IP will be created " "and used (cloud-provider specific)." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L114 #: pkg/kubectl/cmd/expose.go:112 msgid "" "If non-empty, set the session affinity for the service to this; legal " "values: 'None', 'ClientIP'" msgstr "" "If non-empty, set the session affinity for the service to this; legal " -"values: ‘None’, ‘ClientIP’" +"values: 'None', 'ClientIP'" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/annotate.go#L135 #: pkg/kubectl/cmd/annotate.go:136 msgid "" "If non-empty, the annotation update will only succeed if this is the current " @@ -2896,6 +2965,7 @@ msgstr "" "resource-version for the object. Only valid when specifying a single " "resource." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L132 #: pkg/kubectl/cmd/label.go:134 msgid "" "If non-empty, the labels update will only succeed if this is the current " @@ -2906,6 +2976,7 @@ msgstr "" "resource-version for the object. Only valid when specifying a single " "resource." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L98 #: pkg/kubectl/cmd/rollingupdate.go:99 msgid "" "Image to use for upgrading the replication controller. Must be distinct from " @@ -2914,24 +2985,29 @@ msgid "" msgstr "" "Image to use for upgrading the replication controller. Must be distinct from " "the existing image (either new image or new image tag). Can not be used " -"with —filename/-f" +"with --filename/-f" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout.go#L46 #: pkg/kubectl/cmd/rollout/rollout.go:47 msgid "Manage a deployment rollout" msgstr "Manage a deployment rollout" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L127 #: pkg/kubectl/cmd/drain.go:128 msgid "Mark node as schedulable" msgstr "Mark node as schedulable" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102 #: pkg/kubectl/cmd/drain.go:103 msgid "Mark node as unschedulable" msgstr "Mark node as unschedulable" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_pause.go#L73 #: pkg/kubectl/cmd/rollout/rollout_pause.go:74 msgid "Mark the provided resource as paused" msgstr "Mark the provided resource as paused" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L35 #: pkg/kubectl/cmd/certificates.go:36 msgid "Modify certificate resources." msgstr "Modify certificate resources." @@ -2939,8 +3015,9 @@ msgstr "Modify certificate resources." # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/config.go#L39 #: pkg/kubectl/cmd/config/config.go:40 msgid "Modify kubeconfig files" -msgstr "kubeconfigファイルを変更する" +msgstr "kubeconfigを変更する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L110 #: pkg/kubectl/cmd/expose.go:108 msgid "" "Name or number for the port on the container that the service should direct " @@ -2949,6 +3026,7 @@ msgstr "" "Name or number for the port on the container that the service should direct " "traffic to. Optional." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/logs.go#L108 #: pkg/kubectl/cmd/logs.go:113 msgid "" "Only return logs after a specific date (RFC3339). Defaults to all logs. Only " @@ -2957,34 +3035,41 @@ msgstr "" "Only return logs after a specific date (RFC3339). Defaults to all logs. Only " "one of since-time / since may be used." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/completion.go#L97 #: pkg/kubectl/cmd/completion.go:104 msgid "Output shell completion code for the specified shell (bash or zsh)" msgstr "Output shell completion code for the specified shell (bash or zsh)" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/edit.go#L115 #: pkg/kubectl/cmd/convert.go:85 msgid "" "Output the formatted object with the given group version (for ex: " "'extensions/v1beta1').)" msgstr "" "Output the formatted object with the given group version (for ex: " -"‘extensions/v1beta1’).)" +"'extensions/v1beta1').)" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L157 #: pkg/kubectl/cmd/create_secret.go:158 msgid "Password for Docker registry authentication" msgstr "Password for Docker registry authentication" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L226 #: pkg/kubectl/cmd/create_secret.go:226 msgid "Path to PEM encoded public key certificate." msgstr "Path to PEM encoded public key certificate." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L227 #: pkg/kubectl/cmd/create_secret.go:227 msgid "Path to private key associated with given certificate." msgstr "Path to private key associated with given certificate." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L84 #: pkg/kubectl/cmd/rollingupdate.go:85 msgid "Perform a rolling update of the given ReplicationController" msgstr "Perform a rolling update of the given ReplicationController" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/scale.go#L82 #: pkg/kubectl/cmd/scale.go:83 msgid "" "Precondition for resource version. Requires that the current resource " @@ -2993,49 +3078,59 @@ msgstr "" "Precondition for resource version. Requires that the current resource " "version match this value in order to scale." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/version.go#L39 #: pkg/kubectl/cmd/version.go:40 msgid "Print the client and server version information" msgstr "Print the client and server version information" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/options.go#L37 #: pkg/kubectl/cmd/options.go:38 msgid "Print the list of flags inherited by all commands" msgstr "Print the list of flags inherited by all commands" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/logs.go#L86 #: pkg/kubectl/cmd/logs.go:93 msgid "Print the logs for a container in a pod" msgstr "Print the logs for a container in a pod" -# https://github.com/kubernetes/kubernetes/blob/masterpkg/kubectl/cmd/apply.go#L98 +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/replace.go#L70 #: pkg/kubectl/cmd/replace.go:71 msgid "Replace a resource by filename or stdin" msgstr "Replace a resource by filename or stdin" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_resume.go#L71 #: pkg/kubectl/cmd/rollout/rollout_resume.go:72 msgid "Resume a paused resource" msgstr "Resume a paused resource" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L56 #: pkg/kubectl/cmd/create_rolebinding.go:57 msgid "Role this RoleBinding should reference" msgstr "Role this RoleBinding should reference" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L94 #: pkg/kubectl/cmd/run.go:97 msgid "Run a particular image on the cluster" msgstr "Run a particular image on the cluster" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/proxy.go#L68 #: pkg/kubectl/cmd/proxy.go:69 msgid "Run a proxy to the Kubernetes API server" msgstr "Run a proxy to the Kubernetes API server" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L161 #: pkg/kubectl/cmd/create_secret.go:161 msgid "Server location for Docker registry" msgstr "Server location for Docker registry" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/scale.go#L71 #: pkg/kubectl/cmd/scale.go:71 msgid "" "Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job" msgstr "" "Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set.go#L37 #: pkg/kubectl/cmd/set/set.go:38 msgid "Set specific features on objects" msgstr "Set specific features on objects" @@ -3048,6 +3143,7 @@ msgstr "" "Set the last-applied-configuration annotation on a live object to match the " "contents of a file." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_selector.go#L81 #: pkg/kubectl/cmd/set/set_selector.go:82 msgid "Set the selector on a resource" msgstr "リソースのセレクターを設定する" @@ -3070,25 +3166,29 @@ msgstr "kubeconfigにユーザーエントリを設定する" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/set.go#L59 #: pkg/kubectl/cmd/config/set.go:60 msgid "Sets an individual value in a kubeconfig file" -msgstr "kubeconfigファイル内の変数を個別に設定する" +msgstr "kubeconfigに個別の変数を設定する" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/use_context.go#L48 #: pkg/kubectl/cmd/config/use_context.go:49 msgid "Sets the current-context in a kubeconfig file" -msgstr "kubeconfigにカレントコンテキストを設定する" +msgstr "kubeconfigにcurrent-contextを設定する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/describe.go#L80 #: pkg/kubectl/cmd/describe.go:86 msgid "Show details of a specific resource or group of resources" msgstr "Show details of a specific resource or group of resources" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_status.go#L57 #: pkg/kubectl/cmd/rollout/rollout_status.go:58 msgid "Show the status of the rollout" msgstr "Show the status of the rollout" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L108 #: pkg/kubectl/cmd/expose.go:106 msgid "Synonym for --target-port" -msgstr "Synonym for —target-port" +msgstr "Synonym for --target-port" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L87 #: pkg/kubectl/cmd/expose.go:88 msgid "" "Take a replication controller, service, deployment or pod and expose it as a " @@ -3097,10 +3197,12 @@ msgstr "" "Take a replication controller, service, deployment or pod and expose it as a " "new Kubernetes Service" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L114 #: pkg/kubectl/cmd/run.go:117 msgid "The image for the container to run." msgstr "The image for the container to run." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L116 #: pkg/kubectl/cmd/run.go:119 msgid "" "The image pull policy for the container. If left empty, this value will not " @@ -3109,24 +3211,28 @@ msgstr "" "The image pull policy for the container. If left empty, this value will not " "be specified by the client and defaulted by the server" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L100 #: pkg/kubectl/cmd/rollingupdate.go:101 msgid "" "The key to use to differentiate between two different controllers, default " "'deployment'. Only relevant when --image is specified, ignored otherwise" msgstr "" "The key to use to differentiate between two different controllers, default " -"‘deployment’. Only relevant when —image is specified, ignored otherwise" +"'deployment'. Only relevant when --image is specified, ignored otherwise" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L62 #: pkg/kubectl/cmd/create_pdb.go:63 msgid "" "The minimum number or percentage of available pods this budget requires." msgstr "" "The minimum number or percentage of available pods this budget requires." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L113 #: pkg/kubectl/cmd/expose.go:111 msgid "The name for the newly created object." msgstr "The name for the newly created object." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L71 #: pkg/kubectl/cmd/autoscale.go:72 msgid "" "The name for the newly created object. If not specified, the name of the " @@ -3135,6 +3241,7 @@ msgstr "" "The name for the newly created object. If not specified, the name of the " "input resource will be used." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L113 #: pkg/kubectl/cmd/run.go:116 msgid "" "The name of the API generator to use, see http://kubernetes.io/docs/user-" @@ -3143,12 +3250,14 @@ msgstr "" "The name of the API generator to use, see http://kubernetes.io/docs/user-" "guide/kubectl-conventions/#generators for a list." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L66 #: pkg/kubectl/cmd/autoscale.go:67 msgid "" "The name of the API generator to use. Currently there is only 1 generator." msgstr "" "The name of the API generator to use. Currently there is only 1 generator." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L98 #: pkg/kubectl/cmd/expose.go:99 msgid "" "The name of the API generator to use. There are 2 generators: 'service/v1' " @@ -3156,23 +3265,26 @@ msgid "" "v1 is named 'default', while it is left unnamed in v2. Default is 'service/" "v2'." msgstr "" -"The name of the API generator to use. There are 2 generators: ‘service/v1’ " -"and ‘service/v2’. The only difference between them is that service port in " -"v1 is named ‘default’, while it is left unnamed in v2. Default is ‘service/" -"v2’." +"The name of the API generator to use. There are 2 generators: 'service/v1' " +"and 'service/v2'. The only difference between them is that service port in " +"v1 is named 'default', while it is left unnamed in v2. Default is 'service/" +"v2'." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L133 #: pkg/kubectl/cmd/run.go:136 msgid "" "The name of the generator to use for creating a service. Only used if --" "expose is true" msgstr "" -"The name of the generator to use for creating a service. Only used if —" +"The name of the generator to use for creating a service. Only used if --" "expose is true" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L99 #: pkg/kubectl/cmd/expose.go:100 msgid "The network protocol for the service to be created. Default is 'TCP'." -msgstr "The network protocol for the service to be created. Default is ‘TCP’." +msgstr "The network protocol for the service to be created. Default is 'TCP'." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L100 #: pkg/kubectl/cmd/expose.go:101 msgid "" "The port that the service should serve on. Copied from the resource being " @@ -3181,24 +3293,27 @@ msgstr "" "The port that the service should serve on. Copied from the resource being " "exposed, if unspecified" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L121 #: pkg/kubectl/cmd/run.go:124 msgid "" "The port that this container exposes. If --expose is true, this is also the " "port used by the service that is created." msgstr "" -"The port that this container exposes. If —expose is true, this is also the " +"The port that this container exposes. If --expose is true, this is also the " "port used by the service that is created." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L131 #: pkg/kubectl/cmd/run.go:134 msgid "" "The resource requirement limits for this container. For example, 'cpu=200m," "memory=512Mi'. Note that server side components may assign limits depending " "on the server configuration, such as limit ranges." msgstr "" -"The resource requirement limits for this container. For example, ‘cpu=200m," -"memory=512Mi’. Note that server side components may assign limits depending " +"The resource requirement limits for this container. For example, 'cpu=200m," +"memory=512Mi'. Note that server side components may assign limits depending " "on the server configuration, such as limit ranges." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L130 #: pkg/kubectl/cmd/run.go:133 msgid "" "The resource requirement requests for this container. For example, " @@ -3206,9 +3321,10 @@ msgid "" "requests depending on the server configuration, such as limit ranges." msgstr "" "The resource requirement requests for this container. For example, " -"‘cpu=100m,memory=256Mi’. Note that server side components may assign " +"'cpu=100m,memory=256Mi'. Note that server side components may assign " "requests depending on the server configuration, such as limit ranges." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L128 #: pkg/kubectl/cmd/run.go:131 msgid "" "The restart policy for this Pod. Legal values [Always, OnFailure, Never]. " @@ -3217,22 +3333,25 @@ msgid "" "replicas must be 1. Default 'Always', for CronJobs `Never`." msgstr "" "The restart policy for this Pod. Legal values [Always, OnFailure, Never]. " -"If set to ‘Always’ a deployment is created, if set to ‘OnFailure’ a job is " -"created, if set to ‘Never’, a regular pod is created. For the latter two —" -"replicas must be 1. Default ‘Always’, for CronJobs `Never`." +"If set to 'Always' a deployment is created, if set to 'OnFailure' a job is " +"created, if set to 'Never', a regular pod is created. For the latter two --" +"replicas must be 1. Default 'Always', for CronJobs `Never`." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L87 #: pkg/kubectl/cmd/create_secret.go:88 msgid "The type of secret to create" msgstr "The type of secret to create" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L101 #: pkg/kubectl/cmd/expose.go:102 msgid "" "Type for this service: ClusterIP, NodePort, or LoadBalancer. Default is " "'ClusterIP'." msgstr "" "Type for this service: ClusterIP, NodePort, or LoadBalancer. Default is " -"‘ClusterIP’." +"'ClusterIP'." +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_undo.go#L71 #: pkg/kubectl/cmd/rollout/rollout_undo.go:72 msgid "Undo a previous rollout" msgstr "現在のロールアウトを取り消す" @@ -3240,16 +3359,19 @@ msgstr "現在のロールアウトを取り消す" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/unset.go#L47 #: pkg/kubectl/cmd/config/unset.go:48 msgid "Unsets an individual value in a kubeconfig file" -msgstr "kubeconfigファイルから変数を個別に削除する" +msgstr "kubeconfigから変数を個別に削除する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/patch.go#L91 #: pkg/kubectl/cmd/patch.go:96 msgid "Update field(s) of a resource using strategic merge patch" msgstr "Update field(s) of a resource using strategic merge patch" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_image.go#L94 #: pkg/kubectl/cmd/set/set_image.go:95 msgid "Update image of a pod template" msgstr "Update image of a pod template" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_resources.go#L101 #: pkg/kubectl/cmd/set/set_resources.go:102 msgid "Update resource requests/limits on objects with pod templates" msgstr "Update resource requests/limits on objects with pod templates" @@ -3258,14 +3380,17 @@ msgstr "Update resource requests/limits on objects with pod templates" msgid "Update the annotations on a resource" msgstr "リソースのアノテーションを更新する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L109 #: pkg/kubectl/cmd/label.go:114 msgid "Update the labels on a resource" msgstr "リソースのラベルを更新する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/taint.go#L88 #: pkg/kubectl/cmd/taint.go:87 msgid "Update the taints on one or more nodes" msgstr "Update the taints on one or more nodes" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L155 #: pkg/kubectl/cmd/create_secret.go:156 msgid "Username for Docker registry authentication" msgstr "Username for Docker registry authentication" @@ -3275,26 +3400,30 @@ msgid "View latest last-applied-configuration annotations of a resource/object" msgstr "" "View latest last-applied-configuration annotations of a resource/object" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_history.go#L51 #: pkg/kubectl/cmd/rollout/rollout_history.go:52 msgid "View rollout history" msgstr "ロールアウトの履歴を表示する" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo_dump.go#L45 #: pkg/kubectl/cmd/clusterinfo_dump.go:46 msgid "" "Where to output the files. If empty or '-' uses stdout, otherwise creates a " "directory hierarchy in that directory" msgstr "" -"Where to output the files. If empty or ‘-‘ uses stdout, otherwise creates a " +"Where to output the files. If empty or '-' uses stdout, otherwise creates a " "directory hierarchy in that directory" #: pkg/kubectl/cmd/run_test.go:85 msgid "dummy restart flag)" msgstr "dummy restart flag)" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L253 #: pkg/kubectl/cmd/create_service.go:254 msgid "external name of service" msgstr "external name of service" +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L217 #: pkg/kubectl/cmd/cmd.go:227 msgid "kubectl controls the Kubernetes cluster manager" msgstr "kubectl controls the Kubernetes cluster manager" @@ -3306,8 +3435,8 @@ msgstr "kubectl controls the Kubernetes cluster manager" #~ "watch is only supported on individual resources and resource collections " #~ "- %d resources were found" #~ msgstr[0] "" -#~ "watchは単一リソース及びリソースコレクションのみサポートしています - %d個の" -#~ "リソースが見つかりました" +#~ "watch is only supported on individual resources and resource collections " +#~ "- %d resource was found" #~ msgstr[1] "" -#~ "watchは単一リソース及びリソースコレクションのみサポートしています - %d個の" -#~ "リソースが見つかりました" +#~ "watch is only supported on individual resources and resource collections " +#~ "- %d resources were found"