From d4724bf9b87477f1faea103bf815eb4cbeb0690c Mon Sep 17 00:00:00 2001 From: _LittleGiant_ <48399282+hswhsw610@users.noreply.github.com> Date: Thu, 14 Jul 2022 22:47:37 +0900 Subject: [PATCH] Create acf-core_ko.properties --- languages/core/acf-core_ko.properties | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 languages/core/acf-core_ko.properties diff --git a/languages/core/acf-core_ko.properties b/languages/core/acf-core_ko.properties new file mode 100644 index 00000000..a339973f --- /dev/null +++ b/languages/core/acf-core_ko.properties @@ -0,0 +1,47 @@ +# +# Copyright (c) 2016-2017 Daniel Ennis (Aikar) - MIT License +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +acf-core.permission_denied=이 명령어를 실행할 권한이 없습니다. +acf-core.permission_denied_parameter=이 명령어를 실행할 권한이 없습니다. +acf-core.error_generic_logged=오류가 발생하였습니다. 이 문제가 로그에 저장되었습니다. 불편을 드려 죄송합니다. +acf-core.unknown_command=알 수 없는 명령어입니다. /help를 참고하세요. +acf-core.invalid_syntax=사용법: {command} {syntax} +acf-core.error_prefix=오류: {message} +acf-core.error_performing_command=이 명령어를 수행하는 과정에서 오류가 발생하였습니다. +acf-core.info_message={message} +acf-core.please_specify_one_of=오류: ({valid}) 중 하나를 지정하세요. +acf-core.must_be_a_number=오류: {num}는 숫자여야 합니다. +acf-core.must_be_min_length=오류: 최소 {min}자 이상이어야 합니다. +acf-core.must_be_max_length=오류: 최대 {max}자여야 합니다. +acf-core.please_specify_at_most=오류: {max} 이하의 값을 지정하세요. +acf-core.please_specify_at_least=오류: {min} 이상의 값을 지정하세요. +acf-core.not_allowed_on_console=오류: 콘솔에서 이 명령을 실행할 수 없습니다. +acf-core.could_not_find_player=오류: {search}라는 이름의 플레이어가 없습니다. +acf-core.no_command_matched_search={search}{totalpages}쪽 중 {page}쪽 표시 중 (총 {results}개). +acf-core.help_no_results=오류: 더 이상 결과가 없습니다. +acf-core.help_header==== {commandprefix}{command}에 대한 도움말 === +acf-core.help_format={command} {parameters} {separator} {description} +acf-core.help_detailed_header==== {commandprefix}{command}에 대한 상세 도움말 === +acf-core.help_detailed_command_format={command} {parameters} {separator} {description} +acf-core.help_detailed_parameter_format={syntaxorname}: {description} +acf-core.help_search_header==== {commandprefix}{command} {search} 검색 결과 표시 중 ===