Merge branch 'main' into feat/notifications

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
simosmik
2026-02-27 14:47:27 +00:00
44 changed files with 2400 additions and 797 deletions

View File

@@ -10,7 +10,8 @@
"tool": "Tool",
"claude": "Claude",
"cursor": "Cursor",
"codex": "Codex"
"codex": "Codex",
"gemini": "Gemini"
},
"tools": {
"settings": "Tool Settings",
@@ -93,6 +94,24 @@
},
"technicalDetails": "Technical details"
},
"gemini": {
"permissionMode": "Gemini Permission Mode",
"description": "Control how Gemini CLI handles operation approvals.",
"modes": {
"default": {
"title": "Standard (Ask for Approval)",
"description": "Gemini will prompt for approval before executing commands, writing files, and fetching web resources."
},
"autoEdit": {
"title": "Auto Edit (Skip File Approvals)",
"description": "Gemini will automatically approve file edits and web fetches, but will still prompt for shell commands."
},
"yolo": {
"title": "YOLO (Bypass All Permissions)",
"description": "Gemini will execute all operations without asking for approval. Exercise caution."
}
}
},
"input": {
"placeholder": "Type / for commands, @ for files, or ask {{provider}} anything...",
"placeholderDefault": "Type your message...",
@@ -153,12 +172,14 @@
"providerInfo": {
"anthropic": "by Anthropic",
"openai": "by OpenAI",
"cursorEditor": "AI Code Editor"
"cursorEditor": "AI Code Editor",
"google": "by Google"
},
"readyPrompt": {
"claude": "Ready to use Claude with {{model}}. Start typing your message below.",
"cursor": "Ready to use Cursor with {{model}}. Start typing your message below.",
"codex": "Ready to use Codex with {{model}}. Start typing your message below.",
"gemini": "Ready to use Gemini with {{model}}. Start typing your message below.",
"default": "Select a provider above to begin"
}
},
@@ -214,4 +235,4 @@
"tasks": {
"nextTaskPrompt": "Start the next task"
}
}
}

View File

@@ -10,7 +10,8 @@
"tool": "도구",
"claude": "Claude",
"cursor": "Cursor",
"codex": "Codex"
"codex": "Codex",
"gemini": "Gemini"
},
"tools": {
"settings": "도구 설정",
@@ -151,15 +152,17 @@
"description": "새 대화를 시작할 프로바이더를 선택하세요",
"selectModel": "모델 선택",
"providerInfo": {
"anthropic": "by Anthropic",
"openai": "by OpenAI",
"cursorEditor": "AI 코드 에디터"
"anthropic": "Anthropic 제공",
"openai": "OpenAI 제공",
"cursorEditor": "AI 코드 에디터",
"google": "Google 제공"
},
"readyPrompt": {
"claude": "{{model}}로 Claude를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"cursor": "{{model}}로 Cursor를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"codex": "{{model}}로 Codex를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"default": "시작하려면 위에서 프로바이더를 선택하세요"
"claude": "{{model}} 모델로 Claude를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"cursor": "{{model}} 모델로 Cursor를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"codex": "{{model}} 모델로 Codex를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"gemini": "{{model}} 모델로 Gemini를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"default": "시작하려면 위에서 제공자를 선택하세요"
}
},
"session": {
@@ -214,4 +217,4 @@
"tasks": {
"nextTaskPrompt": "다음 작업 시작"
}
}
}

View File

@@ -10,7 +10,8 @@
"tool": "工具",
"claude": "Claude",
"cursor": "Cursor",
"codex": "Codex"
"codex": "Codex",
"gemini": "Gemini"
},
"tools": {
"settings": "工具设置",
@@ -151,15 +152,17 @@
"description": "选择一个供应商以开始新对话",
"selectModel": "选择模型",
"providerInfo": {
"anthropic": "Anthropic",
"openai": "OpenAI",
"cursorEditor": "AI 代码编辑器"
"anthropic": "Anthropic 提供",
"openai": "OpenAI 提供",
"cursorEditor": "AI 代码编辑器",
"google": "由 Google 提供"
},
"readyPrompt": {
"claude": "准备好使用 Claude {{model}}在下方输入您的消息。",
"cursor": "准备好使用 Cursor {{model}}在下方输入您的消息。",
"codex": "准备好使用 Codex {{model}}在下方输入您的消息。",
"default": "请在上方选择一个供应商以开始"
"claude": "准备好使用带有 {{model}} 的 Claude。请在下方开始输入您的消息。",
"cursor": "准备好使用带有 {{model}} 的 Cursor。请在下方开始输入您的消息。",
"codex": "准备好使用带有 {{model}} 的 Codex。请在下方开始输入您的消息。",
"gemini": "准备好使用带有 {{model}} 的 Gemini。请在下方开始输入您的消息。",
"default": "请在上方选择一个提供者以开始"
}
},
"session": {
@@ -214,4 +217,4 @@
"tasks": {
"nextTaskPrompt": "开始下一个任务"
}
}
}