Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const dict = {
"dialog.mcp.empty": "لم يتم تكوين MCPs",

"dialog.lsp.empty": "تم الكشف تلقائيًا عن LSPs من أنواع الملفات",
"dialog.plugins.empty": "الإضافات المكونة في opencode.json",
"dialog.plugins.empty": "الإضافات المكونة في kilo.jsonc",

"mcp.status.connected": "متصل",
"mcp.status.failed": "فشل",
Expand Down Expand Up @@ -438,7 +438,7 @@ export const dict = {
"error.chain.responseBody": "نص الاستجابة:\n{{body}}",
"error.chain.didYouMean": "هل كنت تعني: {{suggestions}}",
"error.chain.modelNotFound": "النموذج غير موجود: {{provider}}/{{model}}",
"error.chain.checkConfig": "تحقق من أسماء الموفر/النموذج في التكوين (opencode.json)",
"error.chain.checkConfig": "تحقق من أسماء الموفر/النموذج في التكوين (kilo.jsonc)",
"error.chain.mcpFailed": 'فشل خادم MCP "{{name}}". لاحظ أن Kilo لا يدعم مصادقة MCP بعد.',
"error.chain.providerAuthFailed": "فشلت مصادقة الموفر ({{provider}}): {{message}}",
"error.chain.providerInitFailed": 'فشل تهيئة الموفر "{{provider}}". تحقق من بيانات الاعتماد والتكوين.',
Expand Down Expand Up @@ -1135,11 +1135,12 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.args": "الوسائط",
"settings.agentBehaviour.mcpDetail.env": "البيئة",
"settings.agentBehaviour.mcpDetail.disabled": "هذا الخادم معطّل.",
"settings.agentBehaviour.mcpEmpty": "لم يتم تهيئة خوادم MCP. قم بتحرير ملف تهيئة opencode لإضافة خوادم MCP.",
"settings.agentBehaviour.mcpEmpty":
"لم يتم تهيئة خوادم MCP. قم بتحرير kilo.jsonc لإضافة خوادم MCP، أو اطلب من الوكيل إضافة واحد لك.",
"settings.agentBehaviour.workflowsPlaceholder": "تُدار سير العمل عبر ملفات سير العمل في مساحة العمل.",
"settings.agentBehaviour.workflows.description":
"سير العمل هي أوامر شرطة مائلة مخصصة محددة في التهيئة الخاصة بك. اكتب /command-name في الدردشة لتشغيلها. يتم تهيئة الأوامر في opencode.json ضمن قسم 'command'.",
"settings.agentBehaviour.workflows.empty": "لم يتم تهيئة أوامر مخصصة. أضف أوامر إلى opencode.json لرؤيتها هنا.",
"سير العمل هي أوامر شرطة مائلة مخصصة محددة في التهيئة الخاصة بك. اكتب /command-name في الدردشة لتشغيلها. يتم تهيئة الأوامر في kilo.jsonc ضمن قسم 'command'.",
"settings.agentBehaviour.workflows.empty": "لم يتم تهيئة أوامر مخصصة. أضف أوامر إلى kilo.jsonc لرؤيتها هنا.",
"settings.agentBehaviour.workflows.detail.description": "الوصف",
"settings.agentBehaviour.workflows.detail.template": "القالب",

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const dict = {
"dialog.mcp.empty": "Nenhum MCP configurado",

"dialog.lsp.empty": "LSPs detectados automaticamente pelos tipos de arquivo",
"dialog.plugins.empty": "Plugins configurados em opencode.json",
"dialog.plugins.empty": "Plugins configurados em kilo.jsonc",
"mcp.status.connected": "conectado",
"mcp.status.failed": "falhou",
"mcp.status.needs_auth": "precisa de autenticação",
Expand Down Expand Up @@ -438,7 +438,7 @@ export const dict = {
"error.chain.responseBody": "Corpo da resposta:\n{{body}}",
"error.chain.didYouMean": "Você quis dizer: {{suggestions}}",
"error.chain.modelNotFound": "Modelo não encontrado: {{provider}}/{{model}}",
"error.chain.checkConfig": "Verifique os nomes de provedor/modelo na sua configuração (opencode.json)",
"error.chain.checkConfig": "Verifique os nomes de provedor/modelo na sua configuração (kilo.jsonc)",
"error.chain.mcpFailed": 'Servidor MCP "{{name}}" falhou. Nota: Kilo ainda não suporta autenticação MCP.',
"error.chain.providerAuthFailed": "Autenticação do provedor falhou ({{provider}}): {{message}}",
"error.chain.providerInitFailed":
Expand Down Expand Up @@ -1157,13 +1157,13 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Ambiente",
"settings.agentBehaviour.mcpDetail.disabled": "Este servidor está desativado.",
"settings.agentBehaviour.mcpEmpty":
"Nenhum servidor MCP configurado. Edite o arquivo de configuração do opencode para adicionar servidores MCP.",
"Nenhum servidor MCP configurado. Edite o kilo.jsonc para adicionar servidores MCP, ou peça ao agente para adicionar um para você.",
"settings.agentBehaviour.workflowsPlaceholder":
"Fluxos de trabalho são gerenciados por arquivos de fluxo de trabalho no espaço de trabalho.",
"settings.agentBehaviour.workflows.description":
"Fluxos de trabalho são comandos de barra personalizados definidos na sua configuração. Digite /command-name no chat para invocá-los. Os comandos são configurados no opencode.json na seção 'command'.",
"Fluxos de trabalho são comandos de barra personalizados definidos na sua configuração. Digite /command-name no chat para invocá-los. Os comandos são configurados no kilo.jsonc na seção 'command'.",
"settings.agentBehaviour.workflows.empty":
"Nenhum comando personalizado configurado. Adicione comandos ao opencode.json para vê-los aqui.",
"Nenhum comando personalizado configurado. Adicione comandos ao kilo.jsonc para vê-los aqui.",
"settings.agentBehaviour.workflows.detail.description": "Descrição",
"settings.agentBehaviour.workflows.detail.template": "Modelo",

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const dict = {
"dialog.mcp.empty": "Nema konfigurisnih MCP-ova",

"dialog.lsp.empty": "LSP-ovi se automatski otkrivaju prema tipu datoteke",
"dialog.plugins.empty": "Plugini su konfigurisani u opencode.json",
"dialog.plugins.empty": "Plugini su konfigurisani u kilo.jsonc",

"mcp.status.connected": "povezano",
"mcp.status.failed": "neuspjelo",
Expand Down Expand Up @@ -443,7 +443,7 @@ export const dict = {
"error.chain.responseBody": "Tijelo odgovora:\n{{body}}",
"error.chain.didYouMean": "Da li si mislio: {{suggestions}}",
"error.chain.modelNotFound": "Model nije pronađen: {{provider}}/{{model}}",
"error.chain.checkConfig": "Provjeri konfiguraciju (opencode.json) - nazive provajdera/modela",
"error.chain.checkConfig": "Provjeri konfiguraciju (kilo.jsonc) - nazive provajdera/modela",
"error.chain.mcpFailed": 'MCP server "{{name}}" nije uspio. Napomena: Kilo još ne podržava MCP autentifikaciju.',
"error.chain.providerAuthFailed": "Autentifikacija provajdera nije uspjela ({{provider}}): {{message}}",
"error.chain.providerInitFailed":
Expand Down Expand Up @@ -1153,12 +1153,12 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Okruženje",
"settings.agentBehaviour.mcpDetail.disabled": "Ovaj server je onemogućen.",
"settings.agentBehaviour.mcpEmpty":
"Nema konfiguriranih MCP servera. Uredite konfiguracijsku datoteku opencode za dodavanje MCP servera.",
"Nema konfiguriranih MCP servera. Uredite kilo.jsonc za dodavanje MCP servera, ili zamolite agenta da doda jedan za vas.",
"settings.agentBehaviour.workflowsPlaceholder": "Tokovi rada se upravljaju putem datoteka tokova rada.",
"settings.agentBehaviour.workflows.description":
"Tokovi rada su prilagođene slash komande definirane u vašoj konfiguraciji. Upišite /command-name u chat da ih pokrenete. Komande se konfiguriraju u opencode.json pod sekcijom 'command'.",
"Tokovi rada su prilagođene slash komande definirane u vašoj konfiguraciji. Upišite /command-name u chat da ih pokrenete. Komande se konfiguriraju u kilo.jsonc pod sekcijom 'command'.",
"settings.agentBehaviour.workflows.empty":
"Nema konfiguriranih prilagođenih komandi. Dodajte komande u opencode.json da ih vidite ovdje.",
"Nema konfiguriranih prilagođenih komandi. Dodajte komande u kilo.jsonc da ih vidite ovdje.",
"settings.agentBehaviour.workflows.detail.description": "Opis",
"settings.agentBehaviour.workflows.detail.template": "Predložak",

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const dict = {
"dialog.mcp.empty": "Ingen MCP'er konfigureret",

"dialog.lsp.empty": "LSP'er registreret automatisk fra filtyper",
"dialog.plugins.empty": "Plugins konfigureret i opencode.json",
"dialog.plugins.empty": "Plugins konfigureret i kilo.jsonc",

"mcp.status.connected": "forbundet",
"mcp.status.failed": "mislykkedes",
Expand Down Expand Up @@ -440,7 +440,7 @@ export const dict = {
"error.chain.responseBody": "Svarindhold:\n{{body}}",
"error.chain.didYouMean": "Mente du: {{suggestions}}",
"error.chain.modelNotFound": "Model ikke fundet: {{provider}}/{{model}}",
"error.chain.checkConfig": "Tjek dine konfigurations (opencode.json) udbyder/modelnavne",
"error.chain.checkConfig": "Tjek dine konfigurations (kilo.jsonc) udbyder/modelnavne",
"error.chain.mcpFailed": 'MCP-server "{{name}}" fejlede. Bemærk, Kilo understøtter ikke MCP-godkendelse endnu.',
"error.chain.providerAuthFailed": "Udbydergodkendelse mislykkedes ({{provider}}): {{message}}",
"error.chain.providerInitFailed":
Expand Down Expand Up @@ -1146,12 +1146,12 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Miljø",
"settings.agentBehaviour.mcpDetail.disabled": "Denne server er deaktiveret.",
"settings.agentBehaviour.mcpEmpty":
"Ingen MCP-servere konfigureret. Rediger opencode-konfigurationsfilen for at tilføje MCP-servere.",
"Ingen MCP-servere konfigureret. Rediger kilo.jsonc for at tilføje MCP-servere, eller bed agenten om at tilføje en for dig.",
"settings.agentBehaviour.workflowsPlaceholder": "Workflows administreres via workflow-filer i dit arbejdsområde.",
"settings.agentBehaviour.workflows.description":
"Workflows er brugerdefinerede slash-kommandoer defineret i din konfiguration. Skriv /command-name i chatten for at aktivere dem. Kommandoer konfigureres i opencode.json under sektionen 'command'.",
"Workflows er brugerdefinerede slash-kommandoer defineret i din konfiguration. Skriv /command-name i chatten for at aktivere dem. Kommandoer konfigureres i kilo.jsonc under sektionen 'command'.",
"settings.agentBehaviour.workflows.empty":
"Ingen brugerdefinerede kommandoer konfigureret. Tilføj kommandoer til opencode.json for at se dem her.",
"Ingen brugerdefinerede kommandoer konfigureret. Tilføj kommandoer til kilo.jsonc for at se dem her.",
"settings.agentBehaviour.workflows.detail.description": "Beskrivelse",
"settings.agentBehaviour.workflows.detail.template": "Skabelon",

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const dict = {
"dialog.mcp.empty": "Keine MCPs konfiguriert",

"dialog.lsp.empty": "LSPs automatisch nach Dateityp erkannt",
"dialog.plugins.empty": "In opencode.json konfigurierte Plugins",
"dialog.plugins.empty": "In kilo.jsonc konfigurierte Plugins",

"mcp.status.connected": "verbunden",
"mcp.status.failed": "fehlgeschlagen",
Expand Down Expand Up @@ -445,7 +445,7 @@ export const dict = {
"error.chain.responseBody": "Antwort-Body:\n{{body}}",
"error.chain.didYouMean": "Meinten Sie: {{suggestions}}",
"error.chain.modelNotFound": "Modell nicht gefunden: {{provider}}/{{model}}",
"error.chain.checkConfig": "Überprüfen Sie Ihre Konfiguration (opencode.json) auf Anbieter-/Modellnamen",
"error.chain.checkConfig": "Überprüfen Sie Ihre Konfiguration (kilo.jsonc) auf Anbieter-/Modellnamen",
"error.chain.mcpFailed":
'MCP-Server "{{name}}" fehlgeschlagen. Hinweis: Kilo unterstützt noch keine MCP-Authentifizierung.',
"error.chain.providerAuthFailed": "Anbieter-Authentifizierung fehlgeschlagen ({{provider}}): {{message}}",
Expand Down Expand Up @@ -1169,13 +1169,13 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Umgebung",
"settings.agentBehaviour.mcpDetail.disabled": "Dieser Server ist deaktiviert.",
"settings.agentBehaviour.mcpEmpty":
"Keine MCP-Server konfiguriert. Bearbeiten Sie die opencode-Konfigurationsdatei, um MCP-Server hinzuzufügen.",
"Keine MCP-Server konfiguriert. Bearbeiten Sie kilo.jsonc, um MCP-Server hinzuzufügen, oder bitten Sie den Agenten, einen für Sie hinzuzufügen.",
"settings.agentBehaviour.workflowsPlaceholder":
"Workflows werden über Workflow-Dateien in Ihrem Arbeitsbereich verwaltet.",
"settings.agentBehaviour.workflows.description":
"Workflows sind benutzerdefinierte Slash-Befehle, die in Ihrer Konfiguration definiert sind. Geben Sie /command-name im Chat ein, um sie aufzurufen. Befehle werden in opencode.json im Abschnitt 'command' konfiguriert.",
"Workflows sind benutzerdefinierte Slash-Befehle, die in Ihrer Konfiguration definiert sind. Geben Sie /command-name im Chat ein, um sie aufzurufen. Befehle werden in kilo.jsonc im Abschnitt 'command' konfiguriert.",
"settings.agentBehaviour.workflows.empty":
"Keine benutzerdefinierten Befehle konfiguriert. Fügen Sie Befehle zu opencode.json hinzu, um sie hier zu sehen.",
"Keine benutzerdefinierten Befehle konfiguriert. Fügen Sie Befehle zu kilo.jsonc hinzu, um sie hier zu sehen.",
"settings.agentBehaviour.workflows.detail.description": "Beschreibung",
"settings.agentBehaviour.workflows.detail.template": "Vorlage",

Expand Down
11 changes: 6 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const dict = {
"dialog.mcp.empty": "No MCPs configured",

"dialog.lsp.empty": "LSPs auto-detected from file types",
"dialog.plugins.empty": "Plugins configured in opencode.json",
"dialog.plugins.empty": "Plugins configured in kilo.jsonc",

"mcp.status.connected": "connected",
"mcp.status.failed": "failed",
Expand Down Expand Up @@ -442,7 +442,7 @@ export const dict = {
"error.chain.responseBody": "Response body:\n{{body}}",
"error.chain.didYouMean": "Did you mean: {{suggestions}}",
"error.chain.modelNotFound": "Model not found: {{provider}}/{{model}}",
"error.chain.checkConfig": "Check your config (opencode.json) provider/model names",
"error.chain.checkConfig": "Check your config (kilo.jsonc) provider/model names",
"error.chain.mcpFailed": 'MCP server "{{name}}" failed. Note, Kilo does not support MCP authentication yet.',
"error.chain.providerAuthFailed": "Provider authentication failed ({{provider}}): {{message}}",
"error.chain.providerInitFailed":
Expand Down Expand Up @@ -1115,12 +1115,13 @@ export const dict = {
"settings.agentBehaviour.addMcp.args.placeholder": "e.g.\n-y\n@modelcontextprotocol/server-filesystem\n/tmp",
"settings.agentBehaviour.addMcp.url": "Server URL",
"settings.agentBehaviour.addMcp.url.placeholder": "e.g. http://localhost:3000/sse",
"settings.agentBehaviour.mcpEmpty": "No MCP servers configured. Edit the opencode config file to add MCP servers.",
"settings.agentBehaviour.mcpEmpty":
"No MCP servers configured. Edit kilo.jsonc to add MCP servers, or ask the agent to add one for you.",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: This hard-codes the wrong config filename for the VS Code extension

The extension still resolves and detects MCP config from kilo.json (packages/kilo-vscode/src/services/marketplace/paths.ts and packages/kilo-vscode/src/services/marketplace/detection.ts), so telling users here to edit kilo.jsonc can send them to a file that this UI will not pick up. This same mcpEmpty copy was changed in every locale, so the mismatch will be user-visible across all translations.

"settings.agentBehaviour.workflowsPlaceholder": "Workflows are managed via workflow files in your workspace.",
"settings.agentBehaviour.workflows.description":
"Workflows are custom slash commands defined in your config. Type /command-name in the chat to invoke them. Commands are configured in opencode.json under the 'command' section.",
"Workflows are custom slash commands defined in your config. Type /command-name in the chat to invoke them. Commands are configured in kilo.jsonc under the 'command' section.",
"settings.agentBehaviour.workflows.empty":
"No custom commands configured. Add commands to your opencode.json to see them here.",
"No custom commands configured. Add commands to your kilo.jsonc to see them here.",
"settings.agentBehaviour.workflows.detail.description": "Description",
"settings.agentBehaviour.workflows.detail.template": "Template",

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-vscode/webview-ui/src/i18n/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const dict = {
"dialog.mcp.empty": "No hay MCPs configurados",

"dialog.lsp.empty": "LSPs detectados automáticamente por tipo de archivo",
"dialog.plugins.empty": "Plugins configurados en opencode.json",
"dialog.plugins.empty": "Plugins configurados en kilo.jsonc",

"mcp.status.connected": "conectado",
"mcp.status.failed": "fallido",
Expand Down Expand Up @@ -441,7 +441,7 @@ export const dict = {
"error.chain.responseBody": "Cuerpo de la respuesta:\n{{body}}",
"error.chain.didYouMean": "¿Quisiste decir: {{suggestions}}",
"error.chain.modelNotFound": "Modelo no encontrado: {{provider}}/{{model}}",
"error.chain.checkConfig": "Comprueba los nombres de proveedor/modelo en tu configuración (opencode.json)",
"error.chain.checkConfig": "Comprueba los nombres de proveedor/modelo en tu configuración (kilo.jsonc)",
"error.chain.mcpFailed": 'El servidor MCP "{{name}}" falló. Nota, Kilo no soporta autenticación MCP todavía.',
"error.chain.providerAuthFailed": "Autenticación de proveedor fallida ({{provider}}): {{message}}",
"error.chain.providerInitFailed":
Expand Down Expand Up @@ -1161,13 +1161,13 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Entorno",
"settings.agentBehaviour.mcpDetail.disabled": "Este servidor está deshabilitado.",
"settings.agentBehaviour.mcpEmpty":
"No hay servidores MCP configurados. Edite el archivo de configuración de opencode para añadir servidores MCP.",
"No hay servidores MCP configurados. Edite kilo.jsonc para añadir servidores MCP, o pídale al agente que añada uno por usted.",
"settings.agentBehaviour.workflowsPlaceholder":
"Los flujos de trabajo se gestionan mediante archivos de flujo de trabajo en su espacio de trabajo.",
"settings.agentBehaviour.workflows.description":
"Los flujos de trabajo son comandos de barra personalizados definidos en su configuración. Escriba /command-name en el chat para invocarlos. Los comandos se configuran en opencode.json en la sección 'command'.",
"Los flujos de trabajo son comandos de barra personalizados definidos en su configuración. Escriba /command-name en el chat para invocarlos. Los comandos se configuran en kilo.jsonc en la sección 'command'.",
"settings.agentBehaviour.workflows.empty":
"No hay comandos personalizados configurados. Añada comandos a opencode.json para verlos aquí.",
"No hay comandos personalizados configurados. Añada comandos a kilo.jsonc para verlos aquí.",
"settings.agentBehaviour.workflows.detail.description": "Descripción",
"settings.agentBehaviour.workflows.detail.template": "Plantilla",

Expand Down
Loading
Loading