mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
New translations strings.yml (Korean)
This commit is contained in:
parent
d1e5f2d420
commit
07c3adcf35
@ -421,7 +421,7 @@ reqMoneyPrompt: "금액 입력 <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "퀘스트 포인트 설정, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- 퀘스트 가능 -"
|
||||
reqQuestPrompt: "퀘스트 이름 입력, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "True/false 값 입력, <space>, <cancel>"
|
||||
reqRemoveItemsPrompt: "사실/거짓 값 입력, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "사용 권한 요구 사항 입력, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "사용자 정의 요구 사항 입력, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "mcMMO 스킬 입력, <space>, <clear>, <cancel>"
|
||||
@ -437,7 +437,7 @@ reqHeroesPrimaryDisplay: "기본 클래스:"
|
||||
reqHeroesSecondaryDisplay: "보조 클래스:"
|
||||
reqNotAQuestName: "<quest>는 퀘스트 이름이 아닙니다!"
|
||||
reqItemCleared: "아이템 요구 사항이 삭제되었습니다."
|
||||
reqTrueFalseError: '<input> 은 true 또는 false가 아닙니다!%br%예: true false true true'
|
||||
reqTrueFalseError: '<input> 은 사실 또는 거짓가 아닙니다!%br%예: 사실 거짓 사실 사실'
|
||||
reqCustomAlreadyAdded: "해당 사용자 정의 요구 사항이 이미 추가되었습니다!"
|
||||
reqCustomNotFound: "사용자 정의 요구 사항 모듈을 찾을 수 없습니다."
|
||||
reqCustomCleared: "사용자 정의 요구 사항이 지워졌습니다."
|
||||
@ -730,8 +730,8 @@ cancelled: "취소됨"
|
||||
questTimeout: "취소됨."
|
||||
yesWord: "예"
|
||||
noWord: "아니요"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
"true": "사실"
|
||||
"false": "거짓"
|
||||
clear: "삭제"
|
||||
edit: "수정"
|
||||
none: "없음"
|
||||
|
Loading…
Reference in New Issue
Block a user