|
409 | 409 | "none": "—", |
410 | 410 | "truncated": "Showing the latest {n} — earlier ones aren't listed here." |
411 | 411 | }, |
| 412 | + "llm": { |
| 413 | + "title": "LLM Settings", |
| 414 | + "loading": "Loading…", |
| 415 | + "loadFailed": "Could not load settings: {error}", |
| 416 | + "noConfigs": "No configuration yet. Add an API key to start.", |
| 417 | + "active": "Active", |
| 418 | + "model": "Model: {model}", |
| 419 | + "defaultModel": "default", |
| 420 | + "key": "Key: {key}", |
| 421 | + "delete": "Delete", |
| 422 | + "provider": "Provider", |
| 423 | + "customEndpoint": "Custom endpoint URL", |
| 424 | + "customName": "Custom name", |
| 425 | + "customNamePlaceholder": "My provider", |
| 426 | + "customProvider": "Custom endpoint", |
| 427 | + "modelOptional": "Model (optional)", |
| 428 | + "modelPlaceholder": "Leave blank to use the default", |
| 429 | + "apiKey": "API Key *", |
| 430 | + "saving": "Saving…", |
| 431 | + "save": "Save", |
| 432 | + "cancel": "Cancel", |
| 433 | + "addConfig": "Add configuration", |
| 434 | + "saveFailed": "Could not save configuration", |
| 435 | + "saveMissingId": "Could not save configuration: no configuration ID returned", |
| 436 | + "saveActivationFailed": "Configuration was saved, but could not be activated", |
| 437 | + "saved": "Configuration saved", |
| 438 | + "activated": "Configuration activated", |
| 439 | + "activationFailed": "Could not activate configuration", |
| 440 | + "deleted": "Configuration deleted", |
| 441 | + "deleteFailed": "Could not delete configuration", |
| 442 | + "confirmDelete": "Delete configuration?", |
| 443 | + "deleteDescription": "Delete the configuration for {provider}? This cannot be undone.", |
| 444 | + "deleting": "Deleting…", |
| 445 | + "sidebarEntry": "LLM Settings", |
| 446 | + "invalidKey": "The active LLM API key is invalid or temporarily unavailable. Check the configuration and retry." |
| 447 | + }, |
412 | 448 | "chat": { |
413 | 449 | "title": "Agent", |
414 | 450 | "online": "online", |
|
0 commit comments