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/scheduler-reference.adoc.po
+8-8
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ msgid ""
194
194
"The `cron` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
195
195
"Property Expressions. (Note that \"{property.path}\" style expressions are still supported but don't offer the full functionality of Property Expressions.)"
"The `every` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
301
301
"Property Expressions. (Note that `\"{property.path}\"` style expressions are still supported but don't offer the full functionality of Property Expressions.)"
"The `identity` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
346
346
"Property Expressions. (Note that `\"{property.path}\"` style expressions are still supported but don't offer the full functionality of Property Expressions.)"
msgid"The delay will be a value between 0 and 500 milliseconds. As a result, the period between to `everyTwoSeconds()` executions will be roughly between one and a half and two and a half seconds."
msgid"To skip the scheduled executions while the application is starting up/shutting down, you can make use of the `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` skip predicate."
msgid"The scope of the bean must be active during execution."
314
-
msgstr"Beanのスコープは,実行中にアクティブでなければならない。"
314
+
msgstr"Beanのスコープは、実行中を通じてアクティブです。"
315
315
316
316
#. type: Plain text
317
317
#: _versions/2.13/guides/scheduler-reference.adoc
@@ -339,7 +339,7 @@ msgid ""
339
339
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
340
340
"As a result, a technology that is designed to run on a Vert.x event loop (such as Hibernate Reactive) cannot be used inside the method body.\n"
341
341
"For this reason, a scheduled method that returns `java.util.concurrent.CompletionStage<Void>` or `io.smallrye.mutiny.Uni<Void>`, or is annotated with `@io.smallrye.common.annotation.NonBlocking` is executed on the Vert.x event loop instead."
msgid"The scope of the bean must be active during execution."
314
-
msgstr"Beanのスコープは,実行中にアクティブでなければならない。"
314
+
msgstr"Beanのスコープは、実行中を通じてアクティブです。"
315
315
316
316
#. type: Plain text
317
317
#: _versions/2.16/guides/scheduler-reference.adoc
@@ -339,7 +339,7 @@ msgid ""
339
339
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
340
340
"As a result, a technology that is designed to run on a Vert.x event loop (such as Hibernate Reactive) cannot be used inside the method body.\n"
341
341
"For this reason, a scheduled method that returns `java.util.concurrent.CompletionStage<Void>` or `io.smallrye.mutiny.Uni<Void>`, or is annotated with `@io.smallrye.common.annotation.NonBlocking` is executed on the Vert.x event loop instead."
msgid"To skip the scheduled executions while the application is starting up/shutting down, you can make use of the `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` skip predicate."
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
415
415
"As a result, a technology that is designed to run on a Vert.x event loop (such as Hibernate Reactive) cannot be used inside the method body.\n"
416
416
"For this reason, a scheduled method that returns `java.util.concurrent.CompletionStage<Void>` or `io.smallrye.mutiny.Uni<Void>`, or is annotated with `@io.smallrye.common.annotation.NonBlocking` is executed on the Vert.x event loop instead."
msgid"The scope of the bean must be active during execution."
349
-
msgstr"Beanのスコープは,実行中にアクティブでなければならない。"
349
+
msgstr"Beanのスコープは、実行中を通じてアクティブです。"
350
350
351
351
#. type: Plain text
352
352
#: _versions/3.2/guides/scheduler-reference.adoc
@@ -374,7 +374,7 @@ msgid ""
374
374
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
375
375
"As a result, a technology that is designed to run on a Vert.x event loop (such as Hibernate Reactive) cannot be used inside the method body.\n"
376
376
"For this reason, a scheduled method that returns `java.util.concurrent.CompletionStage<Void>` or `io.smallrye.mutiny.Uni<Void>`, or is annotated with `@io.smallrye.common.annotation.NonBlocking` is executed on the Vert.x event loop instead."
0 commit comments