From 38df72e4f68441b4bdbf8b32f503573bc872d17d Mon Sep 17 00:00:00 2001 From: claude-bot Date: Wed, 20 May 2026 10:22:02 +0900 Subject: [PATCH] terms: phrase agreement-list failure as install failure (per request) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User asked for "약관 표시 실패시 설치 실패로 처리". The block-on-failure path is already in place; this just sharpens the message so users see "설치를 진행할 수 없습니다" rather than a soft retry prompt. Co-Authored-By: Claude Opus 4.7 --- locales/installer-rp/ko-kr.json | 2 +- locales/installer/ko-kr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/installer-rp/ko-kr.json b/locales/installer-rp/ko-kr.json index a451077..84c3eab 100644 --- a/locales/installer-rp/ko-kr.json +++ b/locales/installer-rp/ko-kr.json @@ -38,7 +38,7 @@ "tabInstaller": "리소스팩 설치기 약관", "loading": "약관을 불러오는 중...", "loadFailed": "약관 로드 실패: {{message}}", - "listLoadFailed": "약관 목록을 불러오지 못했습니다: {{message}}\n네트워크 상태를 확인하고 다시 시도해 주세요.", + "listLoadFailed": "약관 표시에 실패하여 설치를 진행할 수 없습니다.\n사유: {{message}}\n네트워크 상태를 확인하고 다시 시도하거나, 처음 단계로 돌아가 주세요.", "retry": "다시 시도", "agreeAll": "위 모든 약관에 동의합니다.", "agreeRequired": "약관에 동의해야 다음 단계로 진행할 수 있습니다.", diff --git a/locales/installer/ko-kr.json b/locales/installer/ko-kr.json index bb2d6a0..c93f4ac 100644 --- a/locales/installer/ko-kr.json +++ b/locales/installer/ko-kr.json @@ -38,7 +38,7 @@ "tabInstaller": "설치기 약관", "loading": "약관을 불러오는 중...", "loadFailed": "약관 로드 실패: {{message}}", - "listLoadFailed": "약관 목록을 불러오지 못했습니다: {{message}}\n네트워크 상태를 확인하고 다시 시도해 주세요.", + "listLoadFailed": "약관 표시에 실패하여 설치를 진행할 수 없습니다.\n사유: {{message}}\n네트워크 상태를 확인하고 다시 시도하거나, 처음 단계로 돌아가 주세요.", "retry": "다시 시도", "agreeAll": "위 모든 약관에 동의합니다.", "agreeRequired": "약관에 동의해야 다음 단계로 진행할 수 있습니다."