提交 8274ef3d 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7131 71c3de6d-444a-0410-be80-ed276b4c234a
上级 af2bef40
......@@ -2,7 +2,7 @@
Displays the CVS change log.
-->
<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" xmlns:i="jelly:fmt">
<h2>Summary</h2>
<h2>${%Summary}</h2>
<ol>
<j:forEach var="cs" items="${it.logs}">
<li><st:out value="${cs.msg}" /></li>
......
Summary=\u8981\u7d04
Revision=\u30ea\u30d3\u30b8\u30e7\u30f3
\ No newline at end of file
......@@ -4,7 +4,7 @@
<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:set var="browser" value="${it.build.parent.scm.effectiveBrowser}"/>
<h2>Summary</h2>
<h2>${%Summary}</h2>
<ol>
<j:forEach var="cs" items="${it.logs}">
<li><st:out value="${cs.msg}"/></li>
......@@ -17,7 +17,7 @@
<a name="detail${loop.index}"></a>
<div class="changeset-message">
<b>
Revision
${%Revision}
<a href="${browser.getChangeSetLink(cs)}">${cs.revision}</a>
by <a href="${rootURL}/${cs.author.url}/">${cs.author}</a>:
</b><br/>
......
Summary=\u8981\u7d04
Revision=\u30ea\u30d3\u30b8\u30e7\u30f3
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册