11msgid ""
22msgstr ""
33"Project-Id-Version : The Book of sbt\n "
4- "POT-Creation-Date : 2026-08-04T14:36:54 -04:00\n "
4+ "POT-Creation-Date : 2026-08-07T14:58:02 -04:00\n "
55"PO-Revision-Date : 2024-10-30T01:14:09-04:00\n "
66"Last-Translator : Automatically generated\n "
77"Language-Team : none\n "
@@ -202,19 +202,19 @@ msgid ""
202202"classpath during compilation or testing. This will reduce the number of "
203203"files on the classpath and reduce the hashing overhead."
204204msgstr ""
205- "`exportJars` のデフォルトが `false` から `true` に変更され、コンパイルやテスト "
206- "時に JAR ファイルがクラスパスに追加されるようになった。これにより、クラスパス "
207- "上のファイル数が減り 、ハッシュ化のオーバーヘッドが削減される。"
205+ "`exportJars` のデフォルトが `false` から `true` に変更され、コンパイルやテス "
206+ "ト時に JAR ファイルがクラスパスに追加されるようになった。これにより、クラスパ "
207+ "ス上のファイル数が減り 、ハッシュ化のオーバーヘッドが削減される。"
208208
209209#: src/reference/changes/migrating-from-sbt-1.x.md:85
210210msgid ""
211211"As a side effect, this might break conversion from the resource URI to Path "
212212"if you were calling `Path.of(...)`. We recommend migrating the code as "
213213"follows:"
214214msgstr ""
215- "副作用として、`Path.of(...)` を呼び出していた場合、リソース URI から Path への "
216- "変換が壊れる可能性がある。以下のようにコードをマイグレーションすることを推奨 "
217- "する :"
215+ "副作用として、`Path.of(...)` を呼び出していた場合、リソース URI から Path へ "
216+ "の変換が壊れる可能性がある。以下のようにコードをマイグレーションすることを推 "
217+ "奨する :"
218218
219219#: src/reference/changes/migrating-from-sbt-1.x.md:89
220220msgid "\" /test-resource.txt\" "
@@ -226,8 +226,8 @@ msgid ""
226226"in [\\ #7464](https://github.com/sbt/sbt/pull/7464). See also [blog](https://"
227227"eed3si9n.com/sbt-remote-cache/)."
228228msgstr ""
229- "`exportJars` を `false` に戻すことでオプトアウトできる。この変更は "
230- "[ \\ #7464] (https://github.com/sbt/sbt/pull/7464) で導入された。[ブログ](https://"
229+ "`exportJars` を `false` に戻すことでオプトアウトできる。この変更は [ \\ #7464] "
230+ "(https://github.com/sbt/sbt/pull/7464) で導入された。[ブログ](https://"
231231"eed3si9n.com/sbt-remote-cache/) も参照。"
232232
233233#: src/reference/changes/migrating-from-sbt-1.x.md:96
@@ -389,7 +389,7 @@ msgid "\"1.5.8\""
389389msgstr ""
390390
391391#: src/reference/changes/migrating-from-sbt-1.x.md:163
392- msgid "\" 2.0.5 \" "
392+ msgid "\" 2.0.6 \" "
393393msgstr ""
394394
395395#: src/reference/changes/migrating-from-sbt-1.x.md:169
@@ -514,11 +514,11 @@ msgid ""
514514"close all threads priror to the completion of the test task may experience "
515515"runtime errors like `ClassNotFound`."
516516msgstr ""
517- "sbt 2.0.5 より、インプロセスのアドホックなテスト ClassLoader をクローズする "
518- "ため 、`closeClassLoaders` セッティングのデフォルトが `true` になった。これは "
519- "Windows で観察された `AccessDeniedException` を修正することを意図している。"
520- "アドホックなテスト ClassLoader をクローズしても多くの場合は問題無いが、テスト "
521- "タスクの完了前に全スレッドをクローズしないテストやライブラリによっては "
517+ "sbt 2.0.5 より、インプロセスのアドホックなテスト ClassLoader をクローズするた "
518+ "め 、`closeClassLoaders` セッティングのデフォルトが `true` になった。これは "
519+ "Windows で観察された `AccessDeniedException` を修正することを意図している。ア "
520+ "ドホックなテスト ClassLoader をクローズしても多くの場合は問題無いが、テストタ "
521+ "スクの完了前に全スレッドをクローズしないテストやライブラリによっては "
522522"`ClassNotFound` のような実行時エラーが発生する可能性がある。"
523523
524524#: src/reference/changes/migrating-from-sbt-1.x.md:217
0 commit comments