com.sun.xml.rpc.resources.handler_zh_CN.properties Maven / Gradle / Ivy
#
# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
#EN: handler error: {0}
handler.nestedError=\u5904\u7406\u7a0b\u5e8f\u9519\u8bef: {0}
#EN: A HandlerChain can only contain Handler instances: {0}
handler.chain.contains.handler.only=HandlerChain \u4ec5\u53ef\u4ee5\u5305\u542b\u5904\u7406\u7a0b\u5e8f\u5b9e\u4f8b: {0}
#EN: Unable to instantiate handler: {0} because: {1}
handler.cant.instantiate=\u65e0\u6cd5\u5b9e\u4f8b\u5316\u5904\u7406\u7a0b\u5e8f: {0}\uff0c\u56e0\u4e3a: {1}