|
259 | 259 | "connected": "Zoo Code: Successfully connected! You can now use Zoo Code as your AI provider.", |
260 | 260 | "disconnected": "Zoo Code: Disconnected successfully." |
261 | 261 | } |
| 262 | + }, |
| 263 | + "commitMessage": { |
| 264 | + "activated": "Zoo Code commit message generator activated", |
| 265 | + "gitNotFound": "⚠️ Git repository not found or git not available", |
| 266 | + "gitInitError": "⚠️ Git initialization error: {{error}}", |
| 267 | + "generating": "Zoo: Generating commit message...", |
| 268 | + "noChanges": "Zoo: No changes found to analyze", |
| 269 | + "generated": "Zoo: Commit message generated!", |
| 270 | + "generationFailed": "Zoo: Failed to generate commit message: {{errorMessage}}", |
| 271 | + "generatingFromUnstaged": "Zoo: Generating message using unstaged changes", |
| 272 | + "activationFailed": "Zoo: Failed to activate message generator: {{error}}", |
| 273 | + "providerRegistered": "Zoo: Commit message provider registered", |
| 274 | + "initializing": "Initializing...", |
| 275 | + "discoveringFiles": "Discovering files...", |
| 276 | + "foundChanges": "Found {{count}} changes", |
| 277 | + "gettingContext": "Getting git context...", |
| 278 | + "errors": { |
| 279 | + "connectionFailed": "Failed to connect to Zoo Code extension", |
| 280 | + "timeout": "Request timed out after 30 seconds", |
| 281 | + "invalidResponse": "Invalid response format received from extension", |
| 282 | + "missingMessage": "No commit message received from extension", |
| 283 | + "noChanges": "No changes found to commit", |
| 284 | + "noProject": "No project available", |
| 285 | + "noWorkspacePath": "Could not determine workspace path for Git repository", |
| 286 | + "workspaceNotFound": "Could not determine workspace path for Git repository", |
| 287 | + "processingError": "Error processing commit message generation: {{error}}" |
| 288 | + }, |
| 289 | + "error": { |
| 290 | + "title": "Error", |
| 291 | + "workspacePathNotFound": "Could not determine workspace path for Git repository", |
| 292 | + "generationFailed": "Failed to generate commit message: {{error}}", |
| 293 | + "processingFailed": "Error processing commit message generation: {{error}}", |
| 294 | + "unknown": "Unknown error" |
| 295 | + }, |
| 296 | + "dialogs": { |
| 297 | + "info": "AI Commit Message", |
| 298 | + "error": "Error", |
| 299 | + "success": "Success", |
| 300 | + "title": "AI Commit Message" |
| 301 | + }, |
| 302 | + "progress": { |
| 303 | + "title": "Generating Commit Message", |
| 304 | + "analyzing": "Analyzing changes...", |
| 305 | + "connecting": "Connecting to Zoo Code...", |
| 306 | + "generating": "Generating commit message..." |
| 307 | + }, |
| 308 | + "ui": { |
| 309 | + "generateButton": "Generate Commit Message", |
| 310 | + "generateButtonTooltip": "Generates commit message using AI to analyze your code changes" |
| 311 | + } |
262 | 312 | } |
263 | 313 | } |
0 commit comments