mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-19 23:19:32 +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
54 lines
2.0 KiB
JSON
54 lines
2.0 KiB
JSON
{
|
|
"title": "실시간 채팅",
|
|
"desc": "Agent와 실시간 대화",
|
|
"noAgent": "Agent를 찾을 수 없습니다",
|
|
"selectAgent": "Agent 선택",
|
|
"connecting": "연결 중...",
|
|
"connected": "연결됨",
|
|
"disconnected": "연결 끊김",
|
|
"reconnecting": "재연결 중...",
|
|
"send": "전송",
|
|
"sending": "전송 중...",
|
|
"inputPlaceholder": "메시지를 입력하세요...",
|
|
"noMessages": "메시지 없음",
|
|
"clearChat": "채팅 기록 삭제",
|
|
"confirmClear": "채팅 기록을 삭제하시겠습니까?",
|
|
"cleared": "채팅 기록 삭제됨",
|
|
"newSession": "새 세션",
|
|
"deleteSession": "세션 삭제",
|
|
"sessionList": "세션 목록",
|
|
"noSessions": "세션 없음",
|
|
"copyMessage": "메시지 복사",
|
|
"retryMessage": "재시도",
|
|
"connectionLost": "연결이 끊어졌습니다",
|
|
"connectionRestored": "연결이 복원되었습니다",
|
|
"wsConnecting": "WebSocket 연결 중...",
|
|
"wsConnected": "WebSocket 연결됨",
|
|
"wsDisconnected": "WebSocket 연결 끊김",
|
|
"wsError": "WebSocket 오류",
|
|
"modelSelect": "모델 선택",
|
|
"loadingModels": "모델 로딩 중...",
|
|
"modelChanged": "모델을 {model}(으)로 변경했습니다",
|
|
"sendFailed": "전송 실패",
|
|
"scrollToBottom": "맨 아래로 스크롤",
|
|
"unreadMessages": "{count}건의 읽지 않은 메시지",
|
|
"online": "온라인",
|
|
"offline": "오프라인",
|
|
"thinking": "생각 중...",
|
|
"generating": "생성 중...",
|
|
"stopped": "중지됨",
|
|
"stop": "중지",
|
|
"regenerate": "다시 생성",
|
|
"exportChat": "채팅 내보내기",
|
|
"copyCode": "코드 복사",
|
|
"agentInfo": "Agent 정보",
|
|
"sessionInfo": "세션 정보",
|
|
"createdAt": "생성일시",
|
|
"messageCount": "{count}개 메시지",
|
|
"tokenUsage": "토큰 사용량",
|
|
"sidebarOpen": "사이드바 열기",
|
|
"sidebarClose": "사이드바 닫기",
|
|
"gatewayNotRunning": "Gateway가 실행 중이 아닙니다",
|
|
"startGateway": "Gateway 시작",
|
|
"pairFirst": "먼저 디바이스 페어링을 진행하세요"
|
|
} |