From 827efc90b1b2c187efdd5fbc1e4004cff1e60c90 Mon Sep 17 00:00:00 2001 From: wally232 <58880108+wally232@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:03:20 +0900 Subject: [PATCH 1/3] Update ko.json Add translation for untranslated parts --- UIInfoSuite2/i18n/ko.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/UIInfoSuite2/i18n/ko.json b/UIInfoSuite2/i18n/ko.json index 6f4ad84e..dd8ecc01 100644 --- a/UIInfoSuite2/i18n/ko.json +++ b/UIInfoSuite2/i18n/ko.json @@ -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 @@ -17,9 +33,12 @@ "ReadyToHarvest": "수확 가능!", "With": "효과:", "Fertilized": "비료", + "Watered": "Watered", + "NotWatered": "Not Watered", "DoesNotProduceThisSeason": "이번 계절에는 생산하지 않음", //Tree "Stump": "그루터기", + // This space is required for languages that use a space between words, delete otherwise (e.g. Korean) "Tree": "나무", "stage": "단계: ", "Oak": "참", @@ -33,6 +52,9 @@ "GreenRainType2": "녹색 비 타입 2 ", "GreenRainType3": "녹색 비 타입 3 ", "Mystic": "신비한 ", + "VmvBirch": "자작", + "SVEBirch": "자작", + "SVEFir": "전", //Display icons - General "TodaysRecipe": "오늘의 레시피: ", "TravelingMerchantIsInTown": "행상인이 방문 중!", @@ -72,6 +94,8 @@ "HideAnimalPetOnMaxFriendship": "친밀도 최대 시 숨김", "ShowCropAndBarrelTooltip": "작물 및 설비의 남은 시간 표시", "ShowItemEffectRanges": "허수아비 및 스프링클러 범위 표시", + "ButtonControlShow": "현재 항목 범위를 표시하려면 왼쪽 Ctrl 키를 누르고, 모든 항목 범위를 표시하려면 왼쪽 Alt 키를 누릅니다.", + "ShowBombRange": "폭탄 파괴 범위 표시", "ShowExtraItemInformation": "아이템의 추가 정보 표시", "ShowHarvestPricesInShop": "상점에서 수확 가격 표시", //Settings - Tabs info @@ -93,4 +117,5 @@ "ShowSeasonalBerryHazelnut": "헤이즐넛이 있는 나무 표시", //Others "LevelUp": "레벨 업" + "TrackOnMap": "지도에서 추적" } From afad7bdb890c04f27941639be06e2af166a5a630 Mon Sep 17 00:00:00 2001 From: wally232 <58880108+wally232@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:43:08 +0900 Subject: [PATCH 2/3] Update ko.json --- UIInfoSuite2/i18n/ko.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIInfoSuite2/i18n/ko.json b/UIInfoSuite2/i18n/ko.json index dd8ecc01..612cf576 100644 --- a/UIInfoSuite2/i18n/ko.json +++ b/UIInfoSuite2/i18n/ko.json @@ -33,8 +33,8 @@ "ReadyToHarvest": "수확 가능!", "With": "효과:", "Fertilized": "비료", - "Watered": "Watered", - "NotWatered": "Not Watered", + "Watered": "물 주었음", + "NotWatered": "물 주지 않음", "DoesNotProduceThisSeason": "이번 계절에는 생산하지 않음", //Tree "Stump": "그루터기", From 8b71d17ca5cbf6fb9d73da25b6a29c6f05bb5132 Mon Sep 17 00:00:00 2001 From: wally232 <58880108+wally232@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:02:19 +0900 Subject: [PATCH 3/3] Update ko.json --- UIInfoSuite2/i18n/ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIInfoSuite2/i18n/ko.json b/UIInfoSuite2/i18n/ko.json index 612cf576..70269970 100644 --- a/UIInfoSuite2/i18n/ko.json +++ b/UIInfoSuite2/i18n/ko.json @@ -116,6 +116,6 @@ "ShowSeasonalBerry": "사계절 채집물 표시", "ShowSeasonalBerryHazelnut": "헤이즐넛이 있는 나무 표시", //Others - "LevelUp": "레벨 업" + "LevelUp": "레벨 업", "TrackOnMap": "지도에서 추적" }