Files
clawpanel/scripts/translations/ko/models.json
晴天 985d263dc6 feat: i18n 11 languages + website update + fix #139 #140 #141
i18n:
- Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW)
- Add multilingual README files for all 11 languages
- Add locale helper, index, and modular translation system
- Add translation generation scripts

Website (docs/index.html):
- Replace 公益AI接口 branding with 晴辰云AI接口
- Remove OpenClaw 独立安装包 promotion block
- Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD)
- Add 11-language README links to footer
- Update 元宝派 link to new URL

Bug fixes:
- fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141)
- fix(cron): allow single-channel users to select delivery channel
- fix(cron): preserve delivery field in job state for editing
- fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140)
- fix(models): skip /v1 append for ollama native API baseUrl
- fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints
- fix(version): use CLI path classification for source detection on Windows (fixes #139)
- fix(version): default to 'official' instead of 'chinese' when source unknown
- fix(version): reorder npm global package check based on active CLI
2026-03-24 22:31:11 +08:00

64 lines
2.5 KiB
JSON

{
"title": "모델 설정",
"desc": "AI 모델 프로바이더 및 모델 관리",
"addProvider": "+ 프로바이더 추가",
"noProviders": "프로바이더 없음",
"providerName": "프로바이더명",
"baseUrl": "Base URL",
"apiKey": "API Key",
"models": "모델",
"addModel": "모델 추가",
"removeModel": "삭제",
"editProvider": "프로바이더 편집",
"deleteProvider": "프로바이더 삭제",
"saveProvider": "저장",
"testConnection": "연결 테스트",
"testing": "테스트 중...",
"testSuccess": "연결 성공",
"testFailed": "연결 실패",
"fetchModels": "모델 목록 가져오기",
"fetching": "가져오는 중...",
"fetchSuccess": "{count}개 모델 발견",
"fetchFailed": "모델 목록 가져오기 실패",
"noModelsFound": "사용 가능한 모델 없음",
"selectAll": "모두 선택",
"deselectAll": "모두 해제",
"providerSaved": "프로바이더 저장됨",
"providerDeleted": "프로바이더 삭제됨",
"saveFailed": "저장 실패",
"deleteFailed": "삭제 실패",
"confirmDelete": "프로바이더「{name}」을 삭제하시겠습니까? 모든 관련 모델 설정이 사라집니다.",
"loadFailed": "모델 설정 로드 실패",
"nameRequired": "프로바이더명을 입력하세요",
"urlRequired": "Base URL을 입력하세요",
"keyRequired": "API Key를 입력하세요",
"primaryModel": "기본 모델",
"primaryModelHint": "기본으로 사용되는 모델",
"setPrimary": "기본으로 설정",
"isPrimary": "기본 모델",
"noPrimary": "기본 모델 미설정",
"primarySet": "기본 모델 설정됨",
"modelCount": "{count}개 모델",
"enabled": "활성화",
"disabled": "비활성화",
"toggleModel": "모델 전환",
"duplicate": "중복된 프로바이더명",
"temperature": "온도",
"maxTokens": "최대 토큰",
"advancedSettings": "고급 설정",
"resetDefaults": "기본값으로 복원",
"timeout": "타임아웃 (초)",
"importConfig": "설정 가져오기",
"exportConfig": "설정 내보내기",
"imported": "설정 가져오기 완료",
"exported": "설정을 클립보드에 복사했습니다",
"qtcoolTitle": "칭천클라우드",
"qtcoolBadge": "공식",
"qtcoolDesc": "GPT-5 / Codex 전 시리즈, 공식가의 2~3할",
"qtcoolSetup": "원클릭 설정",
"presetTitle": "프리셋",
"searchProviders": "프로바이더 검색...",
"noResults": "일치하는 프로바이더 없음",
"totalModels": "총 {count}개 모델",
"activeModels": "활성 {count}개"
}