Skip to content

Commit 3a286ae

Browse files
Complete Japanese translation for keepDependencies help file (#10366)
* Complete Japanese translation for keepDependencies help file * refactor: improve phrasing for more natural, native-like expression
1 parent c33bf73 commit 3a286ae

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<div>
2-
<!-- TODO -->
32
このオプションを有効にすると、このプロジェクトのビルドが(指紋経由で)依存している
43
<a href="lastSuccessfulBuild/fingerprint">すべてのビルド</a>
54
が、 ログローテーションで削除されないようにします。
65

76
<p>
8-
When your job depends on other jobs on Jenkins and you occasionally need to
9-
tag your workspace, it's often convenient/necessary to also tag your
10-
dependencies on Jenkins. The problem is that the log rotation could
11-
interfere with this, since the build your project is using might already be
12-
log rotated (if there have been a lot of builds in your dependency), and if
13-
that happens you won't be able to reliably tag your dependencies.
7+
ジョブがJenkins上の他のジョブに依存しており、ワークスペースにタグ付けする必要がある場合、
8+
Jenkins上の依存関係に対してもタグ付けすると便利であり、また必要になることがあります。
9+
問題は、ログローテーションがこれを妨げる可能性があることです。
10+
プロジェクトが使用しているビルドが(依存関係に多数のビルドがある場合)既にログローテーションされている可能性があり、
11+
その場合、依存関係に対しての確実なタグ付けができなくなります。
1412
</p>
1513

1614
<p>
17-
This feature fixes that problem by "locking" those builds that you depend
18-
on, thereby guaranteeing that you can always tag your complete dependencies.
15+
この機能は、依存しているビルドを「ロック」することでこの問題を解決し、
16+
常に完全な依存関係にタグ付けできることを保証します。
1917
</p>
2018
</div>

0 commit comments

Comments
 (0)