From 0f0a3474fd5ef9991c61598c5fb0728ae8eae5e8 Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 30 Mar 2026 04:54:18 +0200 Subject: [PATCH] feat(i18n): add windsurf guide steps to all 33 languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing cliTools.guides.windsurf.steps[1-5] with title and desc: - step 1: Open AI Settings - step 2: Add Custom Provider - step 3: Base URL (http://127.0.0.1:20128/v1) - step 4: API Key - step 5: Select Model Total: 165 keys across all language files (5 steps × 2 keys × 33 languages) --- src/i18n/messages/ar.json | 24 ++++++++++++++++++++++++ src/i18n/messages/bg.json | 24 ++++++++++++++++++++++++ src/i18n/messages/cs.json | 24 ++++++++++++++++++++++++ src/i18n/messages/da.json | 24 ++++++++++++++++++++++++ src/i18n/messages/de.json | 24 ++++++++++++++++++++++++ src/i18n/messages/en.json | 24 ++++++++++++++++++++++++ src/i18n/messages/es.json | 24 ++++++++++++++++++++++++ src/i18n/messages/fi.json | 24 ++++++++++++++++++++++++ src/i18n/messages/fr.json | 24 ++++++++++++++++++++++++ src/i18n/messages/he.json | 24 ++++++++++++++++++++++++ src/i18n/messages/hi.json | 24 ++++++++++++++++++++++++ src/i18n/messages/hu.json | 24 ++++++++++++++++++++++++ src/i18n/messages/id.json | 24 ++++++++++++++++++++++++ src/i18n/messages/in.json | 24 ++++++++++++++++++++++++ src/i18n/messages/it.json | 24 ++++++++++++++++++++++++ src/i18n/messages/ja.json | 24 ++++++++++++++++++++++++ src/i18n/messages/ko.json | 24 ++++++++++++++++++++++++ src/i18n/messages/ms.json | 24 ++++++++++++++++++++++++ src/i18n/messages/nl.json | 24 ++++++++++++++++++++++++ src/i18n/messages/no.json | 24 ++++++++++++++++++++++++ src/i18n/messages/phi.json | 24 ++++++++++++++++++++++++ src/i18n/messages/pl.json | 24 ++++++++++++++++++++++++ src/i18n/messages/pt-BR.json | 24 ++++++++++++++++++++++++ src/i18n/messages/pt.json | 24 ++++++++++++++++++++++++ src/i18n/messages/ro.json | 24 ++++++++++++++++++++++++ src/i18n/messages/ru.json | 24 ++++++++++++++++++++++++ src/i18n/messages/sk.json | 24 ++++++++++++++++++++++++ src/i18n/messages/sv.json | 24 ++++++++++++++++++++++++ src/i18n/messages/th.json | 24 ++++++++++++++++++++++++ src/i18n/messages/tr.json | 24 ++++++++++++++++++++++++ src/i18n/messages/uk-UA.json | 24 ++++++++++++++++++++++++ src/i18n/messages/vi.json | 24 ++++++++++++++++++++++++ src/i18n/messages/zh-CN.json | 24 ++++++++++++++++++++++++ 33 files changed, 792 insertions(+) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 92f18b390c..abb4467748 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -681,6 +681,30 @@ "notes": { "0": "يتطلب كيرو حساب أمازون." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/bg.json b/src/i18n/messages/bg.json index 8ee3ab62a5..89c28cc56e 100644 --- a/src/i18n/messages/bg.json +++ b/src/i18n/messages/bg.json @@ -681,6 +681,30 @@ "notes": { "0": "Киро изисква акаунт в Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/cs.json b/src/i18n/messages/cs.json index 35ff041d95..d30ce1756a 100644 --- a/src/i18n/messages/cs.json +++ b/src/i18n/messages/cs.json @@ -753,6 +753,30 @@ "notes": { "0": "Kiro vyžaduje Amazon účet." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } } }, diff --git a/src/i18n/messages/da.json b/src/i18n/messages/da.json index a0fb8cb24c..746ed4b8aa 100644 --- a/src/i18n/messages/da.json +++ b/src/i18n/messages/da.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro kræver en Amazon-konto." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index bf33f669d0..054e040459 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro erfordert ein Amazon-Konto." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 066347091b..ad6213f441 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -753,6 +753,30 @@ "notes": { "0": "Kiro requires Amazon account." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } } }, diff --git a/src/i18n/messages/es.json b/src/i18n/messages/es.json index 9c2c26128f..7d8112908b 100644 --- a/src/i18n/messages/es.json +++ b/src/i18n/messages/es.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro requiere cuenta de Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/fi.json b/src/i18n/messages/fi.json index b3ee80d1a4..38d235d60c 100644 --- a/src/i18n/messages/fi.json +++ b/src/i18n/messages/fi.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro vaatii Amazon-tilin." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index c8d1975cae..4e1213f2a8 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro nécessite un compte Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/he.json b/src/i18n/messages/he.json index cbaac72aae..84ecfe5a5b 100644 --- a/src/i18n/messages/he.json +++ b/src/i18n/messages/he.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro דורש חשבון אמזון." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json index 9a5805cad2..200de30072 100644 --- a/src/i18n/messages/hi.json +++ b/src/i18n/messages/hi.json @@ -589,6 +589,30 @@ "title": "Select Model" } } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/hu.json b/src/i18n/messages/hu.json index b5056448c6..18d0f987bc 100644 --- a/src/i18n/messages/hu.json +++ b/src/i18n/messages/hu.json @@ -681,6 +681,30 @@ "notes": { "0": "A Kiro Amazon-fiókot igényel." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/id.json b/src/i18n/messages/id.json index 784005db92..e3fc46ebd6 100644 --- a/src/i18n/messages/id.json +++ b/src/i18n/messages/id.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro memerlukan akun Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/in.json b/src/i18n/messages/in.json index 8b59bda2be..d3d2c4c3d2 100644 --- a/src/i18n/messages/in.json +++ b/src/i18n/messages/in.json @@ -753,6 +753,30 @@ "notes": { "0": "किरो को अमेज़न खाते की आवश्यकता है।" } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } } }, diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json index 5d7daf9205..f71211497e 100644 --- a/src/i18n/messages/it.json +++ b/src/i18n/messages/it.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro richiede un account Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/ja.json b/src/i18n/messages/ja.json index 5029619c60..45fbb816d3 100644 --- a/src/i18n/messages/ja.json +++ b/src/i18n/messages/ja.json @@ -681,6 +681,30 @@ "notes": { "0": "KiroはAmazonアカウントが必要です。" } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/ko.json b/src/i18n/messages/ko.json index 74e7a43d9e..8b4faa4867 100644 --- a/src/i18n/messages/ko.json +++ b/src/i18n/messages/ko.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro는 Amazon 계정이 필요합니다." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/ms.json b/src/i18n/messages/ms.json index 39d8b79995..fd98871233 100644 --- a/src/i18n/messages/ms.json +++ b/src/i18n/messages/ms.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro memerlukan akaun Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/nl.json b/src/i18n/messages/nl.json index 55dd5765f5..6cfc2194fd 100644 --- a/src/i18n/messages/nl.json +++ b/src/i18n/messages/nl.json @@ -681,6 +681,30 @@ "notes": { "0": "Voor Kiro is een Amazon-account vereist." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/no.json b/src/i18n/messages/no.json index 592ebeeaf2..899f324c89 100644 --- a/src/i18n/messages/no.json +++ b/src/i18n/messages/no.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro krever Amazon-konto." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/phi.json b/src/i18n/messages/phi.json index dfd7ef55cb..6f3c6fe2f6 100644 --- a/src/i18n/messages/phi.json +++ b/src/i18n/messages/phi.json @@ -681,6 +681,30 @@ "notes": { "0": "Ang Kiro ay nangangailangan ng Amazon account." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/pl.json b/src/i18n/messages/pl.json index c80309f446..3b3fba80b5 100644 --- a/src/i18n/messages/pl.json +++ b/src/i18n/messages/pl.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro wymaga konta Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/pt-BR.json b/src/i18n/messages/pt-BR.json index 09df0066f5..a7299719fc 100644 --- a/src/i18n/messages/pt-BR.json +++ b/src/i18n/messages/pt-BR.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro requer uma conta Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index c2f7f511ca..d85bf3b1a0 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro requer conta Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/ro.json b/src/i18n/messages/ro.json index 6875b97845..3d7016611b 100644 --- a/src/i18n/messages/ro.json +++ b/src/i18n/messages/ro.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro necesită un cont Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index c4b119fc46..25270168a0 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro требует аккаунт Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/sk.json b/src/i18n/messages/sk.json index 6e670a266e..98788f43fc 100644 --- a/src/i18n/messages/sk.json +++ b/src/i18n/messages/sk.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro vyžaduje účet Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/sv.json b/src/i18n/messages/sv.json index 34e96ad5ec..a8c79da189 100644 --- a/src/i18n/messages/sv.json +++ b/src/i18n/messages/sv.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro kräver Amazon-konto." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/th.json b/src/i18n/messages/th.json index 1259bc8362..2f9699e552 100644 --- a/src/i18n/messages/th.json +++ b/src/i18n/messages/th.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro ต้องการบัญชี Amazon" } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/tr.json b/src/i18n/messages/tr.json index 66981663be..ec508a1dcc 100644 --- a/src/i18n/messages/tr.json +++ b/src/i18n/messages/tr.json @@ -751,6 +751,30 @@ "notes": { "0": "Kiro, Amazon hesabı gerektirir." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } } }, diff --git a/src/i18n/messages/uk-UA.json b/src/i18n/messages/uk-UA.json index 45e0fc9dd8..420de9f2f4 100644 --- a/src/i18n/messages/uk-UA.json +++ b/src/i18n/messages/uk-UA.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro потрібен обліковий запис Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/vi.json b/src/i18n/messages/vi.json index 37b1a551e5..501b94a106 100644 --- a/src/i18n/messages/vi.json +++ b/src/i18n/messages/vi.json @@ -681,6 +681,30 @@ "notes": { "0": "Kiro yêu cầu tài khoản Amazon." } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.", diff --git a/src/i18n/messages/zh-CN.json b/src/i18n/messages/zh-CN.json index e2fe29d84d..d1ee3a6dc5 100644 --- a/src/i18n/messages/zh-CN.json +++ b/src/i18n/messages/zh-CN.json @@ -732,6 +732,30 @@ "notes": { "0": "Kiro 需要 Amazon 账户。" } + }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } } }, "mitmHowWorksDesc": "{toolName} 会先向原始提供商端点发起请求,随后由 MITM 拦截并重定向到 OmniRoute。",