提交 49cda3d9 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7820 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7e716215
......@@ -45,7 +45,7 @@ public final class ClassResult extends TabulatedResult implements Comparable<Cla
}
public String getTitle() {
return "Test Result : "+getName();
return Messages.ClassResult_getTitle(getName());
}
@Exported
......
......@@ -51,11 +51,11 @@ public final class PackageResult extends MetaTabulatedResult {
}
public String getTitle() {
return "Test Result : "+getName();
return Messages.PackageResult_getTitle(getName());
}
public String getChildTitle() {
return "Class";
return Messages.PackageResult_getChildTitle();
}
// TODO: wait until stapler 1.60 to do this @Exported
......
<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.totalCount!=0}">
<h2>All Tests</h2>
<h2>${%All Tests}</h2>
<table class="pane sortable" id="testresult">
<tr>
<td class="pane-header">Test name</td>
<td class="pane-header" style="width:6em">Duration</td>
<td class="pane-header" style="width:6em">Status</td>
<td class="pane-header">${%Test name}</td>
<td class="pane-header" style="width:6em">${%Duration}</td>
<td class="pane-header" style="width:6em">${%Status}</td>
</tr>
<tbody>
<j:forEach var="p" items="${it.children}" varStatus="status">
......
All\ Tests=\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8
Test\ name=\u30c6\u30b9\u30c8\u540d
Duration=\u30c6\u30b9\u30c8\u6240\u8981\u6642\u9593
Status=\u72b6\u614b
\ No newline at end of file
TestResult.getTitle=Test Result
TestResult.getChildTitle=Package
\ No newline at end of file
TestResult.getChildTitle=Package
PackageResult.getTitle=Test Result : {0}
PackageResult.getChildTitle=Class
ClassResult.getTitle=Test Result : {0}
\ 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
TestResult.getChildTitle=\u30d1\u30c3\u30b1\u30fc\u30b8
PackageResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c : {0}
PackageResult.getChildTitle=\u30af\u30e9\u30b9
ClassResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c : {0}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册