mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
48 lines
3.3 KiB
Properties
48 lines
3.3 KiB
Properties
#
|
|
# 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=알 수 없는 명령어입니다. <c2>/help</c2>를 참고하세요.
|
|
acf-core.invalid_syntax=사용법: <c2>{command}</c2> <c3>{syntax}</c3>
|
|
acf-core.error_prefix=오류: {message}
|
|
acf-core.error_performing_command=이 명령어를 수행하는 과정에서 오류가 발생하였습니다.
|
|
acf-core.info_message={message}
|
|
acf-core.please_specify_one_of=오류: (<c2>{valid}</c2>) 중 하나를 지정하세요.
|
|
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=오류: <c2>{search}</c2>라는 이름의 플레이어가 없습니다.
|
|
acf-core.no_command_matched_search=<c2>{search}</c2와 일치하는 명령이 없습니다.
|
|
acf-core.help_page_information=- 전체 <c2>{totalpages}</c2>쪽 중 <c2>{page}</c2>쪽 표시 중 (총 <c3>{results}</c3>개).
|
|
acf-core.help_no_results=오류: 더 이상 결과가 없습니다.
|
|
acf-core.help_header=<c3>=== </c3><c2>{commandprefix}{command}</c2><c1>에 대한 도움말</c1><c3> ===</c3>
|
|
acf-core.help_format=<c1>{command}</c1> <c2>{parameters}</c2> <c3>{separator} {description}</c3>
|
|
acf-core.help_detailed_header=<c3>=== </c3><c2>{commandprefix}{command}</c2><c1>에 대한 상세 도움말</c1><c3> ===</c3>
|
|
acf-core.help_detailed_command_format=<c1>{command}</c1> <c2>{parameters}</c2> <c3>{separator} {description}</c3>
|
|
acf-core.help_detailed_parameter_format=<c2>{syntaxorname}</c2>: <c3>{description}</c3>
|
|
acf-core.help_search_header=<c3>=== </c3><c2>{commandprefix}{command} {search}</c2><c1> 검색 결과 표시 중</c1><c3> ===</c3>
|