Skip to content

Commit 357a181

Browse files
committed
Add some translations
1 parent ac233c0 commit 357a181

5 files changed

+25
-25
lines changed

l10n/po/ja_JP/_guides/appcds.adoc.po

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

160160
#: _guides/appcds.adoc
161-
#, fuzzy
162161
msgid ""
163162
"The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file\n"
164163
"named `app.aot`."
165-
msgstr "このフラグ( `-Dquarkus.package.jar.appcds.enabled=true` オリジナルのフラグ)の結果、 `app.aot` という名前のAOTキャッシュファイルが作成されます。"
164+
msgstr "このフラグ(とオリジナルのフラグ `-Dquarkus.package.jar.appcds.enabled=true` )の結果、 `app.aot` という名前のAOTキャッシュファイルが作成されます。"
166165

167166
#: _guides/appcds.adoc
168167
msgid "You can use this AOT cache when launching the application like so:"

l10n/po/ja_JP/_guides/kubernetes-dev-services.adoc.po

+18-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
msgid ""
22
msgstr ""
3+
"Project-Id-Version: \n"
4+
"POT-Creation-Date: \n"
5+
"PO-Revision-Date: \n"
6+
"Last-Translator: \n"
7+
"Language-Team: \n"
38
"Language: ja_JP\n"
49
"MIME-Version: 1.0\n"
510
"Content-Type: text/plain; charset=UTF-8\n"
611
"Content-Transfer-Encoding: 8bit\n"
7-
"X-Generator: doc-l10n-kit\n"
12+
"X-Generator: Poedit 3.5\n"
813

914
#. This guide is maintained in the main Quarkus repository
1015
#. and pull requests should be submitted there:
@@ -16,16 +21,14 @@ msgid "Dev Services for Kubernetes"
1621
msgstr "Dev Services for Kubernetes"
1722

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

2529
#: _guides/kubernetes-dev-services.adoc
26-
#, fuzzy
2730
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のみ(デフォルト)"
31+
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のみ(デフォルト)"
2932

3033
#. type: Title ==
3134
#: _guides/kubernetes-dev-services.adoc
@@ -59,12 +62,13 @@ msgid "you include the `quarkus-test-kubernetes-client` dependency"
5962
msgstr "`quarkus-test-kubernetes-client` の依存関係を含めている場合"
6063

6164
#: _guides/kubernetes-dev-services.adoc
62-
#, fuzzy
6365
msgid ""
6466
"Dev Services for Kubernetes relies on a container engine: Docker or Podman to start the server.\n"
6567
"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"
6668
"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"
71+
"お使いの環境がそのようなコンテナエンジンをサポートしていない場合は、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クラスタへのアクセスを設定できます。"
6872

6973
#. type: Title ==
7074
#: _guides/kubernetes-dev-services.adoc
@@ -97,12 +101,10 @@ msgid ""
97101
msgstr "共有は、devモードではデフォルトで有効ですが、testモードでは無効です。共有は `quarkus.kubernetes-client.devservices.shared=false` で無効にできます。"
98102

99103
#: _guides/kubernetes-dev-services.adoc
100-
#, fuzzy
101104
msgid "What else for the developers"
102105
msgstr "その他開発者向け情報"
103106

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

@@ -111,14 +113,12 @@ msgid "pom.xml"
111113
msgstr "pom.xml"
112114

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

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

123123
#: _guides/kubernetes-dev-services.adoc
124124
msgid "Simple Bean Example"
@@ -134,12 +134,15 @@ msgstr "クラスタの設定"
134134
msgid ""
135135
"Dev Services for Kubernetes provides three different flavors of Kubernetes cluster. Each flavor supports different Kubernetes API versions.\n"
136136
"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"
139+
"フレーバーとバージョンは、 `quarkus.kubernetes-client.devservices.flavor` と `quarkus.kubernetes-client.devservices.api-version` プロパティを使用して設定することができます。"
138140

139141
#: _guides/kubernetes-dev-services.adoc
140-
#, fuzzy
141142
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` "
143+
msgstr ""
144+
"`api-only` は Kubernetes API サーバー (および必要な etcd) のみを起動します。Pod を起動できるフル機能の Kubernetes クラスターが必要な場合は、 `k3s` または `kind` を使用できます。\n"
145+
"`k3s` では、コンテナを `privileged mode` で起動する必要があります。 `kind` テスト コンテナは、podman rootless または rootfull の使用をサポートするようになりました。"
143146

144147
#. type: Plain text
145148
#: _guides/kubernetes-dev-services.adoc

l10n/po/ja_JP/_guides/rest-client.adoc.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"X-Generator: Poedit 3.3.2\n"
12+
"X-Generator: Poedit 3.5\n"
1313

1414
#: _guides/rest-client.adoc
1515
msgid "Using the REST Client"
@@ -1597,7 +1597,6 @@ msgid "Further reading"
15971597
msgstr "さらに詳しく"
15981598

15991599
#: _guides/rest-client.adoc
1600-
#, fuzzy
16011600
msgid "link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html[MicroProfile Rest Client specification]"
16021601
msgstr "link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html[MicroProfile Rest クライアント仕様]"
16031602

l10n/po/ja_JP/_guides/security-jpa.adoc.po

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

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

8483
#: _guides/security-jpa.adoc
8584
msgid "The `@UserDefinition` annotation must be present on a single entity, either a regular Hibernate ORM entity or a Hibernate ORM with Panache entity."

l10n/stats/latest-guides-translation.csv

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
Filename, Fuzzy Messages, Total Messages, Fuzzy Words, Total Words, Achievement
2-
l10n/po/ja_JP/_guides/kubernetes-dev-services.adoc.po, 8, 26, 243, 495, 51%
3-
l10n/po/ja_JP/_guides/appcds.adoc.po, 1, 31, 25, 823, 97%
4-
l10n/po/ja_JP/_guides/security-jpa.adoc.po, 1, 38, 16, 729, 98%
5-
l10n/po/ja_JP/_guides/rest-client.adoc.po, 1, 315, 6, 5749, 100%
62
l10n/po/ja_JP/_guides/README.adoc.po, 0, 21, 0, 201, 100%
73
l10n/po/ja_JP/_guides/_attributes.adoc.po, 0, 3, 0, 11, 100%
84
l10n/po/ja_JP/_guides/_includes/compile-quarkus-quickly.adoc.po, 0, 1, 0, 25, 100%
@@ -39,6 +35,7 @@ l10n/po/ja_JP/_guides/amqp-reference.adoc.po, 0, 229, 0, 2931, 100%
3935
l10n/po/ja_JP/_guides/amqp.adoc.po, 0, 69, 0, 1116, 100%
4036
l10n/po/ja_JP/_guides/ansible.adoc.po, 0, 30, 0, 882, 100%
4137
l10n/po/ja_JP/_guides/apicurio-registry-dev-services.adoc.po, 0, 20, 0, 398, 100%
38+
l10n/po/ja_JP/_guides/appcds.adoc.po, 0, 31, 0, 823, 100%
4239
l10n/po/ja_JP/_guides/aws-lambda-http.adoc.po, 0, 111, 0, 2251, 100%
4340
l10n/po/ja_JP/_guides/aws-lambda-snapstart.adoc.po, 0, 37, 0, 514, 100%
4441
l10n/po/ja_JP/_guides/aws-lambda.adoc.po, 0, 149, 0, 3042, 100%
@@ -150,6 +147,7 @@ l10n/po/ja_JP/_guides/kafka.adoc.po, 0, 623, 0, 12407, 100%
150147
l10n/po/ja_JP/_guides/kotlin.adoc.po, 0, 93, 0, 1479, 100%
151148
l10n/po/ja_JP/_guides/kubernetes-client.adoc.po, 0, 56, 0, 1149, 100%
152149
l10n/po/ja_JP/_guides/kubernetes-config.adoc.po, 0, 43, 0, 830, 100%
150+
l10n/po/ja_JP/_guides/kubernetes-dev-services.adoc.po, 0, 26, 0, 495, 100%
153151
l10n/po/ja_JP/_guides/lifecycle.adoc.po, 0, 68, 0, 1121, 100%
154152
l10n/po/ja_JP/_guides/liquibase-mongodb.adoc.po, 0, 36, 0, 537, 100%
155153
l10n/po/ja_JP/_guides/liquibase.adoc.po, 0, 44, 0, 566, 100%
@@ -200,6 +198,7 @@ l10n/po/ja_JP/_guides/reaugmentation.adoc.po, 0, 21, 0, 703, 100%
200198
l10n/po/ja_JP/_guides/redis-dev-services.adoc.po, 0, 11, 0, 281, 100%
201199
l10n/po/ja_JP/_guides/redis-reference.adoc.po, 0, 230, 0, 3732, 100%
202200
l10n/po/ja_JP/_guides/redis.adoc.po, 0, 78, 0, 849, 100%
201+
l10n/po/ja_JP/_guides/rest-client.adoc.po, 0, 315, 0, 5749, 100%
203202
l10n/po/ja_JP/_guides/rest-data-panache.adoc.po, 0, 112, 0, 1603, 100%
204203
l10n/po/ja_JP/_guides/rest-json.adoc.po, 0, 100, 0, 1667, 100%
205204
l10n/po/ja_JP/_guides/rest-migration.adoc.po, 0, 97, 0, 1314, 100%
@@ -222,6 +221,7 @@ l10n/po/ja_JP/_guides/security-customization.adoc.po, 0, 80, 0, 1596, 100%
222221
l10n/po/ja_JP/_guides/security-getting-started-tutorial.adoc.po, 0, 116, 0, 1642, 100%
223222
l10n/po/ja_JP/_guides/security-identity-providers.adoc.po, 0, 13, 0, 193, 100%
224223
l10n/po/ja_JP/_guides/security-jdbc.adoc.po, 0, 48, 0, 744, 100%
224+
l10n/po/ja_JP/_guides/security-jpa.adoc.po, 0, 38, 0, 729, 100%
225225
l10n/po/ja_JP/_guides/security-jwt-build.adoc.po, 0, 135, 0, 1846, 100%
226226
l10n/po/ja_JP/_guides/security-jwt.adoc.po, 0, 336, 0, 4718, 100%
227227
l10n/po/ja_JP/_guides/security-keycloak-admin-client.adoc.po, 0, 43, 0, 588, 100%

0 commit comments

Comments
 (0)