Files
mai-bot/locales/ko/config.json
晴猫 a9142aa643 localization: Update Japanese and Korean translations; add missing Korean locale files
- Updated Japanese translations in config.json, core.json, prompts.json, and startup.json for improved clarity and accuracy.
- Added new Korean locale files for config.json, core.json, prompts.json, and startup.json to support Korean language users.
- Enhanced Chinese translations in core.json and startup.json to include missing resource not found messages and WebUI related texts.
2026-03-15 10:07:15 +09:00

40 lines
4.1 KiB
JSON

{
"config.added_count": "새로 추가된 설정 수: {count}",
"config.added_item": "설정 파일에 새 항목 추가됨: {attribute}",
"config.api_base_url_empty": "API 기본 URL은 비워둘 수 없습니다. 설정에서 유효한 기본 URL을 입력해 주세요.",
"config.api_key_empty": "API 키는 비워둘 수 없습니다. 설정에서 유효한 API 키를 입력해 주세요.",
"config.api_provider_name_duplicate": "API 제공자 이름이 중복되었습니다. 설정 파일을 확인해 주세요.",
"config.api_provider_name_empty": "API 제공자 이름은 비워둘 수 없습니다. 설정에서 유효한 이름을 입력해 주세요.",
"config.api_providers_empty": "API 제공자 목록은 비워둘 수 없습니다. 설정에서 유효한 API 제공자 목록을 입력해 주세요.",
"config.change_summary_header": "-------- 설정 파일 변경 정보 --------",
"config.current_version": "MaiCore 현재 버전: {version}",
"config.file_change_detected": "설정 파일 변경이 감지되어 핫 리로드를 시작합니다",
"config.file_updated": "{file_name} 설정 파일이 업데이트되었습니다. Old: {old_version} -> New: {new_version}. 중요한 정보가 누락되지 않도록 새 설정 파일의 내용을 확인하는 것을 권장합니다",
"config.file_watcher_started": "설정 파일 감시자가 시작되었습니다",
"config.file_watcher_stop_stats": "설정 파일 감시자 중지 통계: batches={batches}, changes={changes}, ok={ok}, failed={failed}, timeout={timeout}, cooldown_skip={cooldown_skip}, restart={restart}",
"config.global_not_initialized": "global_config 가 초기화되지 않았습니다",
"config.hot_reload_completed": "설정 핫 리로드가 완료되었습니다",
"config.invalid_inner_version": "설정 파일의 inner.version 타입이 잘못되었습니다",
"config.legacy_migrated": "구버전 설정 구조가 감지되어 자동 수정을 시도했습니다: {reason}. 나중에 생성된 새 설정 파일의 내용을 확인하고 저장하는 것을 권장합니다.",
"config.loaded": "너무 신선하고, 너무 맛있어요!",
"config.loading": "설정 파일을 음미하는 중...",
"config.missing_inner_version": "설정 파일에 inner 버전 정보가 없습니다",
"config.model_api_provider_empty": "API 제공자는 비워둘 수 없습니다. 설정에서 유효한 API 제공자를 입력해 주세요.",
"config.model_api_provider_missing": "모델 '{model_name}' 의 api_provider '{api_provider}' 가 존재하지 않습니다",
"config.model_identifier_empty": "모델 '{model_name}' 의 model_identifier는 비워둘 수 없습니다",
"config.model_identifier_empty_generic": "모델 식별자는 비워둘 수 없습니다. 설정에서 유효한 모델 식별자를 입력해 주세요.",
"config.model_name_duplicate": "모델 이름이 중복되었습니다. 설정 파일을 확인해 주세요.",
"config.model_name_empty": "모델 이름은 비워둘 수 없습니다. 설정에서 유효한 모델 이름을 입력해 주세요.",
"config.model_not_initialized": "model_config 가 초기화되지 않았습니다",
"config.models_empty": "모델 목록은 비워둘 수 없습니다. 설정에서 유효한 모델 목록을 입력해 주세요.",
"config.parse_failed": "설정 파일 {file_name} 파싱에 실패했습니다",
"config.reload_callback_failed": "설정 리로드 콜백 실행 실패: {error}",
"config.reload_failed": "설정 리로드 실패: {error}",
"config.reload_skipped_too_frequent": "파일 변경이 너무 자주 발생하여 이번 리로드를 건너뜁니다",
"config.reload_timeout": "설정 핫 리로드 시간 초과 (>{timeout_seconds}s)",
"config.removed_count": "제거된 설정 수: {count}",
"config.removed_item": "설정 항목 제거됨: {attribute}",
"config.version_update_detected": "설정 버전 업데이트가 감지되었습니다. 핫 리로드는 메모리 데이터만 업데이트합니다",
"config.write_unsupported_type": "설정 쓰기는 ConfigBase 의 하위 클래스만 지원합니다"
}