Skip to content

Commit 3492ee1

Browse files
committed
Update http-reference.adoc.po
1 parent 33f607b commit 3492ee1

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

l10n/po/ja_JP/_guides/http-reference.adoc.po

+12-9
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.2.2\n"
813

914
#. This guide is maintained in the main Quarkus repository
1015
#. and pull requests should be submitted there:
@@ -1065,9 +1070,8 @@ msgstr "`%{X,mdc-key}`"
10651070

10661071
#. type: delimited block =
10671072
#: _guides/http-reference.adoc
1068-
#, fuzzy
10691073
msgid "Set `quarkus.http.record-request-start-time=true` to enable recording request start times when using any of the attributes related to logging request processing times."
1070-
msgstr "リクエスト処理時間のロギングに関連する属性のいずれかを使用するとき、 リクエスト開始時間の記録を有効にするには、 `quarkus.http.record-request-start-time=true` を設定する。"
1074+
msgstr "リクエストの処理にかかった時間のロギングに関連する属性のいずれかを使用する場合は、 `quarkus.http.record-request-start-time=true` を設定し、リクエスト開始時間の記録を有効にして下さい。"
10711075

10721076
#. type: delimited block =
10731077
#: _guides/http-reference.adoc
@@ -1076,28 +1080,27 @@ msgstr "`quarkus.http.access-log.exclude-pattern=/some/path/.*` を使用する
10761080

10771081
#. type: Title ==
10781082
#: _guides/http-reference.adoc
1079-
#, fuzzy, no-wrap
1083+
#, no-wrap
10801084
msgid "Arbitrary customizations"
10811085
msgstr "任意のカスタマイズ"
10821086

10831087
#: _guides/http-reference.adoc
1084-
#, fuzzy
10851088
msgid ""
10861089
"Quarkus allows users to arbitrarily customize the options of HTTP servers started by Quarkus via the use of `io.quarkus.vertx.http.HttpServerOptionsCustomizer`.\n"
10871090
"For example, if the HTTP port needs to be set programmatically, then the following code could be used:"
1088-
msgstr "Quarkusでは、 `io.quarkus.vertx.http.HttpServerOptionsCustomizer` を使用して、Quarkusが起動するHTTPサーバーのオプションを任意にカスタマイズできます。例えば、HTTPポートをプログラムで設定する必要がある場合、次のコードを使用できます:"
1091+
msgstr ""
1092+
"Quarkusでは、 `io.quarkus.vertx.http.HttpServerOptionsCustomizer` を使用して、Quarkusが起動するHTTPサーバーのオプションを任意にカスタマイズできます。\n"
1093+
"例えば、HTTPポートをプログラムで設定する必要がある場合、次のコードを使用できます:"
10891094

10901095
#. type: Plain text
10911096
#: _guides/http-reference.adoc
1092-
#, fuzzy
10931097
msgid "By making the class a managed bean, Quarkus will take the customizer into account when it starts the Vert.x servers"
10941098
msgstr "クラスをマネージドBeanにすることで、QuarkusはVert.xサーバーの起動時にカスタマイザーを考慮します。"
10951099

10961100
#. type: Plain text
10971101
#: _guides/http-reference.adoc
1098-
#, fuzzy
10991102
msgid "In this case, we only care about customizing the HTTP server, so we just override the `customizeHttpServer` method, but users should be aware that `HttpServerOptionsCustomizer` allows configuring the HTTPS and Domain Socket servers as well"
1100-
msgstr "この場合、HTTPサーバーのカスタマイズにしか関心がないので、 `customizeHttpServer` メソッドをオーバーライドするだけだが、 `HttpServerOptionsCustomizer` ではHTTPSサーバーとドメイン・ソケット・サーバーも設定できることに注意する必要がある。"
1103+
msgstr "この場合、HTTPサーバーのカスタマイズにしか関心がないので、 `customizeHttpServer` メソッドをオーバーライドするだけですが、 `HttpServerOptionsCustomizer` ではHTTPSサーバーとドメイン・ソケット・サーバーも設定できることに注意して下さい。"
11011104

11021105
#. type: Title ==
11031106
#: _guides/http-reference.adoc

0 commit comments

Comments
 (0)