< prev index next >

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

Print this page

        

*** 1,8 **** # ! # ! # Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 22,51 **** # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # - # Localizations for Level names. For the US locale - # these are the same as the non-localized level name. - agent.err.error = 錯誤 agent.err.exception = 代理程式發生異常 agent.err.warning = 警告 ! agent.err.configfile.notfound = 找不到配置檔案 ! agent.err.configfile.failed = 無法讀取配置檔案 ! agent.err.configfile.closed.failed = 無法關閉配置檔案 ! agent.err.configfile.access.denied = 存取配置檔案遭到拒絕 agent.err.exportaddress.failed = 將 JMX 連接器位址匯出至設備緩衝區失敗 agent.err.agentclass.notfound = 找不到管理代理程式類別 agent.err.agentclass.failed = 管理代理程式類別失敗 agent.err.premain.notfound = 代理程式類別中不存在 premain(String) agent.err.agentclass.access.denied = 存取 premain(String) 遭到拒絕 agent.err.invalid.agentclass = com.sun.management.agent.class 屬性值無效 ! agent.err.invalid.state = 無效的代理程式狀態 agent.err.invalid.jmxremote.port = com.sun.management.jmxremote.port 號碼無效 agent.err.invalid.jmxremote.rmi.port = com.sun.management.jmxremote.rmi.port 號碼無效 agent.err.file.not.set = 未指定檔案 agent.err.file.not.readable = 檔案無法讀取 --- 21,47 ---- # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # agent.err.error = 錯誤 agent.err.exception = 代理程式發生異常 agent.err.warning = 警告 ! agent.err.configfile.notfound = 找不到設定檔案 ! agent.err.configfile.failed = 無法讀取設定檔案 ! agent.err.configfile.closed.failed = 無法關閉設定檔案 ! agent.err.configfile.access.denied = 存取設定檔案遭到拒絕 agent.err.exportaddress.failed = 將 JMX 連接器位址匯出至設備緩衝區失敗 agent.err.agentclass.notfound = 找不到管理代理程式類別 agent.err.agentclass.failed = 管理代理程式類別失敗 agent.err.premain.notfound = 代理程式類別中不存在 premain(String) agent.err.agentclass.access.denied = 存取 premain(String) 遭到拒絕 agent.err.invalid.agentclass = com.sun.management.agent.class 屬性值無效 ! agent.err.invalid.state = 無效的代理程式狀態: {0} agent.err.invalid.jmxremote.port = com.sun.management.jmxremote.port 號碼無效 agent.err.invalid.jmxremote.rmi.port = com.sun.management.jmxremote.rmi.port 號碼無效 agent.err.file.not.set = 未指定檔案 agent.err.file.not.readable = 檔案無法讀取
*** 65,93 **** agent.err.access.file.notfound = 找不到存取檔案 agent.err.connector.server.io.error = JMX 連接器伺服器通訊錯誤 agent.err.invalid.option = 指定的選項無效 - agent.err.invalid.snmp.port = com.sun.management.snmp.port 號碼無效 - agent.err.invalid.snmp.trap.port = com.sun.management.snmp.trap 編號無效 - agent.err.unknown.snmp.interface = 不明的 SNMP 介面 - agent.err.acl.file.notset = 未指定 SNMP ACL 檔案,但 com.sun.management.snmp.acl=true - agent.err.acl.file.notfound = 找不到 SNMP ACL 檔案 - agent.err.acl.file.not.readable = SNMP ACL 檔案無法讀取 - agent.err.acl.file.read.failed = 無法讀取 SNMP ACL 檔案 - agent.err.acl.file.access.notrestricted = 必須限制密碼檔案讀取存取 - - agent.err.snmp.adaptor.start.failed = 無法使用位址啟動 SNMP 配接卡 - agent.err.snmp.mib.init.failed = 無法初始化 SNMP MIB,出現錯誤 jmxremote.ConnectorBootstrap.starting = 正在啟動 JMX 連接器伺服器: jmxremote.ConnectorBootstrap.noAuthentication = 無認證 jmxremote.ConnectorBootstrap.ready = JMX 連接器就緒,位於: {0} jmxremote.ConnectorBootstrap.password.readonly = 必須限制密碼檔案讀取存取: {0} jmxremote.ConnectorBootstrap.file.readonly = 必須限制檔案讀取存取權: {0} - - jmxremote.AdaptorBootstrap.getTargetList.processing = 正在處理 ACL - jmxremote.AdaptorBootstrap.getTargetList.adding = 正在新增目標: {0} - jmxremote.AdaptorBootstrap.getTargetList.starting = 正在啟動配接卡伺服器: - jmxremote.AdaptorBootstrap.getTargetList.initialize1 = 配接卡就緒。 - jmxremote.AdaptorBootstrap.getTargetList.initialize2 = SNMP 配接卡就緒,位於: {0}:{1} - jmxremote.AdaptorBootstrap.getTargetList.terminate = 終止 {0} --- 61,71 ----
< prev index next >