jakarta.faces.LogStrings_ko.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta.faces Show documentation
Show all versions of jakarta.faces Show documentation
EE4J Compatible Implementation for Jakarta Faces API
The newest version!
#
# Copyright (c) 1997, 2020 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
#
#
# Logging key guideline:
# [level].[base package].[message_id]
# Common -----------------------------------------------------------------------
# PACKAGE jakarta.faces ----------------------------------------------------------
severe.no_factory= 응용 프로그램 시작 시 올바르게 초기화되지 않아 {0} 팩토리를 찾지 못했습니다. Attempting to find backup.
severe.no_factory_backup_failed= Could not find backup for factory {0}.
# PACKAGE jakarta.faces.application ----------------------------------------------
# PACKAGE jakarta.faces.component ------------------------------------------------
fine.component.populating_descriptor_map=이름이 "{0}"인 스레드에 대해 클래스 "{0}"의 PropertyDescriptor 맵을 입력하는 중입니다.
error.component.abortprocessing_thrown=ID 또는 클라이언트 ID가 "{2}"인 구성 요소에 대해 단계 "{1}" 동안 이벤트 유형 "{0}"을(를) 처리하는 중에 AbortProcessingException이 발생했습니다.
severe.component.unable_to_process_expression={1} 속성에 대한 표현식 {0}을(를) 처리하는 중 오류가 발생했습니다.
severe.component.uiviewroot_error_invoking_phaselistener=UIViewRoot PhaseListener {0}을(를) 호출하는 중 예외가 발생했습니다.
warning.component.uiviewroot_non_serializable_attribute_viewmap=일련화할 수 없는 속성 값을 ViewMap에 설정하는 중: (키: {0}, 값 클래스: {1})
# PACKAGE jakarta.faces.context --------------------------------------------------
# PACKAGE jakarta.faces.convert --------------------------------------------------
# PACKAGE jakarta.faces.el -------------------------------------------------------
# PACKAGE jakarta.faces.event ----------------------------------------------------
severe.event.exception_invoking_processaction=구성 요소 "{2}"의 작업 수신기 "{1}"을(를) 호출하는 중에 "{0}"이(가) 수신되었습니다.
# PACKAGE jakarta.faces.lifecycle ------------------------------------------------
# PACKAGE jakarta.faces.model ----------------------------------------------------
# PACKAGE jakarta.faces.render ---------------------------------------------------
# PACKAGE jakarta.faces.validator ------------------------------------------------
# PACKAGE jakarta.faces.webapp ---------------------------------------------------
warning.webapp.facesservlet.init_invalid_http_method=The runtime was configured to permit HTTP method {0} but that is not one of {1}. Note that HTTP method names are case sensitive.
severe.webapp.facesservlet.init_failed=Faces 런타임 초기화가 실패했거나 발생하지 않았습니다. 자세한 내용은 서버의 로그를 검토하십시오.