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

Update ko.json #636

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
29 changes: 27 additions & 2 deletions UIInfoSuite2/i18n/ko.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
{
// GUI - Game Menu
// "OptionsTabTooltip": "UI Info Suite 2 옵션",
"OptionsTabTooltip": "UI Info Suite 2 옵션",
// some config options
"Bool.ShowOptionsTabInMenu.DisplayedName": "게임 메뉴에 옵션 표시",
"Bool.ShowOptionsTabInMenu.Tooltip": "게임 메뉴에 이 모드에 대한 모든 옵션을 구성할 수 있는 추가 탭을 활성화합니다.",
"Text.ApplyDefaultSettingsFromThisSave.DisplayedName": "이 저장 파일을 기본 설정으로 적용",
"Text.ApplyDefaultSettingsFromThisSave.Tooltip": "새로운 캐릭터는 이 저장 파일의 모드 설정이 유지 됩니다.",
"Keybinds.OpenCalendarKeybind.DisplayedName": "달력 열기",
"Keybinds.OpenCalendarKeybind.Tooltip": "단축키로 달력 열기.",
"Keybinds.OpenQuestBoardKeybind.DisplayedName": "퀘스트 창 열기",
"Keybinds.OpenQuestBoardKeybind.Tooltip": "단축키로 퀘스트 창 열기",
"Keybinds.Subtitle.ShowRange.displayedName": "아이템 효과 범위 표시",
"Keybinds.Subtitle.ShowRange.Tooltip": "예: 허수아비, 스프링클러, 주니모 오두막, 벌집, 버섯 통나무, 이끼 덮인 씨앗.",
"Keybinds.ShowOneRange.DisplayedName": "단일 범위 표시",
"Keybinds.ShowOneRange.Tooltip": "표시하려는 항목 위로 마우스를 이동하면 범위가 표시됩니다.",
"Keybinds.ShowAllRange.DisplayedName": "전체 범위 표시",
"Keybinds.ShowAllRange.Tooltip": "표시하려는 항목 위로 이동하면 움직이면 전체 범위가 표시됩니다.",
//GUI - Billboard
"Billboard": "게시판",
"Calendar": "달력",
"SlayerGoals": "몬스터 박멸 목표",
//GUI - Seed shop
"HarvestPrice": "수확 가격",
//Production
Expand All @@ -17,9 +33,12 @@
"ReadyToHarvest": "수확 가능!",
"With": "효과:",
"Fertilized": "비료",
"Watered": "물 주었음",
"NotWatered": "물 주지 않음",
"DoesNotProduceThisSeason": "이번 계절에는 생산하지 않음",
//Tree
"Stump": "그루터기",
// This space is required for languages that use a space between words, delete otherwise (e.g. Korean)
"Tree": "나무",
"stage": "단계: ",
"Oak": "참",
Expand All @@ -33,6 +52,9 @@
"GreenRainType2": "녹색 비 타입 2 ",
"GreenRainType3": "녹색 비 타입 3 ",
"Mystic": "신비한 ",
"VmvBirch": "자작",
"SVEBirch": "자작",
"SVEFir": "전",
//Display icons - General
"TodaysRecipe": "오늘의 레시피: ",
"TravelingMerchantIsInTown": "행상인이 방문 중!",
Expand Down Expand Up @@ -72,6 +94,8 @@
"HideAnimalPetOnMaxFriendship": "친밀도 최대 시 숨김",
"ShowCropAndBarrelTooltip": "작물 및 설비의 남은 시간 표시",
"ShowItemEffectRanges": "허수아비 및 스프링클러 범위 표시",
"ButtonControlShow": "현재 항목 범위를 표시하려면 왼쪽 Ctrl 키를 누르고, 모든 항목 범위를 표시하려면 왼쪽 Alt 키를 누릅니다.",
"ShowBombRange": "폭탄 파괴 범위 표시",
"ShowExtraItemInformation": "아이템의 추가 정보 표시",
"ShowHarvestPricesInShop": "상점에서 수확 가격 표시",
//Settings - Tabs info
Expand All @@ -92,5 +116,6 @@
"ShowSeasonalBerry": "사계절 채집물 표시",
"ShowSeasonalBerryHazelnut": "헤이즐넛이 있는 나무 표시",
//Others
"LevelUp": "레벨 업"
"LevelUp": "레벨 업",
"TrackOnMap": "지도에서 추적"
}