提交 f34514b1 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6808 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f15f0979
......@@ -7,22 +7,22 @@
<l:main-panel>
<s:form method="post" action="configSubmit">
<s:block>
<h1>Installed Plugins</h1>
<h1>${%Installed Plugins}</h1>
<j:if test="${app.isPluginUploaded()}">
<div style="margin: 1em; height: 1em">
<div class="error">
New plugins will take effect once you restart Hudson
${%New plugins will take effect once you restart Hudson}
</div>
</div>
</j:if>
<div style="margin: 1em; height: 1em">
<div class="error" id="needRestart" style="display:none">
Changes will take effect when you restart Hudson
${%Changes will take effect when you restart Hudson}
</div>
</div>
<j:choose>
<j:when test="${empty(it.pluginManager.plugins) &amp;&amp; empty(it.pluginManager.failedPlugins)}">
No plugins installed.
${%No plugins installed.}
<span id="pluginList" style="display:none"/><!-- dummy to keep JavaScript happy -->
</j:when>
<j:otherwise>
......@@ -97,18 +97,17 @@
<s:form method="post" action="uploadPlugin" enctype="multipart/form-data">
<s:block>
<h1>Upload Plugin</h1>
<h1>${%Upload Plugin}</h1>
<div style="margin-bottom: 1em;">
Upload a plugin from your computer by using the form below, or
place your plugin at <tt>$HUDSON_HOME/plugins</tt> on the server.
${%uploadtext}
</div>
</s:block>
<s:block>
<!-- @size is for other browsers, @style is for IE -->
File: <input type="file" name="name" class="setting-input" style="width:80%" size='40' />
${%File}: <input type="file" name="name" class="setting-input" style="width:80%" size='40' />
</s:block>
<s:block><div>
<s:submit value="Upload" />
<s:submit value="${%Upload}" />
</div></s:block>
</s:form>
......
uploadtext=\
Upload a plugin from your computer by using the form below, or\
place your plugin at <tt>$HUDSON_HOME/plugins</tt> on the server.
\ No newline at end of file
Installed\ Plugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=\
\u3044\u3063\u305f\u3093Hudson\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=\
\u3044\u3063\u305f\u3093Hudson\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u5909\u66f4\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059
No\ plugins\ installed.=\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
Upload\ Plugin=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9
uploadtext=\
\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30e0\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3042\u306a\u305f\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u304b\u3089\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\
\u3082\u3057\u304f\u306f\u3001\u30b5\u30fc\u30d0\u306e<tt>$HUDSON_HOME/plugins</tt>\u3068\u3044\u3046\u5834\u6240\u306b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u914d\u5099\u3057\u3066\u304f\u3060\u3055\u3044\u3002
File=\u30d5\u30a1\u30a4\u30eb
Upload=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册