You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: l10n/po/ja_JP/_guides/kubernetes-dev-services.adoc.po
+18-15
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
msgid ""
2
2
msgstr ""
3
+
"Project-Id-Version: \n"
4
+
"POT-Creation-Date: \n"
5
+
"PO-Revision-Date: \n"
6
+
"Last-Translator: \n"
7
+
"Language-Team: \n"
3
8
"Language: ja_JP\n"
4
9
"MIME-Version: 1.0\n"
5
10
"Content-Type: text/plain; charset=UTF-8\n"
6
11
"Content-Transfer-Encoding: 8bit\n"
7
-
"X-Generator: doc-l10n-kit\n"
12
+
"X-Generator: Poedit 3.5\n"
8
13
9
14
#. This guide is maintained in the main Quarkus repository
10
15
#. and pull requests should be submitted there:
@@ -16,16 +21,14 @@ msgid "Dev Services for Kubernetes"
16
21
msgstr"Dev Services for Kubernetes"
17
22
18
23
#: _guides/kubernetes-dev-services.adoc
19
-
#,fuzzy
20
24
msgid""
21
25
"Dev Services for Kubernetes automatically starts a Kubernetes API server (plus the required etcd) in dev mode and when running tests. So you don't have to start it manually.\n"
22
26
"The application is configured automatically."
23
27
msgstr"Dev Services for Kubernetesは、開発モードとテスト実行時にKubernetes APIサーバ(と必要なetcd)を自動的に起動します。そのため、手動で起動する必要はありません。アプリケーションは自動的に設定されます。"
24
28
25
29
#: _guides/kubernetes-dev-services.adoc
26
-
#,fuzzy
27
30
msgid"The following https://github.com/dajudge/kindcontainer?tab=readme-ov-file#container-flavors[testcontainers] are supported: https://kind.sigs.k8s.io/[kind], https://k3s.io/[k3s] or api only(default)"
"Dev Services for Kubernetes relies on a container engine: Docker or Podman to start the server.\n"
65
67
"If your environment does not support such a container engine, you will have to start a Kubernetes cluster running in a VM, in the cloud, etc.\n"
66
68
"In this case, you can configure the Kubernetes cluster access using either a Kube config file or the various properties available in the https://github.com/quarkusio/quarkus/blob/main/extensions/kubernetes-client/runtime-internal/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesClientBuildConfig.java[KubernetesClientBuildConfig] class."
67
-
msgstr"Dev Services for Kubernetesはコンテナエンジンに依存しています:サーバを起動するにはDockerまたはPodmanを使用します。お使いの環境がそのようなコンテナエンジンをサポートしていない場合は、VMやクラウドなどで実行されているKubernetesクラスタを起動する必要があります。この場合、Kube configファイルまたは link:https://github.com/quarkusio/quarkus/blob/main/extensions/kubernetes-client/runtime-internal/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesClientBuildConfig.java[KubernetesClientBuildConfig] クラスで利用可能なさまざまなプロパティを使用して、Kubernetesクラスタへのアクセスを設定できます。"
69
+
msgstr""
70
+
"Dev Services for Kubernetesはコンテナエンジンに依存しています:サーバを起動するにはDockerまたはPodmanを使用します。\n"
msgid"If you would like to develop test cases running top of the kubernetes cluster (launched as test container by the Dev Service), then add the following dependencies to your pom file"
msgid"Then you will be able to create a Fabric8 Kubernetes Client object able to perform many kube tasks as detailed part of this https://github.com/fabric8io/kubernetes-client/blob/main/doc/CHEATSHEET.md[cheat sheet]."
"Dev Services for Kubernetes provides three different flavors of Kubernetes cluster. Each flavor supports different Kubernetes API versions.\n"
136
136
"You can configure the flavor and version using the `quarkus.kubernetes-client.devservices.flavor` and `quarkus.kubernetes-client.devservices.api-version` properties:"
137
-
msgstr"Dev Services for Kubernetesは、3つの異なるフレーバーのKubernetesクラスタを提供します。各フレーバーは、異なるKubernetes APIバージョンをサポートしています。フレーバーとバージョンは、 `quarkus.kubernetes-client.devservices.flavor` と `quarkus.kubernetes-client.devservices.api-version` プロパティを使用して設定することができます。"
137
+
msgstr""
138
+
"Dev Services for Kubernetesは、3つの異なるフレーバーのKubernetesクラスタを提供します。各フレーバーは、異なるKubernetes APIバージョンをサポートしています。\n"
msgid"`api-only` only starts a Kubernetes API Server (plus the required etcd). If you need a fully-featured Kubernetes cluster that can spin up Pods, you can use `k3s` or `kind`. `k3s` requires to start the container with `privileged mode`. The `kind` test container supports now to use podman rootless or rootfull."
msgid"The `@UserDefinition` annotation must be present on a single entity, either a regular Hibernate ORM entity or a Hibernate ORM with Panache entity."
0 commit comments