mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-19 17:09:33 +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
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"title": "Agent 관리",
|
|
"desc": "OpenClaw Agent 생성 및 관리, ID·모델·워크스페이스 설정",
|
|
"addAgent": "+ 새 Agent",
|
|
"noAgents": "Agent 없음",
|
|
"loadFailed": "로드 실패",
|
|
"loadListFailed": "Agent 목록 로드 실패",
|
|
"noDesc": "설명 없음",
|
|
"default": "기본",
|
|
"backup": "백업",
|
|
"edit": "편집",
|
|
"delete": "삭제",
|
|
"labelName": "이름:",
|
|
"labelModel": "모델:",
|
|
"labelWorkspace": "워크스페이스:",
|
|
"labelBindings": "바인딩 채널:",
|
|
"notSet": "미설정",
|
|
"noBinding": "채널 미바인딩",
|
|
"addModelsFirst": "먼저 모델 설정 페이지에서 모델을 추가하세요",
|
|
"addTitle": "새 Agent",
|
|
"agentId": "Agent ID",
|
|
"agentIdPlaceholder": "예: translator (소문자, 숫자, 밑줄, 하이픈)",
|
|
"agentName": "이름",
|
|
"agentNamePlaceholder": "예: 번역 도우미",
|
|
"agentEmoji": "Emoji",
|
|
"agentEmojiPlaceholder": "예: 🌐 (선택)",
|
|
"agentModel": "모델",
|
|
"agentWorkspace": "워크스페이스 경로",
|
|
"agentWorkspacePlaceholder": "비워두면 자동 생성 (선택, 절대 경로)",
|
|
"idRequired": "Agent ID를 입력하세요",
|
|
"idInvalid": "Agent ID는 소문자, 숫자, 밑줄, 하이픈만 사용 가능합니다",
|
|
"created": "Agent 생성됨",
|
|
"createFailed": "생성 실패",
|
|
"editTitle": "Agent 편집 — {id}",
|
|
"workspaceReadonly": "생성 시 설정, 변경 불가",
|
|
"updated": "업데이트됨",
|
|
"updateFailed": "업데이트 실패",
|
|
"confirmDelete": "Agent「{id}」를 삭제하시겠습니까?\\n\\n이 Agent의 모든 데이터와 대화가 삭제됩니다.",
|
|
"deleted": "삭제됨",
|
|
"deleteFailed": "삭제 실패",
|
|
"backingUp": "Agent「{id}」 백업 중...",
|
|
"backupDone": "백업 완료: {file}",
|
|
"backupFailed": "백업 실패"
|
|
} |