Skip to content

Commit b3cc2fa

Browse files
committed
Apply translation memory
1 parent 1e2c13a commit b3cc2fa

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

l10n/po/ja_JP/_versions/main/guides/appcds.adoc.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@ msgstr ""
153153
"JDK 24+をターゲットとするアプリケーションをビルドしている場合、アプリケーションをパッケージ化する際に以下のシステム・プロパティを追加することで、この機能を利用することができます:"
154154

155155
#: _versions/main/guides/appcds.adoc
156-
#, fuzzy
157156
msgid ""
158157
"The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file\n"
159158
"named `app.aot`."
160-
msgstr "このフラグ( `-Dquarkus.package.jar.appcds.enabled=true` オリジナルのフラグ)の結果、 `app.aot` という名前のAOTキャッシュファイルが作成されます。"
159+
msgstr "このフラグ(とオリジナルのフラグ `-Dquarkus.package.jar.appcds.enabled=true` )の結果、 `app.aot` という名前のAOTキャッシュファイルが作成されます。"
161160

162161
#: _versions/main/guides/appcds.adoc
163162
msgid "You can use this AOT cache when launching the application like so:"

l10n/po/ja_JP/_versions/main/guides/kubernetes-dev-services.adoc.po

+9-13
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ msgid "Dev Services for Kubernetes"
1616
msgstr "Dev Services for Kubernetes"
1717

1818
#: _versions/main/guides/kubernetes-dev-services.adoc
19-
#, fuzzy
2019
msgid ""
2120
"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"
2221
"The application is configured automatically."
2322
msgstr "Dev Services for Kubernetesは、開発モードとテスト実行時にKubernetes APIサーバ(と必要なetcd)を自動的に起動します。そのため、手動で起動する必要はありません。アプリケーションは自動的に設定されます。"
2423

2524
#: _versions/main/guides/kubernetes-dev-services.adoc
26-
#, fuzzy
2725
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)"
28-
msgstr "以下の link:https://github.com/dajudge/kindcontainer?tab=readme-ov-file#container-flavors[testcontainersが] サポートされています: link:https://kind.sigs.k8s.io/[kind] 、 link:https://k3s.io/[k3s] 、apiのみ(デフォルト)"
26+
msgstr "以下の link:https://github.com/dajudge/kindcontainer?tab=readme-ov-file#container-flavors[testcontainers] がサポートされています: link:https://kind.sigs.k8s.io/[kind] 、 link:https://k3s.io/[k3s] 、apiのみ(デフォルト)"
2927

3028
#. type: Title ==
3129
#: _versions/main/guides/kubernetes-dev-services.adoc
@@ -59,12 +57,13 @@ msgid "you include the `quarkus-test-kubernetes-client` dependency"
5957
msgstr "`quarkus-test-kubernetes-client` の依存関係を含めている場合"
6058

6159
#: _versions/main/guides/kubernetes-dev-services.adoc
62-
#, fuzzy
6360
msgid ""
6461
"Dev Services for Kubernetes relies on a container engine: Docker or Podman to start the server.\n"
6562
"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"
6663
"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クラスタへのアクセスを設定できます。"
64+
msgstr ""
65+
"Dev Services for Kubernetesはコンテナエンジンに依存しています:サーバを起動するにはDockerまたはPodmanを使用します。\n"
66+
"お使いの環境がそのようなコンテナエンジンをサポートしていない場合は、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クラスタへのアクセスを設定できます。"
6867

6968
#. type: Title ==
7069
#: _versions/main/guides/kubernetes-dev-services.adoc
@@ -97,12 +96,10 @@ msgid ""
9796
msgstr "共有は、devモードではデフォルトで有効ですが、testモードでは無効です。共有は `quarkus.kubernetes-client.devservices.shared=false` で無効にできます。"
9897

9998
#: _versions/main/guides/kubernetes-dev-services.adoc
100-
#, fuzzy
10199
msgid "What else for the developers"
102100
msgstr "その他開発者向け情報"
103101

104102
#: _versions/main/guides/kubernetes-dev-services.adoc
105-
#, fuzzy
106103
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"
107104
msgstr "kubernetesクラスタ上でテストケースを開発したい場合(Dev Serviceによってテストコンテナとして起動)、以下の依存関係をpomファイルに追加します。"
108105

@@ -111,14 +108,12 @@ msgid "pom.xml"
111108
msgstr "pom.xml"
112109

113110
#: _versions/main/guides/kubernetes-dev-services.adoc
114-
#, fuzzy
115111
msgid "and set the Quarkus properties to select the flavor, or kube version."
116-
msgstr "を選択し、Quarkusプロパティを設定してフレーバー、つまりkubeバージョンを選択します。"
112+
msgstr "そして、Quarkusプロパティを設定してフレーバー、つまりkubeバージョンを選択します。"
117113

118114
#: _versions/main/guides/kubernetes-dev-services.adoc
119-
#, fuzzy
120115
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]."
121-
msgstr "その後、この link:https://github.com/fabric8io/kubernetes-client/blob/main/doc/CHEATSHEET.md[チートシートの] 詳細部分にあるように、多くのkubeタスクを実行できるFabric8 Kubernetes Clientオブジェクトを作成できるようになります。"
116+
msgstr "その後、この link:https://github.com/fabric8io/kubernetes-client/blob/main/doc/CHEATSHEET.md[チートシート] の詳細部分にあるように、多くのkubeタスクを実行できるFabric8 Kubernetes Clientオブジェクトを作成できるようになります。"
122117

123118
#: _versions/main/guides/kubernetes-dev-services.adoc
124119
msgid "Simple Bean Example"
@@ -137,9 +132,10 @@ msgid ""
137132
msgstr "Dev Services for Kubernetesは、3つの異なるフレーバーのKubernetesクラスタを提供します。各フレーバーは、異なるKubernetes APIバージョンをサポートしています。フレーバーとバージョンは、 `quarkus.kubernetes-client.devservices.flavor` と `quarkus.kubernetes-client.devservices.api-version` プロパティを使用して設定することができます。"
138133

139134
#: _versions/main/guides/kubernetes-dev-services.adoc
140-
#, fuzzy
141135
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."
142-
msgstr "`api-only` はKubernetes API Server(と必要なetcd)のみを起動します。Podをスピンアップできる完全な機能のKubernetesクラスタが必要な場合は、 または を使用できます。 を使用するには、 でコンテナを起動する必要があります。 テストコンテナでは、podman rootless または rootfull を使用できるようになりました。 `k3s` `kind` `k3s` `privileged mode` `kind` "
136+
msgstr ""
137+
"`api-only` は Kubernetes API サーバー (および必要な etcd) のみを起動します。Pod を起動できるフル機能の Kubernetes クラスターが必要な場合は、 `k3s` または `kind` を使用できます。\n"
138+
"`k3s` では、コンテナを `privileged mode` で起動する必要があります。 `kind` テスト コンテナは、podman rootless または rootfull の使用をサポートするようになりました。"
143139

144140
#. type: Plain text
145141
#: _versions/main/guides/kubernetes-dev-services.adoc

l10n/po/ja_JP/_versions/main/guides/rest-client.adoc.po

-1
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,6 @@ msgid "Further reading"
15361536
msgstr "さらに詳しく"
15371537

15381538
#: _versions/main/guides/rest-client.adoc
1539-
#, fuzzy
15401539
msgid "link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html[MicroProfile Rest Client specification]"
15411540
msgstr "link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html[MicroProfile Rest クライアント仕様]"
15421541

l10n/po/ja_JP/_versions/main/guides/security-jpa.adoc.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ msgid "The `quarkus-security-jpa` extension initializes only if a single entity
7272
msgstr "`quarkus-security-jpa` エクステンションは、単一のエンティティが `@UserDefinition` でアノテートされている場合にのみ初期化されます。"
7373

7474
#: _versions/main/guides/security-jpa.adoc
75-
#, fuzzy
7675
msgid "Table name. Do not define it as `user`, which is a restricted keyword in most databases."
77-
msgstr "テーブル名。 `user` これはほとんどのデータベースで制限されているキーワードです。"
76+
msgstr "テーブル名。ほとんどのデータベースで制限されているキーワードである `user` としては定義しないでください。"
7877

7978
#: _versions/main/guides/security-jpa.adoc
8079
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

Comments
 (0)