提交 7e716215 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7819 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e62dcf36
......@@ -153,11 +153,11 @@ public final class TestResult extends MetaTabulatedResult {
}
public String getTitle() {
return "Test Result";
return Messages.TestResult_getTitle();
}
public String getChildTitle() {
return "Package";
return Messages.TestResult_getChildTitle();
}
// TODO once stapler 1.60 is released: @Exported
......
......@@ -14,7 +14,7 @@ FreeStyleProject.DisplayName=\u30d5\u30ea\u30fc\u30b9\u30bf\u30a4\u30eb\u30bd\u3
Job.AllRecentBuildFailed=\u6700\u8fd1\u306e\u5168\u3066\u306e\u30d3\u30eb\u30c9\u306f\u5931\u6557\u3057\u307e\u3057\u305f\u3002
Job.BuildStability=\u5b89\u5b9a\u3057\u305f\u30d3\u30eb\u30c9: {0}
Job.NOfMFailed=\u6700\u5f8c\u306e{1}\u4e2d{0}\u500b\u30d3\u30eb\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
Job.NOfMFailed=\u6700\u8fd1\u306e{1}\u500b\u4e2d{0}\u500b\u30d3\u30eb\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
Job.NoRecentBuildFailed=\u6700\u8fd1\u306e\u30d3\u30eb\u30c9\u306f\u5931\u6557\u3057\u3066\u307e\u305b\u3093\u3002
Job.Pronoun=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8
Job.minutes=\u5206
\ No newline at end of file
TestResult.getTitle=Test Result
TestResult.getChildTitle=Package
\ No newline at end of file
TestResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c
TestResult.getChildTitle=\u30d1\u30c3\u30b1\u30fc\u30b8
\ No newline at end of file
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:if test="${it.failCount!=0}">
<h2>All Failed Tests</h2>
<h2>${%All Failed Tests}</h2>
<table class="pane sortable">
<tr>
<td class="pane-header">Test Name</td>
<td class="pane-header" style="width:4em">Duration</td>
<td class="pane-header" style="width:4em">Age</td>
<td class="pane-header">${%Test Name}</td>
<td class="pane-header" style="width:4em">${%Duration}</td>
<td class="pane-header" style="width:4em">${%Age}</td>
</tr>
<j:forEach var="f" items="${it.failedTests}" varStatus="i">
<tr>
......@@ -24,15 +24,15 @@
</j:if>
<j:if test="${it.totalCount!=0}">
<h2>All Tests</h2>
<h2>${%All Tests}</h2>
<table class="pane sortable" id="testresult">
<tr>
<td class="pane-header">${it.childTitle}</td>
<td class="pane-header" style="width:5em">Duration</td>
<td class="pane-header" style="width:5em">Fail</td>
<td class="pane-header" style="width:1em; font-size:smaller; white-space:nowrap;">(diff)</td>
<td class="pane-header" style="width:5em">Total</td>
<td class="pane-header" style="width:1em; font-size:smaller; white-space:nowrap;">(diff)</td>
<td class="pane-header" style="width:5em">${%Duration}</td>
<td class="pane-header" style="width:5em">${%Fail}</td>
<td class="pane-header" style="width:1em; font-size:smaller; white-space:nowrap;">(${%diff})</td>
<td class="pane-header" style="width:5em">${%Total}</td>
<td class="pane-header" style="width:1em; font-size:smaller; white-space:nowrap;">(${%diff})</td>
</tr>
<tbody>
<j:forEach var="p" items="${it.children}">
......
All\ Failed\ Tests=\u5931\u6557\u3057\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8
Test\ Name=\u30c6\u30b9\u30c8\u540d
Duration=\u30c6\u30b9\u30c8\u6240\u8981\u6642\u9593
Age=\u6642\u671f
All\ Tests=\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8
Fail=\u5931\u6557
diff=\u5dee\u5206
Total=\u30c8\u30fc\u30bf\u30eb
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册