mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-09 06:23:36 +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
This commit is contained in:
77
scripts/translations/ko/assistant.json
Normal file
77
scripts/translations/ko/assistant.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"modeChat": "채팅",
|
||||
"modeChatDesc": "대화만, 도구 미사용",
|
||||
"modePlan": "플래닝",
|
||||
"modePlanDesc": "AI 읽기 전용 분석, 도구는 조회만",
|
||||
"modeExecute": "실행",
|
||||
"modeExecuteDesc": "명령 실행 및 파일 변경 허용",
|
||||
"modeUnlimited": "무제한",
|
||||
"modeUnlimitedDesc": "위험 확인 건너뛰기, 완전 자동 실행",
|
||||
"defaultName": "AI 어시스턴트",
|
||||
"welcomeText": "안녕하세요! AI 어시스턴트입니다. 무엇을 도와드릴까요?",
|
||||
"loading": "로딩 중...",
|
||||
"settings": "설정",
|
||||
"settingsTitle": "어시스턴트 설정",
|
||||
"settingsSaved": "설정 저장됨",
|
||||
"settingsTabApi": "API 설정",
|
||||
"settingsTabTools": "도구",
|
||||
"settingsTabPersona": "페르소나",
|
||||
"settingsTabKnowledge": "지식 베이스",
|
||||
"apiType": "API 유형",
|
||||
"model": "모델",
|
||||
"temperature": "온도",
|
||||
"quickSelect": "빠른 선택",
|
||||
"visitSite": "사이트 방문",
|
||||
"notConfigured": "미설정",
|
||||
"testConnTitle": "연결 테스트",
|
||||
"testSuccess": "연결 성공",
|
||||
"testFailed": "연결 실패",
|
||||
"testing": "테스트 중...",
|
||||
"testBtn": "연결 테스트",
|
||||
"fetching": "가져오는 중...",
|
||||
"fetchModelsTitle": "모델 목록 가져오기",
|
||||
"fetchBtn": "목록 가져오기",
|
||||
"noModelsFound": "사용 가능한 모델 없음",
|
||||
"modelsFound": "{count}개 모델 발견",
|
||||
"personaSource": "페르소나 소스",
|
||||
"personaDefault": "기본",
|
||||
"personaOpenClaw": "OpenClaw Agent",
|
||||
"personaName": "어시스턴트 이름",
|
||||
"personaPersonality": "어시스턴트 성격",
|
||||
"personaSelectAgent": "Agent 선택",
|
||||
"kbDesc": "사용자 정의 지식 베이스, AI 응답 시 참조됩니다",
|
||||
"kbEmpty": "지식 베이스 항목 없음",
|
||||
"kbSave": "저장",
|
||||
"toolFilterAll": "전체",
|
||||
"toolNoDesc": "설명 없음",
|
||||
"toolExecuting": "실행 중...",
|
||||
"toolDone": "실행 완료",
|
||||
"toolDenied": "사용자가 실행 거부",
|
||||
"toolExecFail": "실행 실패",
|
||||
"toolRejected": "사용자가 이 작업을 거부했습니다",
|
||||
"confirmRunCmd": "다음 명령을 실행합니다",
|
||||
"confirmCwd": "작업 디렉토리",
|
||||
"confirmWriteFile": "다음 파일에 쓰기",
|
||||
"confirmAllow": "실행 허용",
|
||||
"aiThinking": "생각 중...",
|
||||
"aiProcessingRound": "{round}라운드 처리 중...",
|
||||
"toolLoopQuestion": "AI가 {round}라운드의 도구 호출을 실행했습니다. 계속하시겠습니까?",
|
||||
"toolLoopContinue": "추가 {rounds}라운드 자동 실행",
|
||||
"toolLoopStop": "실행 중지",
|
||||
"send": "전송",
|
||||
"inputPlaceholder": "문제를 설명하거나 로그/스크린샷을 붙여넣으세요...",
|
||||
"stopped": "중지됨",
|
||||
"retry": "재시도",
|
||||
"copyText": "텍스트 복사",
|
||||
"copyMd": "Markdown 복사",
|
||||
"copiedText": "텍스트 복사됨",
|
||||
"copiedMd": "Markdown 복사됨",
|
||||
"uploadImage": "이미지 업로드",
|
||||
"newSession": "새 세션",
|
||||
"deleteSession": "세션 삭제",
|
||||
"noSessions": "세션 없음",
|
||||
"confirmDeleteSession": "이 세션을 삭제하시겠습니까?",
|
||||
"sessionList": "세션 목록",
|
||||
"errConfigFirst": "먼저 설정에서 API를 설정하세요",
|
||||
"errTimeout": "요청 타임아웃"
|
||||
}
|
||||
Reference in New Issue
Block a user