提交 dfe77cba 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7147 71c3de6d-444a-0410-be80-ed276b4c234a
上级 49ab9b25
<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">
<f:entry title="Projects to build">
<f:entry title="${%Projects to build}">
<f:textbox name="buildTrigger.childProjects" value="${instance.childProjectsValue}"
checkUrl="'${rootURL}/publisher/BuildTrigger/check?value='+escape(this.value)"/>
</f:entry>
<j:if test="${descriptor.showEvenIfUnstableOption(targetType)}">
<f:entry title="">
<f:checkbox id="buildTrigger.evenIfUnstable" name="buildTrigger.evenIfUnstable" checked="${instance.threshold.toString()=='UNSTABLE'}" />
<label for="buildTrigger.evenIfUnstable">Trigger even if the build is unstable</label>
<label for="buildTrigger.evenIfUnstable">${%Trigger even if the build is unstable}</label>
</f:entry>
</j:if>
</j:jelly>
\ No newline at end of file
Projects\ to\ build=\u30d3\u30eb\u30c9\u3059\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8
Trigger\ even\ if\ the\ build\ is\ unstable=\u30d3\u30eb\u30c9\u304c\u4e0d\u5b89\u5b9a\u3067\u3082\u30c8\u30ea\u30ac\u30fc
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册