src/share/classes/sun/management/resources/agent_zh_CN.properties

Print this page


   1 #
   2 #
   3 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


  26 
  27 # Localizations for Level names.  For the US locale
  28 # these are the same as the non-localized level name.
  29 
  30 agent.err.error                    = 错误
  31 agent.err.exception                = 代理抛出异常错误
  32 agent.err.warning                  = 警告
  33 
  34 agent.err.configfile.notfound      = 找不到配置文件
  35 agent.err.configfile.failed        = 未能读取配置文件
  36 agent.err.configfile.closed.failed = 未能关闭配置文件
  37 agent.err.configfile.access.denied = 拒绝访问配置文件
  38 
  39 agent.err.exportaddress.failed     = 未能将 JMX 连接器地址导出到检测缓冲区
  40 
  41 agent.err.agentclass.notfound      = 找不到管理代理类
  42 agent.err.agentclass.failed        = 管理代理类失败 
  43 agent.err.premain.notfound         = 代理类中不存在 premain(String)
  44 agent.err.agentclass.access.denied = 拒绝访问 premain(String)
  45 agent.err.invalid.agentclass       = com.sun.management.agent.class 属性值无效
  46 
  47 agent.err.invalid.jmxremote.port   = com.sun.management.jmxremote.port 编号无效

  48 
  49 agent.err.file.not.set               = 未指定文件
  50 agent.err.file.not.readable          = 文件不可读取
  51 agent.err.file.read.failed           = 未能读取文件
  52 agent.err.file.not.found             = 找不到文件
  53 agent.err.file.access.not.restricted = 必须限制文件读取访问权限
  54 
  55 agent.err.password.file.notset     = 未指定口令文件, 但 com.sun.management.jmxremote.authenticate=true
  56 agent.err.password.file.not.readable = 口令文件不可读取
  57 agent.err.password.file.read.failed = 读取口令文件失败
  58 agent.err.password.file.notfound   = 找不到口令文件
  59 agent.err.password.file.access.notrestricted = 必须限制口令文件读取访问权限
  60 
  61 agent.err.access.file.notset       = 未指定访问文件, 但 com.sun.management.jmxremote.authenticate=true
  62 agent.err.access.file.not.readable = 访问文件不可读取
  63 agent.err.access.file.read.failed  = 读取访问文件失败
  64 agent.err.access.file.notfound     = 找不到访问文件
  65 
  66 agent.err.connector.server.io.error = JMX 连接器服务器通信错误
  67 
  68 agent.err.invalid.option           = 指定的选项无效
  69 agent.err.invalid.snmp.port        = com.sun.management.snmp.port number 无效
  70 agent.err.invalid.snmp.trap.port   = com.sun.management.snmp.trap number 无效
  71 agent.err.unknown.snmp.interface   = 未知 SNMP 接口
  72 agent.err.acl.file.notset          = 未指定 SNMP ACL 文件, 但 com.sun.management.snmp.acl=true
  73 agent.err.acl.file.notfound        = 找不到 SNMP ACL 文件
  74 agent.err.acl.file.not.readable    = SNMP ACL 文件不可读取
  75 agent.err.acl.file.read.failed     = 未能读取 SNMP ACL 文件
  76 agent.err.acl.file.access.notrestricted = 必须限制口令文件读取访问权限
  77 
  78 agent.err.snmp.adaptor.start.failed = 无法启动带有地址的 SNMP 适配器
  79 agent.err.snmp.mib.init.failed     = 无法初始化带有错误的 SNMP MIB
  80 
  81 jmxremote.ConnectorBootstrap.initialize = 正在启动 JMX 连接器服务器: 
  82 jmxremote.ConnectorBootstrap.initialize.noAuthentication = 无验证
  83 jmxremote.ConnectorBootstrap.initialize.ready = 位于{0}的 JMX 连接器已就绪
  84 jmxremote.ConnectorBootstrap.initialize.password.readonly = 必须限制口令文件读取访问权限: {0}
  85 jmxremote.ConnectorBootstrap.initialize.file.readonly = 必须限制文件读取访问权限: {0}
  86 
  87 jmxremote.AdaptorBootstrap.getTargetList.processing = 正在处理 ACL
  88 jmxremote.AdaptorBootstrap.getTargetList.adding = 正在添加目标: {0}
  89 jmxremote.AdaptorBootstrap.getTargetList.starting = 正在启动适配器服务器: 
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = 适配器就绪。
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = 位于 {0}:{1} 的 SNMP 适配器就绪
  92 jmxremote.AdaptorBootstrap.getTargetList.terminate = 终止{0}
   1 #
   2 #
   3 # Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


  26 
  27 # Localizations for Level names.  For the US locale
  28 # these are the same as the non-localized level name.
  29 
  30 agent.err.error                    = 错误
  31 agent.err.exception                = 代理抛出异常错误
  32 agent.err.warning                  = 警告
  33 
  34 agent.err.configfile.notfound      = 找不到配置文件
  35 agent.err.configfile.failed        = 未能读取配置文件
  36 agent.err.configfile.closed.failed = 未能关闭配置文件
  37 agent.err.configfile.access.denied = 拒绝访问配置文件
  38 
  39 agent.err.exportaddress.failed     = 未能将 JMX 连接器地址导出到检测缓冲区
  40 
  41 agent.err.agentclass.notfound      = 找不到管理代理类
  42 agent.err.agentclass.failed        = 管理代理类失败 
  43 agent.err.premain.notfound         = 代理类中不存在 premain(String)
  44 agent.err.agentclass.access.denied = 拒绝访问 premain(String)
  45 agent.err.invalid.agentclass       = com.sun.management.agent.class 属性值无效
  46 agent.err.invalid.state            = 代理状态无效
  47 agent.err.invalid.jmxremote.port   = com.sun.management.jmxremote.port 编号无效
  48 agent.err.invalid.jmxremote.rmi.port = com.sun.management.jmxremote.rmi.port 编号无效
  49 
  50 agent.err.file.not.set               = 未指定文件
  51 agent.err.file.not.readable          = 文件不可读取
  52 agent.err.file.read.failed           = 未能读取文件
  53 agent.err.file.not.found             = 找不到文件
  54 agent.err.file.access.not.restricted = 必须限制文件读取访问权限
  55 
  56 agent.err.password.file.notset     = 未指定口令文件, 但 com.sun.management.jmxremote.authenticate=true
  57 agent.err.password.file.not.readable = 口令文件不可读取
  58 agent.err.password.file.read.failed = 读取口令文件失败
  59 agent.err.password.file.notfound   = 找不到口令文件
  60 agent.err.password.file.access.notrestricted = 必须限制口令文件读取访问权限
  61 
  62 agent.err.access.file.notset       = 未指定访问文件, 但 com.sun.management.jmxremote.authenticate=true
  63 agent.err.access.file.not.readable = 访问文件不可读取
  64 agent.err.access.file.read.failed  = 读取访问文件失败
  65 agent.err.access.file.notfound     = 找不到访问文件
  66 
  67 agent.err.connector.server.io.error = JMX 连接器服务器通信错误
  68 
  69 agent.err.invalid.option           = 指定的选项无效
  70 agent.err.invalid.snmp.port        = com.sun.management.snmp.port number 无效
  71 agent.err.invalid.snmp.trap.port   = com.sun.management.snmp.trap number 无效
  72 agent.err.unknown.snmp.interface   = 未知 SNMP 接口
  73 agent.err.acl.file.notset          = 未指定 SNMP ACL 文件, 但 com.sun.management.snmp.acl=true
  74 agent.err.acl.file.notfound        = 找不到 SNMP ACL 文件
  75 agent.err.acl.file.not.readable    = SNMP ACL 文件不可读取
  76 agent.err.acl.file.read.failed     = 未能读取 SNMP ACL 文件
  77 agent.err.acl.file.access.notrestricted = 必须限制口令文件读取访问权限
  78 
  79 agent.err.snmp.adaptor.start.failed = 无法启动带有地址的 SNMP 适配器
  80 agent.err.snmp.mib.init.failed     = 无法初始化带有错误的 SNMP MIB
  81 
  82 jmxremote.ConnectorBootstrap.starting = 正在启动 JMX 连接器服务器: 
  83 jmxremote.ConnectorBootstrap.noAuthentication = 无验证
  84 jmxremote.ConnectorBootstrap.ready = 位于{0}的 JMX 连接器已就绪
  85 jmxremote.ConnectorBootstrap.password.readonly = 必须限制口令文件读取访问权限: {0}
  86 jmxremote.ConnectorBootstrap.file.readonly = 必须限制文件读取访问权限: {0}
  87 
  88 jmxremote.AdaptorBootstrap.getTargetList.processing = 正在处理 ACL
  89 jmxremote.AdaptorBootstrap.getTargetList.adding = 正在添加目标: {0}
  90 jmxremote.AdaptorBootstrap.getTargetList.starting = 正在启动适配器服务器: 
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = 适配器就绪。
  92 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = 位于 {0}:{1} 的 SNMP 适配器就绪
  93 jmxremote.AdaptorBootstrap.getTargetList.terminate = 终止{0}