Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.
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
33 changes: 33 additions & 0 deletions src/main/resources/assets/modmanager/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"modmanager.badge.installed": "설치됨",
"modmanager.badge.outdated": "업데이트 필요",
"modmanager.categories": "카테고리",
"modmanager.categories.updatable": "업데이트 가능",
"modmanager.category.technology": "기술",
"modmanager.category.adventure": "모험",
"modmanager.category.magic": "마법",
"modmanager.category.utility": "유틸리티",
"modmanager.category.decoration": "장식",
"modmanager.category.library": "라이브러리",
"modmanager.category.cursed": "저주된",
"modmanager.category.worldgen": "월드 젠",
"modmanager.category.storage": "저장소",
"modmanager.category.food": "음식",
"modmanager.category.equipment": "도구",
"modmanager.category.misc": "기타",
"modmanager.details.author": "제작가: %s",
"modmanager.message.goBackAndTryAgain": "다시 시도하시오",
"modmanager.message.install": "설치",
"modmanager.message.installing": "설치중...",
"modmanager.message.update": "업데이트",
"modmanager.message.updating": "업데이트중...",
"modmanager.message.remove": "삭제",
"modmanager.message.removing": "삭제중...",
"modmanager.message.search": "검색...",
"modmanager.message.showError": "에러 보이기",
"modmanager.page.next": "다음",
"modmanager.page.previous": "이전",
"modmanager.title": "모드 오버뷰",
"modmanager.toast.update.title": "업데이트 가능!",
"modmanager.toast.update.description": "%d 개의 모드가 업데이트 가능 합니다."
}