Skip to content

Commit 2da1416

Browse files
committed
Replace invalid backquotes
1 parent fc20085 commit 2da1416

File tree

49 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+60
-60
lines changed

l10n/po/ja_JP/_guides/gradle-tooling.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ msgstr "`true` - JVM はデバッグモードで起動され、 `5005`ポート
379379
#. type: Plain text
380380
#: _guides/gradle-tooling.adoc
381381
msgid "`client` - the JVM will start in client mode and attempt to connect to `localhost:5005`"
382-
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005`に接続を試みます。"
382+
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005` に接続を試みます。"
383383

384384
#. type: Plain text
385385
#: _guides/gradle-tooling.adoc

l10n/po/ja_JP/_guides/infinispan-client-reference.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ msgid ""
819819
"However, it might be required to handle the registration manually as a schema may evolve over time when used in\n"
820820
"production, so you can disable this from occurring by configuring the\n"
821821
"`quarkus.infinispan-client.use-schema-registration` to `false`."
822-
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false`に設定して、この現象を無効にすることができます。"
822+
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false` に設定して、この現象を無効にすることができます。"
823823

824824
#: _guides/infinispan-client-reference.adoc
825825
msgid ""

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ msgstr "また、 `{#include}` セクションを持つフラグメントを、
22692269
#: _guides/qute-reference.adoc
22702270
#, no-wrap
22712271
msgid "Including a Fragment in `user.html`"
2272-
msgstr "`user.html`にフラグメントをインクルード"
2272+
msgstr "`user.html` にフラグメントをインクルード"
22732273

22742274
#. type: Plain text
22752275
#: _guides/qute-reference.adoc

l10n/po/ja_JP/_guides/security-authorize-web-endpoints-reference.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ msgstr "`/secured/*` パスには、認証されたユーザーのみがアク
631631

632632
#: _guides/security-authorize-web-endpoints-reference.adoc
633633
msgid "Shared permissions are always applied before unshared ones, therefore a `SecurityIdentity` with the `root` role will have the `user` role as well."
634-
msgstr "共有権限は常に非共有権限の前に適用されるため、 `root` ロールを持つ `SecurityIdentity`には `user` ロールも付与されます。"
634+
msgstr "共有権限は常に非共有権限の前に適用されるため、 `root` ロールを持つ `SecurityIdentity` には `user` ロールも付与されます。"
635635

636636
#. type: Title ==
637637
#: _guides/security-authorize-web-endpoints-reference.adoc

l10n/po/ja_JP/_guides/security-openid-connect-providers.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ msgstr "https://www.strava.com/settings/api[Strava アプリケーション] を
531531

532532
#: _guides/security-openid-connect-providers.adoc
533533
msgid "For example, set `Category` to `SocialMotivation`, and set `ApplicationCallbackDomain` to either `localhost` or the domain name provided by Ngrok, see the <<redirect_url>> for more information."
534-
msgstr "たとえば、 `Category`を `SocialMotivation`に設定し、 `ApplicationCallbackDomain`を `localhost`または Ngrok によって提供されるドメイン名に設定します。詳細は <<redirect_url>> を参照してください。"
534+
msgstr "たとえば、 `Category`を `SocialMotivation` に設定し、 `ApplicationCallbackDomain`を `localhost`または Ngrok によって提供されるドメイン名に設定します。詳細は <<redirect_url>> を参照してください。"
535535

536536
#: _guides/security-openid-connect-providers.adoc
537537
msgid ""

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ msgid ""
143143
"by the `@TestSecurity` annotation with a `SecurityIdentityAugmentor` CDI bean:"
144144
msgstr ""
145145
"`SecurityIdentityAugmentor` CDI Bean を使用した `@TestSecurity` アノテーションによって\n"
146-
"作成された`SecurityIdentity`に `CustomPermission`を付与する必要があります。"
146+
"作成された`SecurityIdentity` に `CustomPermission`を付与する必要があります。"
147147

148148
#: _guides/security-testing.adoc
149149
msgid ""

l10n/po/ja_JP/_posts/2021-02-23-quarkus-1-12-0-final-released.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ msgstr "詳細は link:https://github.com/quarkusio/quarkus/wiki/Migration-Guide
117117
#. type: delimited block =
118118
#: _posts/2021-02-23-quarkus-1-12-0-final-released.adoc
119119
msgid "If it's not the right time for you to change your workflow, you can easily go back to the previous packaging by adding the following property to your `application.properties`:"
120-
msgstr "ワークフローを変更するタイミングではない場合は、 `application.properties`に以下のプロパティを追加することで、簡単に以前のパッケージングに戻ることができます。"
120+
msgstr "ワークフローを変更するタイミングではない場合は、 `application.properties` に以下のプロパティを追加することで、簡単に以前のパッケージングに戻ることができます。"
121121

122122
#. type: Title ===
123123
#: _posts/2021-02-23-quarkus-1-12-0-final-released.adoc

l10n/po/ja_JP/_versions/2.13/guides/infinispan-client.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ msgid ""
547547
"However, it might be required to handle the registration manually as a schema may evolve over time when used in\n"
548548
"production, so you can disable this from occurring by configuring the\n"
549549
"`quarkus.infinispan-client.use-schema-registration` to `false`."
550-
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false`に設定して、この現象を無効にすることができます。"
550+
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false` に設定して、この現象を無効にすることができます。"
551551

552552
#: _versions/2.13/guides/infinispan-client.adoc
553553
msgid ""

l10n/po/ja_JP/_versions/2.13/guides/security-openid-connect-dev-services.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ msgstr "特にコンテナーが複数のアプリケーション間で共有さ
196196
#. type: delimited block =
197197
#: _versions/2.13/guides/security-openid-connect-dev-services.adoc
198198
msgid "`*` `redirect_uri` value is set by `Dev Services for Keycloak` when it creates a default realm, if no custom realm is imported."
199-
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak`によって設定されます。"
199+
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak` によって設定されます。"
200200

201201
#. type: Title ====
202202
#: _versions/2.13/guides/security-openid-connect-dev-services.adoc

l10n/po/ja_JP/_versions/2.16/guides/gradle-tooling.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ msgstr "`true` - JVM はデバッグモードで起動され、 `5005`ポート
333333
#. type: Plain text
334334
#: _versions/2.16/guides/gradle-tooling.adoc
335335
msgid "`client` - the JVM will start in client mode and attempt to connect to `localhost:5005`"
336-
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005`に接続を試みます。"
336+
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005` に接続を試みます。"
337337

338338
#. type: Plain text
339339
#: _versions/2.16/guides/gradle-tooling.adoc

l10n/po/ja_JP/_versions/2.16/guides/infinispan-client.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ msgid ""
575575
"However, it might be required to handle the registration manually as a schema may evolve over time when used in\n"
576576
"production, so you can disable this from occurring by configuring the\n"
577577
"`quarkus.infinispan-client.use-schema-registration` to `false`."
578-
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false`に設定して、この現象を無効にすることができます。"
578+
msgstr "デフォルトでは、この方法で生成されたProtobufスキーマは、クライアントが最初に接続したときに、このエクステンションによって登録されます。 しかし、実運用で使用しているとスキーマが時間の経過とともに進化する可能性があるため、手動で登録を処理する必要があるかもしれません。そのため、 `quarkus.infinispan-client.use-schema-registration` を `false` に設定して、この現象を無効にすることができます。"
579579

580580
#: _versions/2.16/guides/infinispan-client.adoc
581581
msgid ""

l10n/po/ja_JP/_versions/2.16/guides/maven-tooling.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ msgstr "`true` - JVM はデバッグモードで起動され、 `5005`ポート
526526
#. type: Plain text
527527
#: _versions/2.16/guides/maven-tooling.adoc
528528
msgid "`client` - the JVM will start in client mode and attempt to connect to `localhost:5005`"
529-
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005`に接続を試みます。"
529+
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005` に接続を試みます。"
530530

531531
#. type: Plain text
532532
#: _versions/2.16/guides/maven-tooling.adoc

l10n/po/ja_JP/_versions/2.16/guides/mongodb-panache.adoc.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ msgstr "`{` で始まらないクエリは、PanacheQL クエリとみなしま
425425
#. type: Plain text
426426
#: _versions/2.16/guides/mongodb-panache.adoc
427427
msgid "`<singlePropertyName>` (and single parameter) which will expand to `{'singleColumnName': '?1'}`"
428-
msgstr "`<singlePropertyName>` (およびシングルパラメータ) は `{'singleColumnName': '?1'}`に展開されます。"
428+
msgstr "`<singlePropertyName>` (およびシングルパラメータ) は `{'singleColumnName': '?1'}` に展開されます。"
429429

430430
#. type: Plain text
431431
#: _versions/2.16/guides/mongodb-panache.adoc
@@ -440,7 +440,7 @@ msgstr "クエリの例を紹介します。"
440440
#. type: Plain text
441441
#: _versions/2.16/guides/mongodb-panache.adoc
442442
msgid "`firstname = ?1 and status = ?2` will be mapped to `{'firstname': ?1, 'status': ?2}`"
443-
msgstr "`firstname = ?1 and status = ?2` は `{'firstname': ?1, 'status': ?2}`にマッピングされます。"
443+
msgstr "`firstname = ?1 and status = ?2` は `{'firstname': ?1, 'status': ?2}` にマッピングされます。"
444444

445445
#. type: Plain text
446446
#: _versions/2.16/guides/mongodb-panache.adoc
@@ -460,7 +460,7 @@ msgstr "`lastname is not null` は `{'lastname':{'$exists': true}}` にマッピ
460460
#. type: Plain text
461461
#: _versions/2.16/guides/mongodb-panache.adoc
462462
msgid "`status in ?1` will be mapped to `{'status':{$in: [?1]}}`"
463-
msgstr "`status in ?1` は `{'status':{$in: [?1]}}`にマッピングされます。"
463+
msgstr "`status in ?1` は `{'status':{$in: [?1]}}` にマッピングされます。"
464464

465465
#: _versions/2.16/guides/mongodb-panache.adoc
466466
msgid ""

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ msgstr "また、 `{#include}` セクションを持つフラグメントを、
18721872
#: _versions/2.16/guides/qute-reference.adoc
18731873
#, no-wrap
18741874
msgid "Including a Fragment in `user.html`"
1875-
msgstr "`user.html`にフラグメントをインクルード"
1875+
msgstr "`user.html` にフラグメントをインクルード"
18761876

18771877
#. type: Plain text
18781878
#: _versions/2.16/guides/qute-reference.adoc

l10n/po/ja_JP/_versions/2.16/guides/security-openid-connect-dev-services.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ msgstr "特にコンテナーが複数のアプリケーション間で共有さ
227227
#. type: delimited block =
228228
#: _versions/2.16/guides/security-openid-connect-dev-services.adoc
229229
msgid "`*` `redirect_uri` value is set by `Dev Services for Keycloak` when it creates a default realm, if no custom realm is imported."
230-
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak`によって設定されます。"
230+
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak` によって設定されます。"
231231

232232
#. type: Title ====
233233
#: _versions/2.16/guides/security-openid-connect-dev-services.adoc

l10n/po/ja_JP/_versions/2.16/guides/security-openid-connect-web-authentication.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ msgstr "`Login` ボタンをクリックすると、アプリケーションに
375375
#. type: Plain text
376376
#: _versions/2.16/guides/security-openid-connect-web-authentication.adoc
377377
msgid "Please also see the <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> section below about writing the integration tests which depend on `Dev Services for Keycloak`."
378-
msgstr "また、 `Dev Services for Keycloak`に依存する統合テストの書き方については、以下の <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> セクションを参照してください。"
378+
msgstr "また、 `Dev Services for Keycloak` に依存する統合テストの書き方については、以下の <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> セクションを参照してください。"
379379

380380
#. type: Title ==
381381
#: _versions/2.16/guides/security-openid-connect-web-authentication.adoc

l10n/po/ja_JP/_versions/2.16/guides/security-openid-connect.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ msgstr "admin エンドポイントにアクセスするには、 `admin` ユー
459459
#. type: Plain text
460460
#: _versions/2.16/guides/security-openid-connect.adoc
461461
msgid "Please also see the <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> section below about writing the integration tests which depend on `Dev Services for Keycloak`."
462-
msgstr "また、 `Dev Services for Keycloak`に依存する統合テストの書き方については、以下の <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> セクションを参照してください。"
462+
msgstr "また、 `Dev Services for Keycloak` に依存する統合テストの書き方については、以下の <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> セクションを参照してください。"
463463

464464
#. type: Title ==
465465
#: _versions/2.16/guides/security-openid-connect.adoc

l10n/po/ja_JP/_versions/2.7/guides/building-my-first-extension.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ msgstr "この `ランタイム` モジュールは、ユーザーに提案し
553553
msgid ""
554554
"To use Servlets in your applications you need to have a Servlet Container such as http://undertow.io[Undertow].\n"
555555
"Luckily, `quarkus-bom` imported by our parent `pom.xml` already includes the Undertow Quarkus extension."
556-
msgstr "アプリケーションでサーブレットを使用するには、 link:http://undertow.io[Undertow] のようなサーブレットコンテナーが必要です。幸い、 `pom.xml`にインポートされる `quarkus-bom` には、すでに Undertow Quarkus エクステンションが含まれています。"
556+
msgstr "アプリケーションでサーブレットを使用するには、 link:http://undertow.io[Undertow] のようなサーブレットコンテナーが必要です。幸い、 `pom.xml` にインポートされる `quarkus-bom` には、すでに Undertow Quarkus エクステンションが含まれています。"
557557

558558
#. type: Plain text
559559
#: _versions/2.7/guides/building-my-first-extension.adoc

l10n/po/ja_JP/_versions/2.7/guides/gradle-tooling.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ msgstr "`true` - JVM はデバッグモードで起動され、 `5005`ポート
333333
#. type: Plain text
334334
#: _versions/2.7/guides/gradle-tooling.adoc
335335
msgid "`client` - the JVM will start in client mode and attempt to connect to `localhost:5005`"
336-
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005`に接続を試みます。"
336+
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005` に接続を試みます。"
337337

338338
#. type: Plain text
339339
#: _versions/2.7/guides/gradle-tooling.adoc

l10n/po/ja_JP/_versions/2.7/guides/maven-tooling.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ msgstr "`true` - JVM はデバッグモードで起動され、 `5005`ポート
485485
#. type: Plain text
486486
#: _versions/2.7/guides/maven-tooling.adoc
487487
msgid "`client` - the JVM will start in client mode and attempt to connect to `localhost:5005`"
488-
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005`に接続を試みます。"
488+
msgstr "`client` - JVM はクライアントモードで起動し、 `localhost:5005` に接続を試みます。"
489489

490490
#. type: Plain text
491491
#: _versions/2.7/guides/maven-tooling.adoc

l10n/po/ja_JP/_versions/2.7/guides/mongodb-panache.adoc.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ msgstr "`{` で始まらないクエリは、PanacheQL クエリとみなしま
415415
#. type: Plain text
416416
#: _versions/2.7/guides/mongodb-panache.adoc
417417
msgid "`<singlePropertyName>` (and single parameter) which will expand to `{'singleColumnName': '?1'}`"
418-
msgstr "`<singlePropertyName>` (およびシングルパラメータ) は `{'singleColumnName': '?1'}`に展開されます。"
418+
msgstr "`<singlePropertyName>` (およびシングルパラメータ) は `{'singleColumnName': '?1'}` に展開されます。"
419419

420420
#. type: Plain text
421421
#: _versions/2.7/guides/mongodb-panache.adoc
@@ -430,7 +430,7 @@ msgstr "クエリの例を紹介します。"
430430
#. type: Plain text
431431
#: _versions/2.7/guides/mongodb-panache.adoc
432432
msgid "`firstname = ?1 and status = ?2` will be mapped to `{'firstname': ?1, 'status': ?2}`"
433-
msgstr "`firstname = ?1 and status = ?2` は `{'firstname': ?1, 'status': ?2}`にマッピングされます。"
433+
msgstr "`firstname = ?1 and status = ?2` は `{'firstname': ?1, 'status': ?2}` にマッピングされます。"
434434

435435
#. type: Plain text
436436
#: _versions/2.7/guides/mongodb-panache.adoc
@@ -450,7 +450,7 @@ msgstr "`lastname is not null` は `{'lastname':{'$exists': true}}` にマッピ
450450
#. type: Plain text
451451
#: _versions/2.7/guides/mongodb-panache.adoc
452452
msgid "`status in ?1` will be mapped to `{'status':{$in: [?1]}}`"
453-
msgstr "`status in ?1` は `{'status':{$in: [?1]}}`にマッピングされます。"
453+
msgstr "`status in ?1` は `{'status':{$in: [?1]}}` にマッピングされます。"
454454

455455
#: _versions/2.7/guides/mongodb-panache.adoc
456456
msgid ""
@@ -497,7 +497,7 @@ msgstr "`firstname = ?1, status = ?2` は更新ドキュメント `{'$set' : {'f
497497
#. type: Plain text
498498
#: _versions/2.7/guides/mongodb-panache.adoc
499499
msgid "`firstname = :firstname, status = :status` will be mapped to the update document `{'$set' : {'firstname': :firstname, 'status': :status}}`"
500-
msgstr "`firstname = :firstname, status = :status` は更新ドキュメント `{'$set' : {'firstname': :firstname, 'status': :status}}`にマッピングされます。"
500+
msgstr "`firstname = :firstname, status = :status` は更新ドキュメント `{'$set' : {'firstname': :firstname, 'status': :status}}` にマッピングされます。"
501501

502502
#. type: Plain text
503503
#: _versions/2.7/guides/mongodb-panache.adoc

l10n/po/ja_JP/_versions/2.7/guides/security-openid-connect-dev-services.adoc.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ msgstr "特にコンテナーが複数のアプリケーション間で共有さ
201201
#. type: delimited block =
202202
#: _versions/2.7/guides/security-openid-connect-dev-services.adoc
203203
msgid "`*` `redirect_uri` value is set by `Dev Services for Keycloak` when it creates a default realm, if no custom realm is imported."
204-
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak`によって設定されます。"
204+
msgstr "カスタムレルムがインポートされていない場合、 `*` `redirect_uri` の値はデフォルトのレルムを作成するときに `Dev Services for Keycloak` によって設定されます。"
205205

206206
#. type: Title ====
207207
#: _versions/2.7/guides/security-openid-connect-dev-services.adoc

0 commit comments

Comments
 (0)