Skip to content

Commit b3032d3

Browse files
committed
Replace some translations
1 parent f1d31bb commit b3032d3

9 files changed

+34
-34
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ msgid ""
194194
"The `cron` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
195195
"Property Expressions. (Note that \"{property.path}\" style expressions are still supported but don't offer the full functionality of Property Expressions.)"
196196
msgstr ""
197-
"`cron`属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
197+
"`cron` 属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
198198
"(\"{property.path}\" スタイルの式は引き続きサポートされますが、プロパティー式の機能がすべて提供されるわけではありません。)"
199199

200200
#. type: Block title
@@ -258,7 +258,7 @@ msgid ""
258258
"The `timeZone` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
259259
"Property Expressions."
260260
msgstr ""
261-
"`timeZone`属性はデフォルト値とネストされた値のプロパティー式を含む\n"
261+
"`timeZone` 属性はデフォルト値とネストされた値のプロパティー式を含む\n"
262262
"<<config-reference#property-expressions,Property Expressions>> をサポートします。"
263263

264264
#. type: Block title
@@ -300,7 +300,7 @@ msgid ""
300300
"The `every` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
301301
"Property Expressions. (Note that `\"{property.path}\"` style expressions are still supported but don't offer the full functionality of Property Expressions.)"
302302
msgstr ""
303-
"`every`属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
303+
"`every` 属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
304304
"(\"{property.path}\" スタイルの式は引き続きサポートされますが、プロパティー式の機能がすべて提供されるわけではありません。)"
305305

306306
#. type: Block title
@@ -345,7 +345,7 @@ msgid ""
345345
"The `identity` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
346346
"Property Expressions. (Note that `\"{property.path}\"` style expressions are still supported but don't offer the full functionality of Property Expressions.)"
347347
msgstr ""
348-
"`identity`属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
348+
"`identity` 属性は、デフォルト値とネストされた値プロパティー式を含む<<config-reference#property-expressions,Property Expressions>> をサポートします。\n"
349349
"(\"{property.path}\" スタイルの式は引き続きサポートされますが、プロパティー式の機能がすべて提供されるわけではありません。)"
350350

351351
#: _guides/scheduler-reference.adoc
@@ -427,9 +427,9 @@ msgid ""
427427
"`@Scheduled(executionMaxDelay = \"${myJob.maxDelay}:500ms}\")`."
428428
msgstr ""
429429
"値は `DurationConverter#parseDuration (String)` で解析されます。\n"
430-
"これはプロパティー式である可能性があり、その場合、スケジューラーは代わりに設定された値 (`@Scheduled (executionMaxDelay = \"${myJob .maxDelay}\")`) を使用しようとします。\n"
430+
"これはプロパティー式である可能性があり、その場合、スケジューラーは代わりに設定された値 (`@Scheduled (executionMaxDelay = \"${myJob.maxDelay}\")`) を使用しようとします。\n"
431431
"さらに、プロパティー式ではデフォルト値\n"
432-
"(`@Scheduled (実行最大遅延 = \"${myJob .maxDelay}:500ms}\")`) を指定できます。"
432+
"(`@Scheduled (実行最大遅延 = \"${myJob.maxDelay}:500ms}\")`) を指定できます。"
433433

434434
#: _guides/scheduler-reference.adoc
435435
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."
@@ -492,7 +492,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
492492
#. type: Plain text
493493
#: _guides/scheduler-reference.adoc
494494
msgid "The scope of the bean must be active during execution."
495-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
495+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
496496

497497
#. type: Plain text
498498
#: _guides/scheduler-reference.adoc
@@ -511,7 +511,7 @@ msgstr "主なアイデアは、スケジュールされたビジネスメソッ
511511

512512
#: _guides/scheduler-reference.adoc
513513
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."
514-
msgstr "アプリケーションの起動/シャットダウン中にスケジュールされた実行をスキップするには、 `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` のスキップ述語を使用できます。"
514+
msgstr "アプリケーションの起動/シャットダウン中にスケジュールされた実行をスキップするには、 `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` のスキップ条件を使用できます。"
515515

516516
#. type: Title ===
517517
#: _guides/scheduler-reference.adoc

l10n/po/ja_JP/_versions/2.13/guides/scheduler-reference.adoc.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
311311
#. type: Plain text
312312
#: _versions/2.13/guides/scheduler-reference.adoc
313313
msgid "The scope of the bean must be active during execution."
314-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
314+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
315315

316316
#. type: Plain text
317317
#: _versions/2.13/guides/scheduler-reference.adoc
@@ -339,7 +339,7 @@ msgid ""
339339
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
340340
"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"
341341
"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."
342-
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロックするタスクのメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
342+
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロッキングタスク用のメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
343343

344344
#. type: Plain text
345345
#: _versions/2.13/guides/scheduler-reference.adoc

l10n/po/ja_JP/_versions/2.16/guides/scheduler-reference.adoc.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
311311
#. type: Plain text
312312
#: _versions/2.16/guides/scheduler-reference.adoc
313313
msgid "The scope of the bean must be active during execution."
314-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
314+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
315315

316316
#. type: Plain text
317317
#: _versions/2.16/guides/scheduler-reference.adoc
@@ -339,7 +339,7 @@ msgid ""
339339
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
340340
"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"
341341
"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."
342-
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロックするタスクのメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
342+
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロッキングタスク用のメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
343343

344344
#. type: Plain text
345345
#: _versions/2.16/guides/scheduler-reference.adoc

l10n/po/ja_JP/_versions/2.7/guides/scheduler-reference.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
301301
#. type: Plain text
302302
#: _versions/2.7/guides/scheduler-reference.adoc
303303
msgid "The scope of the bean must be active during execution."
304-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
304+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
305305

306306
#. type: Plain text
307307
#: _versions/2.7/guides/scheduler-reference.adoc

l10n/po/ja_JP/_versions/3.15/guides/scheduler-reference.adoc.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ msgid ""
220220
"The `timeZone` attribute supports <<config-reference#property-expressions,Property Expressions>> including default values and nested\n"
221221
"Property Expressions."
222222
msgstr ""
223-
"`timeZone`属性はデフォルト値とネストされた値のプロパティー式を含む\n"
223+
"`timeZone` 属性はデフォルト値とネストされた値のプロパティー式を含む\n"
224224
"<<config-reference#property-expressions,Property Expressions>> をサポートします。"
225225

226226
#: _versions/3.15/guides/scheduler-reference.adoc
@@ -387,7 +387,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
387387

388388
#: _versions/3.15/guides/scheduler-reference.adoc
389389
msgid "The scope of the bean must be active during execution."
390-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
390+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
391391

392392
#: _versions/3.15/guides/scheduler-reference.adoc
393393
msgid "`Jobs.everySecond()` is skipped until `MyService.isStarted()` returns `true`."
@@ -403,7 +403,7 @@ msgstr "主なアイデアは、スケジュールされたビジネスメソッ
403403

404404
#: _versions/3.15/guides/scheduler-reference.adoc
405405
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."
406-
msgstr "アプリケーションの起動/シャットダウン中にスケジュールされた実行をスキップするには、 `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` のスキップ述語を使用できます。"
406+
msgstr "アプリケーションの起動/シャットダウン中にスケジュールされた実行をスキップするには、 `io.quarkus.scheduler.Scheduled.ApplicationNotRunning` のスキップ条件を使用できます。"
407407

408408
#: _versions/3.15/guides/scheduler-reference.adoc
409409
msgid "Non-blocking Methods"
@@ -414,7 +414,7 @@ msgid ""
414414
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
415415
"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"
416416
"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."
417-
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロックするタスクのメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
417+
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロッキングタスク用のメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
418418

419419
#: _versions/3.15/guides/scheduler-reference.adoc
420420
msgid "The return type `Uni<Void>` instructs the scheduler to execute the method on the Vert.x event loop."

l10n/po/ja_JP/_versions/3.2/guides/scheduler-reference.adoc.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ msgstr "`MyPredicate.class` の Bean インスタンスは、実行をスキッ
346346
#. type: Plain text
347347
#: _versions/3.2/guides/scheduler-reference.adoc
348348
msgid "The scope of the bean must be active during execution."
349-
msgstr "Beanのスコープは,実行中にアクティブでなければならない。"
349+
msgstr "Beanのスコープは、実行中を通じてアクティブです。"
350350

351351
#. type: Plain text
352352
#: _versions/3.2/guides/scheduler-reference.adoc
@@ -374,7 +374,7 @@ msgid ""
374374
"By default, a scheduled method is executed on the main executor for blocking tasks.\n"
375375
"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"
376376
"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."
377-
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロックするタスクのメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
377+
msgstr "デフォルトでは、スケジュールされたメソッドは、ブロッキングタスク用のメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage<Void>` または `io.smallrye.mutiny.Uni<Void>` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。"
378378

379379
#. type: Plain text
380380
#: _versions/3.2/guides/scheduler-reference.adoc

0 commit comments

Comments
 (0)