mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-12 02:20:58 +08:00
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
38 lines
1.7 KiB
JSON
38 lines
1.7 KiB
JSON
{
|
|
"title": "패널 설정",
|
|
"desc": "ClawPanel 네트워크, 프록시 및 다운로드 소스 설정 관리",
|
|
"networkProxy": "네트워크 프록시",
|
|
"modelProxy": "모델 요청 프록시",
|
|
"npmRegistry": "npm 레지스트리",
|
|
"openclawDir": "OpenClaw 설치 경로",
|
|
"openclawCli": "OpenClaw CLI 바인딩",
|
|
"cliAutoDetect": "자동 감지 (권장)",
|
|
"cliBindHint": "패널이 사용할 OpenClaw CLI 선택, 여러 버전 공존 시 유용",
|
|
"cliCurrent": "현재 사용 중",
|
|
"cliBound": "바인딩됨",
|
|
"cliActive": "활성",
|
|
"cliVersion": "버전",
|
|
"language": "표시 언어",
|
|
"languageHint": "인터페이스 언어를 전환합니다. 일부 콘텐츠는 원래 언어로 표시될 수 있습니다.",
|
|
"testProxy": "연결 테스트",
|
|
"clearProxy": "프록시 비활성화",
|
|
"registryTaobao": "Taobao 미러 (중국 권장)",
|
|
"registryNpm": "npm 공식",
|
|
"registryHuawei": "Huawei Cloud 미러",
|
|
"registryCustom": "사용자 정의",
|
|
"registryEmpty": "레지스트리 URL을 입력하세요",
|
|
"registrySaved": "npm 레지스트리 저장됨",
|
|
"configExists": "설정 파일 있음",
|
|
"configMissing": "설정 파일을 찾을 수 없음",
|
|
"currentPath": "현재 경로",
|
|
"customBadge": "사용자 정의",
|
|
"resetDefault": "기본값으로 복원",
|
|
"customPathSaved": "사용자 정의 경로 저장됨",
|
|
"defaultRestored": "기본 경로로 복원됨",
|
|
"restarting": "재시작 중...",
|
|
"proxyOk": "프록시 연결됨 (HTTP {status}, {ms}ms) → {target}",
|
|
"proxySaved": "네트워크 프록시 저장됨",
|
|
"proxyCleared": "네트워크 프록시 비활성화됨",
|
|
"modelProxyOn": "모델 요청이 프록시를 사용합니다",
|
|
"modelProxyOff": "모델 요청 프록시 비활성화됨"
|
|
} |