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
3 changes: 2 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,8 @@ 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'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ 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 arquivo kilo.jsonc ou peça ao agente para adicionar um servidor MCP.",
"settings.agentBehaviour.workflowsPlaceholder":
"Fluxos de trabalho são gerenciados por arquivos de fluxo de trabalho no espaço de trabalho.",
"settings.agentBehaviour.workflows.description":
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ 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 datoteku kilo.jsonc ili zamolite agenta da doda MCP server.",
"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'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ 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-filen eller bed agenten om at tilføje en MCP-server.",
"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'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ 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 die kilo.jsonc-Datei oder bitten Sie den Agenten, einen MCP-Server hinzuzufügen.",
"settings.agentBehaviour.workflowsPlaceholder":
"Workflows werden über Workflow-Dateien in Ihrem Arbeitsbereich verwaltet.",
"settings.agentBehaviour.workflows.description":
Expand Down
3 changes: 2 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,8 @@ 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 the kilo.jsonc file or ask the agent to add an MCP server.",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ 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 el archivo kilo.jsonc o pídale al agente que añada un servidor MCP.",
"settings.agentBehaviour.workflowsPlaceholder":
"Los flujos de trabajo se gestionan mediante archivos de flujo de trabajo en su espacio de trabajo.",
"settings.agentBehaviour.workflows.description":
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Environnement",
"settings.agentBehaviour.mcpDetail.disabled": "Ce serveur est désactivé.",
"settings.agentBehaviour.mcpEmpty":
"Aucun serveur MCP configuré. Modifiez le fichier de configuration opencode pour ajouter des serveurs MCP.",
"Aucun serveur MCP configuré. Modifiez le fichier kilo.jsonc ou demandez à l'agent d'ajouter un serveur MCP.",
"settings.agentBehaviour.workflowsPlaceholder":
"Les workflows sont gérés via les fichiers de workflow dans votre espace de travail.",
"settings.agentBehaviour.workflows.description":
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "環境",
"settings.agentBehaviour.mcpDetail.disabled": "このサーバーは無効です。",
"settings.agentBehaviour.mcpEmpty":
"MCPサーバーが設定されていません。opencode設定ファイルを編集してMCPサーバーを追加してください。",
"MCPサーバーが設定されていません。kilo.jsonc ファイルを編集するか、エージェントにMCPサーバーの追加を依頼してください。",
"settings.agentBehaviour.workflowsPlaceholder":
"ワークフローはワークスペース内のワークフローファイルを通じて管理されます。",
"settings.agentBehaviour.workflows.description":
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "환경",
"settings.agentBehaviour.mcpDetail.disabled": "이 서버는 비활성화되어 있습니다.",
"settings.agentBehaviour.mcpEmpty":
"MCP 서버가 구성되지 않았습니다. opencode 구성 파일을 편집하여 MCP 서버를 추가하세요.",
"MCP 서버가 구성되지 않았습니다. kilo.jsonc 파일을 편집하거나 에이전트에게 MCP 서버 추가를 요청하세요.",
"settings.agentBehaviour.workflowsPlaceholder": "워크플로우는 워크스페이스의 워크플로우 파일을 통해 관리됩니다.",
"settings.agentBehaviour.workflows.description":
"워크플로우는 구성에서 정의된 사용자 정의 슬래시 명령입니다. 채팅에서 /command-name을 입력하여 실행합니다. 명령은 opencode.json의 'command' 섹션에서 구성됩니다.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ export const dict = {
"settings.agentBehaviour.addMcp.url": "Server-URL",
"settings.agentBehaviour.addMcp.url.placeholder": "e.g. http://localhost:3000/sse",
"settings.agentBehaviour.mcpEmpty":
"Geen MCP-servers geconfigureerd. Bewerk het opencode configuratiebestand om MCP-servers toe te voegen.",
"Geen MCP-servers geconfigureerd. Bewerk het kilo.jsonc-bestand of vraag de agent om een MCP-server toe te voegen.",
"settings.agentBehaviour.workflowsPlaceholder": "Workflows worden beheerd via workflowbestanden in je workspace.",
"settings.agentBehaviour.workflows.description":
"Workflows zijn aangepaste slash-commando's gedefinieerd in je configuratie. Typ /command-name in de chat om ze aan te roepen. Commando's worden geconfigureerd in opencode.json onder de sectie 'command'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Miljø",
"settings.agentBehaviour.mcpDetail.disabled": "Denne serveren er deaktivert.",
"settings.agentBehaviour.mcpEmpty":
"Ingen MCP-servere konfigurert. Rediger opencode-konfigurasjonsfilen for å legge til MCP-servere.",
"Ingen MCP-servere konfigurert. Rediger kilo.jsonc-filen eller be agenten om å legge til en MCP-server.",
"settings.agentBehaviour.workflowsPlaceholder": "Arbeidsflyter administreres via arbeidsflytfiler i arbeidsområdet.",
"settings.agentBehaviour.workflows.description":
"Arbeidsflyter er egendefinerte skråstrekkommandoer definert i konfigurasjonen din. Skriv /command-name i chatten for å kjøre dem. Kommandoer konfigureres i opencode.json under seksjonen 'command'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Środowisko",
"settings.agentBehaviour.mcpDetail.disabled": "Ten serwer jest wyłączony.",
"settings.agentBehaviour.mcpEmpty":
"Brak skonfigurowanych serwerów MCP. Edytuj plik konfiguracyjny opencode, aby dodać serwery MCP.",
"Brak skonfigurowanych serwerów MCP. Edytuj plik kilo.jsonc lub poproś agenta o dodanie serwera MCP.",
"settings.agentBehaviour.workflowsPlaceholder": "Przepływy pracy zarządzane są za pomocą plików przepływów pracy.",
"settings.agentBehaviour.workflows.description":
"Przepływy pracy to niestandardowe komendy slash zdefiniowane w konfiguracji. Wpisz /command-name na czacie, aby je uruchomić. Komendy konfiguruje się w opencode.json w sekcji 'command'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "Окружение",
"settings.agentBehaviour.mcpDetail.disabled": "Этот сервер отключён.",
"settings.agentBehaviour.mcpEmpty":
"MCP-серверы не настроены. Отредактируйте файл конфигурации opencode для добавления MCP-серверов.",
"MCP-серверы не настроены. Отредактируйте файл kilo.jsonc или попросите агента добавить MCP-сервер.",
"settings.agentBehaviour.workflowsPlaceholder": "Рабочие процессы управляются через файлы рабочих процессов.",
"settings.agentBehaviour.workflows.description":
"Рабочие процессы — это пользовательские слэш-команды, определённые в вашей конфигурации. Введите /command-name в чате, чтобы вызвать их. Команды настраиваются в opencode.json в разделе 'command'.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/th.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ export const dict = {
"settings.agentBehaviour.mcpDetail.env": "สภาพแวดล้อม",
"settings.agentBehaviour.mcpDetail.disabled": "เซิร์ฟเวอร์นี้ถูกปิดใช้งาน",
"settings.agentBehaviour.mcpEmpty":
"ไม่ได้กำหนดค่าเซิร์ฟเวอร์ MCP แก้ไขไฟล์กำหนดค่า opencode เพื่อเพิ่มเซิร์ฟเวอร์ MCP",
"ไม่ได้กำหนดค่าเซิร์ฟเวอร์ MCP แก้ไขไฟล์ kilo.jsonc หรือขอให้เอเจนต์เพิ่มเซิร์ฟเวอร์ MCP",
"settings.agentBehaviour.workflowsPlaceholder": "เวิร์กโฟลว์จัดการผ่านไฟล์เวิร์กโฟลว์ในพื้นที่ทำงาน",
"settings.agentBehaviour.workflows.description":
"เวิร์กโฟลว์คือคำสั่งสแลชแบบกำหนดเองที่กำหนดไว้ในการตั้งค่าของคุณ พิมพ์ /command-name ในแชทเพื่อเรียกใช้ คำสั่งถูกกำหนดค่าใน opencode.json ภายใต้ส่วน 'command'",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ export const dict = {
"settings.agentBehaviour.addMcp.url": "Sunucu URL'si",
"settings.agentBehaviour.addMcp.url.placeholder": "e.g. http://localhost:3000/sse",
"settings.agentBehaviour.mcpEmpty":
"Yapılandırılmış MCP sunucusu yok. MCP sunucuları eklemek için opencode yapılandırma dosyasını düzenleyin.",
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajantan eklemesini isteyin.",
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.

SUGGESTION: Turkish typo in the new empty-state copy

ajantan is a typo here, so the MCP empty-state message reads incorrectly in Turkish. This should use the dative form of ajan instead.

Suggested change
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajantan eklemesini isteyin.",
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajandan eklemesini isteyin.",

"settings.agentBehaviour.workflowsPlaceholder": "İş akışları çalışma alanınızdaki iş akışı dosyaları ile yönetilir.",
"settings.agentBehaviour.workflows.description":
"İş akışları, yapılandırmanızda tanımlanan özel eğik çizgi komutlarıdır. Çağırmak için sohbette /command-name yazın. Komutlar opencode.json dosyasındaki 'command' bölümünde yapılandırılır.",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ 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' 部分中配置。",
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/zht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ 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' 區段中設定。",
Expand Down
Loading