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
28 lines
995 B
JSON
28 lines
995 B
JSON
{
|
|
"title": "시스템 진단",
|
|
"desc": "WebSocket 연결 진단 및 네트워크 디버그",
|
|
"wsStatus": "WebSocket 상태",
|
|
"wsConnect": "연결",
|
|
"wsDisconnect": "연결 끊기",
|
|
"wsReconnect": "재연결",
|
|
"wsConnected": "연결됨",
|
|
"wsDisconnected": "미연결",
|
|
"wsConnecting": "연결 중...",
|
|
"wsHandshakeOk": "핸드셰이크 성공!",
|
|
"wsHandshakeFailed": "핸드셰이크 실패",
|
|
"wsError": "WebSocket 오류",
|
|
"wsClosed": "연결 종료",
|
|
"networkLogTitle": "네트워크 요청 로그 (최근 100건)",
|
|
"noRequests": "요청 기록 없음",
|
|
"totalRequests": "총 요청",
|
|
"cacheHit": "캐시 히트",
|
|
"avgDuration": "평균 소요 시간",
|
|
"colTime": "시간",
|
|
"colCommand": "명령",
|
|
"colDuration": "소요 시간",
|
|
"colCache": "캐시",
|
|
"fixStarting": "수리 시작...",
|
|
"fixGwStarted": "Gateway 시작됨",
|
|
"fixPairSuccess": "핸드셰이크 성공! 페어링 문제가 수리되었습니다!",
|
|
"fixFailed": "수리 실패"
|
|
} |