提交 2166705f 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6768 71c3de6d-444a-0410-be80-ed276b4c234a
上级 eeb8d224
......@@ -2,22 +2,20 @@
<!--
This is a good place to add "welcome" materials, like pointers to the website and etc
-->
Welcome to Hudson!
${%Welcome to Hudson!}
<j:choose xmlns:j="jelly:core">
<!-- Only show the create new jobs link to those users that have permission to use it. -->
<j:when test="${h.hasPermission(it.CREATE)}">
Please <a href="newJob">create new jobs</a> to get started.
${%newJob}
</j:when>
<j:otherwise>
<!-- Offer anonymous users the chance to login, then they can create jobs. -->
<j:if test="${h.isAnonymous()}">
<a href="${rootURL}/${app.securityRealm.loginUrl}?from=${request.requestURI}">Login</a>
to create new jobs.
${%login(rootURL, app.securityRealm.loginUrl, request.requestURI)}
</j:if>
<!-- Also offer them the opportunity to sign-up for an account, if this facility is available. -->
<j:if test="${it.securityRealm.allowsSignup()}">
If you don't already have an account, you can
<a href="signup">sign-up</a> now.
${%signup}
</j:if>
</j:otherwise>
</j:choose>
......
newJob=Please <a href="newJob">create new jobs</a> to get started.
login=\
<a href="{0}/{1}?from={2}">Login</a>\
to create new jobs.
signup=\
If you don't already have an account, you can\
<a href="signup">sign-up</a> now.
\ No newline at end of file
Welcome\ to\ Hudson!=Hudson\u3078\u3088\u3046\u3053\u305d\uff01
newJob=\u958b\u59cb\u3059\u308b\u305f\u3081\u306b<a href="newJob">\u65b0\u3057\u3044\u30b8\u30e7\u30d6</a>\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002
login=\u65b0\u3057\u3044\u30b8\u30e7\u30d6\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001<a href="{0}/{1}?from={2}">\u30ed\u30b0\u30a4\u30f3</a>\u3057\u3066\u304f\u3060\u3055\u3044\u3002
signup=\u3082\u3057\u3042\u306a\u305f\u304c\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3051\u308c\u3070\u3001\u4eca<a href="signup">\u53c2\u52a0</a>\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册