From 0229aec8013aec7ac1a25b1961319e7603031c62 Mon Sep 17 00:00:00 2001 From: good7777865 Date: Tue, 26 May 2026 22:25:19 +0900 Subject: [PATCH] Add Korean translation --- .../resources/assets/fastquit/lang/ko_kr.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/assets/fastquit/lang/ko_kr.json diff --git a/src/main/resources/assets/fastquit/lang/ko_kr.json b/src/main/resources/assets/fastquit/lang/ko_kr.json new file mode 100644 index 0000000..28b6e7b --- /dev/null +++ b/src/main/resources/assets/fastquit/lang/ko_kr.json @@ -0,0 +1,32 @@ +{ + "fastquit.toast.title": "FastQuit 완료!", + "fastquit.toast.description": "\"%s\" 저장 완료", + "fastquit.toast.deleted": "\"%s\"이(가) 삭제되었습니다", + + "fastquit.screen.waiting": "\"%s\"의 저장이 완료되기를 기다리는 중...", + + "fastquit.config.general.showSavingTime.toastsOnly": "토스트만", + "fastquit.config.performance.backgroundPriority.1": "1 (최소)", + "fastquit.config.performance.backgroundPriority.2": "2 (권장)", + "fastquit.config.performance.backgroundPriority.5": "5 (기본값)", + "fastquit.config.performance.backgroundPriority.10": "10 (최대)", + "fastquit.config.compat.allowMultipleServers.disabledForCompat": "§c이 옵션은 다음 모드와의 호환성 문제를 피하기 위해 비활성화되었습니다:\n%s", + + "text.autoconfig.fastquit.title": "FastQuit", + "text.autoconfig.fastquit.category.default": "일반", + "text.autoconfig.fastquit.option.renderSavingScreen": "\"세계 저장 중\" 화면 표시", + "text.autoconfig.fastquit.option.renderSavingScreen.@Tooltip": "높은 렌더 거리에서 플레이할 때는 클라이언트 측 청크 저장소를 비워야 하므로 세계를 종료하는 데 여전히 시간이 약간 걸릴 수 있습니다.\n이 설정을 활성화하면 \"세계 저장 중\" 화면이 표시됩니다.", + "text.autoconfig.fastquit.option.showToasts": "토스트 표시", + "text.autoconfig.fastquit.option.showToasts.@Tooltip": "세계 저장이 완료되었을 때 토스트를 표시할지 여부를 결정합니다.", + "text.autoconfig.fastquit.option.showSavingTime": "저장 시간 표시", + "text.autoconfig.fastquit.option.showSavingTime.@Tooltip": "세계 저장에 걸린/걸리는 시간을 토스트와 세계 목록에 표시할지 여부를 결정합니다.", + "text.autoconfig.fastquit.category.performance": "성능", + "text.autoconfig.fastquit.option.backgroundPriority": "백그라운드 스레드 우선순위", + "text.autoconfig.fastquit.option.backgroundPriority.@Tooltip": "백그라운드에서 세계를 저장할 때 서버의 스레드 우선순위를 설정합니다.\n이는 저장 중 클라이언트 성능을 향상시키기 위한 것이지만, 전체적인 저장 시간은 더 길어지게 됩니다.", + "text.autoconfig.fastquit.category.compat": "모드 호환성", + "text.autoconfig.fastquit.option.allowMultipleServers": "여러 세계 동시 실행 허용", + "text.autoconfig.fastquit.option.allowMultipleServers.@Tooltip": "이 옵션이 활성화되면 이전 세계가 아직 저장 중인 동안에도 새로운 세계에 입장할 수 있습니다.\n바닐라 마인크래프트에서는 문제가 없지만, 일부 모드는 두 개의 서버가 동시에 실행될 때 문제를 발생시킬 수 있습니다.", + + "fastquit.modmenu.summaryTranslation.fastquit": "세계가 저장되는 동안 타이틀 화면으로 돌아가세요!", + "fastquit.modmenu.descriptionTranslation.fastquit": "이 모드를 사용하면 세계가 백그라운드에서 저장되는 동안 미리 타이틀 화면으로 돌아갈 수 있습니다." +} \ No newline at end of file