提交 0447dd76 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7078 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bae421dd
......@@ -7,7 +7,7 @@
<l:main-panel>
<f:form method="post" action="createView">
<f:entry title="View name">
<f:entry title="${%View name}">
<input type="text" name="name" class="setting-input" id="box" />
<script>
document.getElementById('box').focus();
......
View\ name=\u30d3\u30e5\u30fc\u540d
\ No newline at end of file
......@@ -6,13 +6,13 @@
<st:include page="sidepanel.jelly" />
<l:main-panel>
<f:form method="post" action="configSubmit">
<f:entry title="Name">
<f:entry title="${%Name}">
<f:textbox name="name" value="${it.viewName}" />
</f:entry>
<f:entry title="Description" help="/help/view-config/description.html">
<f:entry title="${%Description}" help="/help/view-config/description.html">
<f:textarea name="description" value="${it.description}"/>
</f:entry>
<f:entry title="Jobs">
<f:entry title="${%Jobs}">
<j:forEach var="job" items="${app.items}">
<f:checkbox name="${job.name}" checked="${it.contains(job)}" />
${job.name}
......
Name=\u540d\u524d
Description=\u8aac\u660e
Jobs=\u30b8\u30e7\u30d6
\ 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" xmlns:i="jelly:fmt">
<l:task icon="images/24x24/gear.gif" href="configure" title="Edit View" />
<l:task icon="images/24x24/edit-delete.gif" href="delete" title="Delete View" />
<l:task icon="images/24x24/gear.gif" href="configure" title="${%Edit View}" />
<l:task icon="images/24x24/edit-delete.gif" href="delete" title="${%Delete View}" />
</j:jelly>
\ No newline at end of file
Edit\ View=\u30d3\u30e5\u30fc\u306e\u5909\u66f4
Delete\ View=\u30d3\u30e5\u30fc\u306e\u524a\u9664
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册