提交 9e088c01 编写于 作者: S sogabe

I18N & L10N

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13085 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3dbe9769
......@@ -121,8 +121,8 @@ public interface Node {
* Constants that control how Hudson allocates jobs to slaves.
*/
public enum Mode {
NORMAL("Utilize this slave as much as possible"),
EXCLUSIVE("Leave this machine for tied jobs only");
NORMAL(Messages.Node_Mode_NORMAL()),
EXCLUSIVE(Messages.Node_Mode_EXCLUSIVE());
private final String description;
......
......@@ -137,3 +137,6 @@ ParameterAction.DisplayName=Parameters
ParametersDefinitionProperty.DisplayName=Parameters
StringParameterDefinition.DisplayName=String Parameter
FileParameterDefinition.DisplayName=File Parameter
Node.Mode.NORMAL=Utilize this slave as much as possible
Node.Mode.EXCLUSIVE=Leave this machine for tied jobs only
\ No newline at end of file
......@@ -73,3 +73,6 @@ ParameterAction.DisplayName=\u30D1\u30E9\u30E1\u30FC\u30BF
ParametersDefinitionProperty.DisplayName=\u30D1\u30E9\u30E1\u30FC\u30BF
StringParameterDefinition.DisplayName=\u6587\u5B57\u5217\u30D1\u30E9\u30E1\u30FC\u30BF
FileParameterDefinition.DisplayName=\u30D5\u30A1\u30A4\u30EB\u30D1\u30E9\u30E1\u30FC\u30BF
Node.Mode.NORMAL=\u3053\u306E\u30B9\u30EC\u30FC\u30D6\u3092\u3067\u304D\u308B\u3060\u3051\u5229\u7528\u3059\u308B
Node.Mode.EXCLUSIVE=\u3053\u306E\u30DE\u30B7\u30FC\u30F3\u3092\u7279\u5B9A\u30B8\u30E7\u30D6\u5C02\u7528\u306B\u3059\u308B
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册