< prev index next >

src/java.management/share/classes/sun/management/resources/agent_zh_TW.properties

Print this page


   1 #
   2 #
   3 # Copyright (c) 2004, 2013, 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
  24 # questions.
  25 #
  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 號碼無效
  71 agent.err.invalid.snmp.trap.port   = com.sun.management.snmp.trap 編號無效
  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 = JMX 連接器就緒,位於: {0}
  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 = SNMP 配接卡就緒,位於: {0}:{1}
  93 jmxremote.AdaptorBootstrap.getTargetList.terminate = 終止 {0}
   1 #
   2 # Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.

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



  26 agent.err.error                    = 錯誤
  27 agent.err.exception                = 代理程式發生異常 
  28 agent.err.warning                  = 警告
  29 
  30 agent.err.configfile.notfound      = 找不到設定檔案
  31 agent.err.configfile.failed        = 無法讀取設定檔案
  32 agent.err.configfile.closed.failed = 無法關閉設定檔案
  33 agent.err.configfile.access.denied = 存取設定檔案遭到拒絕
  34 
  35 agent.err.exportaddress.failed     = 將 JMX 連接器位址匯出至設備緩衝區失敗
  36 
  37 agent.err.agentclass.notfound      = 找不到管理代理程式類別
  38 agent.err.agentclass.failed        = 管理代理程式類別失敗 
  39 agent.err.premain.notfound         = 代理程式類別中不存在 premain(String)
  40 agent.err.agentclass.access.denied = 存取 premain(String) 遭到拒絕
  41 agent.err.invalid.agentclass       = com.sun.management.agent.class 屬性值無效
  42 agent.err.invalid.state            = 無效的代理程式狀態: {0}
  43 agent.err.invalid.jmxremote.port   = com.sun.management.jmxremote.port 號碼無效
  44 agent.err.invalid.jmxremote.rmi.port = com.sun.management.jmxremote.rmi.port 號碼無效
  45 
  46 agent.err.file.not.set               = 未指定檔案
  47 agent.err.file.not.readable          = 檔案無法讀取
  48 agent.err.file.read.failed           = 無法讀取檔案
  49 agent.err.file.not.found             = 找不到檔案
  50 agent.err.file.access.not.restricted = 必須限制檔案讀取存取權
  51 
  52 agent.err.password.file.notset     = 未指定密碼檔案,但 com.sun.management.jmxremote.authenticate=true
  53 agent.err.password.file.not.readable = 密碼檔案無法讀取
  54 agent.err.password.file.read.failed = 無法讀取密碼檔案
  55 agent.err.password.file.notfound   = 找不到密碼檔案
  56 agent.err.password.file.access.notrestricted = 必須限制密碼檔案讀取存取
  57 
  58 agent.err.access.file.notset       = 未指定存取檔案,但 com.sun.management.jmxremote.authenticate=true
  59 agent.err.access.file.not.readable = 存取檔案無法讀取
  60 agent.err.access.file.read.failed  = 無法讀取存取檔案
  61 agent.err.access.file.notfound     = 找不到存取檔案
  62 
  63 agent.err.connector.server.io.error = JMX 連接器伺服器通訊錯誤
  64 
  65 agent.err.invalid.option           = 指定的選項無效











  66 
  67 jmxremote.ConnectorBootstrap.starting = 正在啟動 JMX 連接器伺服器:
  68 jmxremote.ConnectorBootstrap.noAuthentication = 無認證
  69 jmxremote.ConnectorBootstrap.ready = JMX 連接器就緒,位於: {0}
  70 jmxremote.ConnectorBootstrap.password.readonly = 必須限制密碼檔案讀取存取: {0}
  71 jmxremote.ConnectorBootstrap.file.readonly = 必須限制檔案讀取存取權: {0}







< prev index next >