-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Japanese translations #63
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,15 @@ | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
# Abort the build if it''s stuck | ||
#Descriptor.DisplayName=滞留した場合にビルドを中止する | ||
Descriptor.DisplayName=\u6ede\u7559\u3057\u305f\u5834\u5408\u306b\u30d3\u30eb\u30c9\u3092\u4e2d\u6b62\u3059\u308b | ||
|
||
#Timeout.Message=ビルドがタイムアウトしました({0}分)。ビルドを"{1}"に変更します。 | ||
Timeout.Message=\u30d3\u30eb\u30c9\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f({0}\u5206)\u3002\u30d3\u30eb\u30c9\u3092"{1}"\u306b\u5909\u66f4\u3057\u307e\u3059\u3002 | ||
#Timeout.Aborted=中止 | ||
Timeout.Aborted=\u4e2d\u6b62 | ||
#Timeout.Failed=失敗 | ||
Timeout.Failed=\u5931\u6557 | ||
|
||
#BuildStepWithTimeout.DisplayName=タイムアウト付きの実行 | ||
BuildStepWithTimeout.DisplayName=\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u4ed8\u304d\u306e\u5b9f\u884c | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Change "起動" to "実行" as it would be a better translation for "run" in this context. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<p> | ||
Jenkins の Executor.html#isLikelyStuck() で使用されている方法を用い、ビルドが過去の実績から推定される最大のビルド時間を超えている場合にタイムアウトします。 | ||
<br/> | ||
過去の実行に比べて極端に長い時間ビルドが実行されている場合にタイムアウトと判定します。 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Translated from help.html: Abort the build when the job has taken many times longer than previous runs. |
||
</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2015, Fernando Migu�lez <[email protected]> | ||
# Copyright (c) 2004-2016, Sun Microsystems, Inc., Seiji Sogabe | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some how it is diaplayed as renamed from LikelyStuckTimeOutStrategy/config_es.properties even though it is actually commited as renamed from LikelyStuckTimeOutStrategy/config_ja.properties. |
||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -20,4 +20,5 @@ | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Likely\ stuck=Probablemente atascada | ||
#Maximum\ restarts=最大再起動回数 | ||
Maximum\ restarts=\u6700\u5927\u518d\u8d77\u52d5\u56de\u6570 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div> | ||
Count of maximum restarts. 0 means without a limit.</a>. | ||
Count of maximum restarts. 0 means without a limit. | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
最大再起動回数。0は制限なしを表します。 | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow this file is displayed as renamed, they are actually not renamed but removed and added.
LikelyStuckTimeOutStrategy/config.jelly have no texts to translate (there are no text "Likely stuck"), and LikelyStuckTimeOutStrategy/config_ja.properties is unnecessary.