Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ko_kr.json #254

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions common/src/main/resources/assets/cloth-config2/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"text.cloth-config.save_and_done": "저장하고 나가기",
"text.cloth-config.apply": "변경 사항 적용",
"text.cloth-config.quit_config": "변경 사항이 저장되지 않음",
"text.cloth-config.quit_config_sure": "구성 편집을 종료하시겠습니까? 변경 사항이 저장되지 않습니다!",
"text.cloth-config.cancel_discard": "변경 사항 취소",
"text.cloth-config.quit_discard": "나가고 변경 사항 버리기",
"text.cloth-config.config": "설정",
"text.cloth-config.multi_error": "다수의 문제 발생!",
"text.cloth-config.not_editable": "편집할 수 없음!",
"text.cloth-config.error.not_valid_number_int": "유효한 숫자가 아닙니다! (정수)",
"text.cloth-config.error.not_valid_number_long": "유효한 숫자가 아닙니다! (긴 정수)",
"text.cloth-config.error.not_valid_number_float": "유효한 숫자가 아닙니다! (부동 소수점)",
"text.cloth-config.error.not_valid_number_double": "유효한 숫자가 아닙니다! (더블)",
"text.cloth-config.error.too_large": "너무 큽니다! (최대: %d)",
"text.cloth-config.error.too_small": "너무 작습니다! (최소: %d)",
"text.cloth-config.error.color.no_alpha_allowed": "알파가 허용되지 않습니다!",
"text.cloth-config.error.color.invalid_alpha": "유효한 값이 아닙니다! (알파)",
"text.cloth-config.error.color.invalid_red": "유효한 값이 아닙니다! (빨강)",
"text.cloth-config.error.color.invalid_green": "유효한 값이 아닙니다! (녹색)",
"text.cloth-config.error.color.invalid_blue": "유효한 값이 아닙니다! (파랑)",
"text.cloth-config.error.color.invalid_color": "유효하지 않은 색상입니다!",
"text.cloth-config.error.color.no_hash": "유효하지 않은 색상입니다! (#이 누락됨)",
"text.cloth-config.list.add": "새로 추가",
"text.cloth-config.list.remove": "선택한 항목 삭제",
"text.cloth-config.error_cannot_save": "오류!",
"text.cloth-config.reset_value": "초기화",
"text.cloth.reset_value": "초기화",
"text.cloth-config.restart_required": "재시작 필요",
"text.cloth-config.restart_required_sub": "수정한 설정 중 하나가 Minecraft를 다시 시작해야 합니다. 계속 하시겠습니까?",
"text.cloth-config.exit_minecraft": "Minecraft 종료",
"text.cloth-config.ignore_restart": "재시작 무시",
"text.cloth-config.boolean.value.true": "§a예",
"text.cloth-config.boolean.value.false": "§c아니오",
"text.cloth-config.dropdown.value.unknown": "§c제안 없음",
"text.cloth-config.disabled_tooltip": "비활성화됨 (조건 충족되지 않음)",
"modifier.cloth-config.alt": "Alt + %s",
"modifier.cloth-config.ctrl": "Ctrl + %s",
"modifier.cloth-config.shift": "Shift + %s",
"title.cloth-config.config": "Cloth 모드 구성 설정",
"category.cloth-config.scrolling": "스크롤링",
"category.cloth-config.testing": "구성 데모",
"option.cloth-config.scrollDuration": "스크롤 지속 시간",
"option.cloth-config.scrollStep": "스크롤 단계",
"option.cloth-config.bounceBackMultiplier": "반동 배수",
"option.cloth-config.setDefaultSmoothScroll": "기본 부드러운 스크롤 설정",
"option.cloth-config.disableSmoothScroll": "부드러운 스크롤 비활성화",
"text.cloth-config.testing.1": "모드 개발자이고 %1$s을(를) 사용하려고 합니까? 시작하려면 %2$s으로 이동하십시오. 또는 %3$s 할 수 있습니다.",
"text.cloth-config.testing.2": "Cloth 모드 위키",
"text.cloth-config.testing.3": "아무 이유없이 Minecraft 옵션 파일을 여는 것을 클릭하십시오"
}