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
"`accept` - this strategy marks the AMQP message as _accepted_. The processing continues ignoring the failure.\n"
310
310
"Refer to the https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-accepted[accepted delivery state documentation]."
311
-
msgstr"`accept` - この戦略は、AMQP メッセージを _accepted_ としてマークします。処理は失敗を無視して続行します。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-accepted[accepted delivery state documentation] を参照してください。"
311
+
msgstr"`accept` - この戦略は、AMQP メッセージを _accepted_ としてマークします。処理は失敗を無視して続行します。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-accepted[accepted delivery state documentation] を参照してください。"
312
312
313
313
#: _guides/amqp-reference.adoc
314
314
msgid""
315
315
"`release` - this strategy marks the AMQP message as _released_. The processing continues with the next message. The broker can redeliver the message.\n"
316
316
"Refer to the https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-released[released delivery state documentation]."
317
-
msgstr"`release` - この戦略は、AMQP メッセージを _released_ としてマークします。処理は次のメッセージに進みます。ブローカーはメッセージを再配信できます。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-released[released delivery state documentation] を参照してください。"
317
+
msgstr"`release` - この戦略は、AMQP メッセージを _released_ としてマークします。処理は次のメッセージに進みます。ブローカーはメッセージを再配信できます。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-released[released delivery state documentation] を参照してください。"
318
318
319
319
#: _guides/amqp-reference.adoc
320
320
msgid""
321
321
"`reject` - this strategy marks the AMQP message as rejected. The processing continues with the next message.\n"
322
322
"Refer to the https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-rejected[rejected delivery state documentation]."
323
-
msgstr"`reject` - この戦略は、AMQP メッセージを拒否としてマークします。処理は次のメッセージに進みます。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-rejected[rejected delivery state documentation] を参照してください。"
323
+
msgstr"`reject` - この戦略は、AMQP メッセージを拒否としてマークします。処理は次のメッセージに進みます。https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-rejected[rejected delivery state documentation] を参照してください。"
324
324
325
325
#: _guides/amqp-reference.adoc
326
326
msgid""
327
327
"`modified-failed` - this strategy marks the AMQP\n"
328
328
"message as _modified_ and indicates that it failed (with the `delivery-failed` attribute). The processing continues with the next message, but the broker may attempt to redeliver the message.\n"
329
329
"Refer to the https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-modified[modified delivery state documentation]"
"`modified-failed-undeliverable-here` - this strategy marks the AMQP message as _modified_ and indicates that it failed (with the `delivery-failed` attribute). It also indicates that the application cannot process the message, meaning that the broker will not attempt to redeliver the message to this node. The processing continues with the next message.\n"
335
335
"Refer to the https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-modified[modified delivery state documentation]"
Copy file name to clipboardexpand all lines: l10n/po/ja_JP/_guides/aws-lambda-http.adoc.po
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ msgid ""
16
16
"or https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html[AWS Gateway REST API]. This means that you can deploy your microservices written with Quarkus REST (our Jakarta REST implementation),\n"
17
17
"Undertow (servlet), Reactive Routes, xref:funqy-http.adoc[Funqy HTTP] or any other Quarkus HTTP framework as an AWS Lambda."
Copy file name to clipboardexpand all lines: l10n/po/ja_JP/_guides/building-my-first-extension.adoc.po
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ msgid ""
26
26
"The role of the extensions is to leverage Quarkus paradigms to integrate seamlessly a library into Quarkus architecture - e.g. do more things at build time.\n"
27
27
"This is how you can use your battle-tested ecosystem and take advantage of Quarkus performance and native compilation.\n"
28
28
"Go to https://code.quarkus.io/[code.quarkus.io] to get the list of the supported extensions."
Copy file name to clipboardexpand all lines: l10n/po/ja_JP/_guides/building-native-image.adoc.po
+2-2
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ msgid ""
183
183
"Use platform-specific installer tools like https://sdkman.io/jdks#graalce[sdkman], https://github.com/graalvm/homebrew-tap[homebrew], or https://github.com/ScoopInstaller/Java[scoop].\n"
184
184
"We recommend the _community edition_ of GraalVM. For example, install it with `sdk install java 21-graalce`."
"If you are looking for small container images, the https://github.com/GoogleContainerTools/distroless[distroless] approach reduces the size of the base layer.\n"
896
896
"The idea behind _distroless_ is the usage of a single and minimal base image containing all the requirements, and sometimes even the application itself."
0 commit comments