mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix missing translations
This commit is contained in:
parent
5e873eee82
commit
2705ed6853
26 changed files with 85 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ export const VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS = new Set([
|
|||
|
||||
export const vercelAiGatewayDefaultModelInfo: ModelInfo = {
|
||||
maxTokens: 64000,
|
||||
contextWindow: 128000,
|
||||
contextWindow: 200000,
|
||||
supportsImages: true,
|
||||
supportsComputerUse: true,
|
||||
supportsPromptCache: true,
|
||||
|
|
@ -99,4 +99,4 @@ export const vercelAiGatewayDefaultModelInfo: ModelInfo = {
|
|||
"Claude Sonnet 4 significantly improves on Sonnet 3.7's industry-leading capabilities, excelling in coding with a state-of-the-art 72.7% on SWE-bench. The model balances performance and efficiency for internal and external use cases, with enhanced steerability for greater control over implementations. While not matching Opus 4 in most domains, it delivers an optimal mix of capability and practicality.",
|
||||
}
|
||||
|
||||
export const VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE = 0
|
||||
export const VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE = 0.7
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/ca/settings.json
generated
2
webview-ui/src/i18n/locales/ca/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "Assegureu-vos que la regió a l'ARN coincideix amb la regió d'AWS seleccionada anteriorment.",
|
||||
"openRouterApiKey": "Clau API d'OpenRouter",
|
||||
"getOpenRouterApiKey": "Obtenir clau API d'OpenRouter",
|
||||
"vercelAiGatewayApiKey": "Clau API de Vercel AI Gateway",
|
||||
"getVercelAiGatewayApiKey": "Obtenir clau API de Vercel AI Gateway",
|
||||
"apiKeyStorageNotice": "Les claus API s'emmagatzemen de forma segura a l'Emmagatzematge Secret de VSCode",
|
||||
"glamaApiKey": "Clau API de Glama",
|
||||
"getGlamaApiKey": "Obtenir clau API de Glama",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ca/welcome.json
generated
4
webview-ui/src/i18n/locales/ca/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Una interfície unificada per a LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "La passarel·la d'IA per a desenvolupadors",
|
||||
"incentive": "$5 de crèdits gratuïts per utilitzar amb qualsevol model"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Per fer la seva màgia, Roo necessita una clau API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/de/welcome.json
generated
4
webview-ui/src/i18n/locales/de/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Eine einheitliche Schnittstelle für LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Das AI-Gateway für Entwickler",
|
||||
"incentive": "$5 kostenlose Credits für die Nutzung mit jedem Modell"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Um seine Magie zu entfalten, benötigt Roo einen API-Schlüssel.",
|
||||
|
|
|
|||
|
|
@ -760,7 +760,7 @@
|
|||
}
|
||||
},
|
||||
"modelPicker": {
|
||||
"automaticFetch": "Note: Free tier users will see $0 costs as these requests are provided at no charge by Vercel AI Gateway.",
|
||||
"automaticFetch": "The extension automatically fetches the latest list of models available on <serviceLink>{{serviceName}}</serviceLink>. If you're unsure which model to choose, Roo Code works best with <defaultModelLink>{{defaultModelId}}</defaultModelLink>. You can also try searching \"free\" for no-cost options currently available",
|
||||
"label": "Model",
|
||||
"searchPlaceholder": "Search",
|
||||
"noMatchFound": "No match found",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/es/welcome.json
generated
4
webview-ui/src/i18n/locales/es/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Una interfaz unificada para LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "La pasarela de IA para desarrolladores",
|
||||
"incentive": "$5 de créditos gratuitos para usar con cualquier modelo"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Para hacer su magia, Roo necesita una clave API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/fr/welcome.json
generated
4
webview-ui/src/i18n/locales/fr/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Une interface unifiée pour les LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "La passerelle IA pour les développeurs",
|
||||
"incentive": "5 $ de crédits gratuits à utiliser avec n'importe quel modèle"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Pour faire sa magie, Roo a besoin d'une clé API.",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/hi/settings.json
generated
2
webview-ui/src/i18n/locales/hi/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "सुनिश्चित करें कि ARN में क्षेत्र ऊपर चयनित AWS क्षेत्र से मेल खाता है।",
|
||||
"openRouterApiKey": "OpenRouter API कुंजी",
|
||||
"getOpenRouterApiKey": "OpenRouter API कुंजी प्राप्त करें",
|
||||
"vercelAiGatewayApiKey": "Vercel AI Gateway API कुंजी",
|
||||
"getVercelAiGatewayApiKey": "Vercel AI Gateway API कुंजी प्राप्त करें",
|
||||
"apiKeyStorageNotice": "API कुंजियाँ VSCode के सुरक्षित स्टोरेज में सुरक्षित रूप से संग्रहीत हैं",
|
||||
"glamaApiKey": "Glama API कुंजी",
|
||||
"getGlamaApiKey": "Glama API कुंजी प्राप्त करें",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/hi/welcome.json
generated
4
webview-ui/src/i18n/locales/hi/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "LLMs के लिए एक एकीकृत इंटरफेस"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "डेवलपर्स के लिए AI गेटवे",
|
||||
"incentive": "किसी भी मॉडल के साथ उपयोग के लिए $5 मुफ्त क्रेडिट"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "अपना जादू दिखाने के लिए, Roo को एक API कुंजी की आवश्यकता है।",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/id/settings.json
generated
2
webview-ui/src/i18n/locales/id/settings.json
generated
|
|
@ -237,6 +237,8 @@
|
|||
"awsCustomArnDesc": "Pastikan region di ARN cocok dengan AWS Region yang kamu pilih di atas.",
|
||||
"openRouterApiKey": "OpenRouter API Key",
|
||||
"getOpenRouterApiKey": "Dapatkan OpenRouter API Key",
|
||||
"vercelAiGatewayApiKey": "Vercel AI Gateway API Key",
|
||||
"getVercelAiGatewayApiKey": "Dapatkan Vercel AI Gateway API Key",
|
||||
"apiKeyStorageNotice": "API key disimpan dengan aman di Secret Storage VSCode",
|
||||
"glamaApiKey": "Glama API Key",
|
||||
"getGlamaApiKey": "Dapatkan Glama API Key",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/id/welcome.json
generated
4
webview-ui/src/i18n/locales/id/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Interface terpadu untuk LLM"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Gateway AI untuk Developer",
|
||||
"incentive": "$5 kredit gratis untuk digunakan dengan model apa pun"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Untuk melakukan keajaibannya, Roo membutuhkan API key.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/it/welcome.json
generated
4
webview-ui/src/i18n/locales/it/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Un'interfaccia unificata per LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Il Gateway AI per sviluppatori",
|
||||
"incentive": "$5 di crediti gratuiti da utilizzare con qualsiasi modello"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Per fare la sua magia, Roo ha bisogno di una chiave API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ja/welcome.json
generated
4
webview-ui/src/i18n/locales/ja/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "LLMsのための統一インターフェース"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "開発者向けAIゲートウェイ",
|
||||
"incentive": "どのモデルでも使える5ドルの無料クレジット"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Rooが機能するには、APIキーが必要です。",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ko/welcome.json
generated
4
webview-ui/src/i18n/locales/ko/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "LLM을 위한 통합 인터페이스"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "개발자를 위한 AI 게이트웨이",
|
||||
"incentive": "모든 모델에 사용할 수 있는 $5 무료 크레딧"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Roo가 작동하려면 API 키가 필요합니다.",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/nl/settings.json
generated
2
webview-ui/src/i18n/locales/nl/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "Zorg ervoor dat de regio in de ARN overeenkomt met je geselecteerde AWS-regio hierboven.",
|
||||
"openRouterApiKey": "OpenRouter API-sleutel",
|
||||
"getOpenRouterApiKey": "OpenRouter API-sleutel ophalen",
|
||||
"vercelAiGatewayApiKey": "Vercel AI Gateway API-sleutel",
|
||||
"getVercelAiGatewayApiKey": "Vercel AI Gateway API-sleutel ophalen",
|
||||
"apiKeyStorageNotice": "API-sleutels worden veilig opgeslagen in de geheime opslag van VSCode",
|
||||
"glamaApiKey": "Glama API-sleutel",
|
||||
"getGlamaApiKey": "Glama API-sleutel ophalen",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/nl/welcome.json
generated
4
webview-ui/src/i18n/locales/nl/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Een uniforme interface voor LLM's"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "De AI Gateway voor ontwikkelaars",
|
||||
"incentive": "$5 gratis tegoed om te gebruiken met elk model"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Om zijn magie te doen, heeft Roo een API-sleutel nodig.",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/pl/settings.json
generated
2
webview-ui/src/i18n/locales/pl/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "Upewnij się, że region w ARN odpowiada wybranemu powyżej regionowi AWS.",
|
||||
"openRouterApiKey": "Klucz API OpenRouter",
|
||||
"getOpenRouterApiKey": "Uzyskaj klucz API OpenRouter",
|
||||
"vercelAiGatewayApiKey": "Klucz API Vercel AI Gateway",
|
||||
"getVercelAiGatewayApiKey": "Uzyskaj klucz API Vercel AI Gateway",
|
||||
"apiKeyStorageNotice": "Klucze API są bezpiecznie przechowywane w Tajnym Magazynie VSCode",
|
||||
"glamaApiKey": "Klucz API Glama",
|
||||
"getGlamaApiKey": "Uzyskaj klucz API Glama",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pl/welcome.json
generated
4
webview-ui/src/i18n/locales/pl/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Ujednolicony interfejs dla LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Brama AI dla deweloperów",
|
||||
"incentive": "$5 darmowych środków do użycia z dowolnym modelem"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Aby działać, Roo potrzebuje klucza API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pt-BR/welcome.json
generated
4
webview-ui/src/i18n/locales/pt-BR/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Uma interface unificada para LLMs"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "O Gateway de IA para desenvolvedores",
|
||||
"incentive": "$5 de créditos gratuitos para usar com qualquer modelo"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Para fazer sua mágica, o Roo precisa de uma chave API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ru/welcome.json
generated
4
webview-ui/src/i18n/locales/ru/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Унифицированный интерфейс для LLM"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "AI-шлюз для разработчиков",
|
||||
"incentive": "$5 бесплатных кредитов для использования с любой моделью"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Для своей магии Roo нуждается в API-ключе.",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/tr/settings.json
generated
2
webview-ui/src/i18n/locales/tr/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "ARN içindeki bölgenin yukarıda seçilen AWS Bölgesiyle eşleştiğinden emin olun.",
|
||||
"openRouterApiKey": "OpenRouter API Anahtarı",
|
||||
"getOpenRouterApiKey": "OpenRouter API Anahtarı Al",
|
||||
"vercelAiGatewayApiKey": "Vercel AI Gateway API Anahtarı",
|
||||
"getVercelAiGatewayApiKey": "Vercel AI Gateway API Anahtarı Al",
|
||||
"apiKeyStorageNotice": "API anahtarları VSCode'un Gizli Depolamasında güvenli bir şekilde saklanır",
|
||||
"glamaApiKey": "Glama API Anahtarı",
|
||||
"getGlamaApiKey": "Glama API Anahtarı Al",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/tr/welcome.json
generated
4
webview-ui/src/i18n/locales/tr/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "LLM'ler için birleşik bir arayüz"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Geliştiriciler için AI Gateway",
|
||||
"incentive": "Herhangi bir modelle kullanım için $5 ücretsiz kredi"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Sihirini yapabilmesi için Roo'nun bir API anahtarına ihtiyacı var.",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/vi/settings.json
generated
2
webview-ui/src/i18n/locales/vi/settings.json
generated
|
|
@ -233,6 +233,8 @@
|
|||
"awsCustomArnDesc": "Đảm bảo rằng vùng trong ARN khớp với vùng AWS đã chọn ở trên.",
|
||||
"openRouterApiKey": "Khóa API OpenRouter",
|
||||
"getOpenRouterApiKey": "Lấy khóa API OpenRouter",
|
||||
"vercelAiGatewayApiKey": "Khóa API Vercel AI Gateway",
|
||||
"getVercelAiGatewayApiKey": "Lấy khóa API Vercel AI Gateway",
|
||||
"apiKeyStorageNotice": "Khóa API được lưu trữ an toàn trong Bộ lưu trữ bí mật của VSCode",
|
||||
"glamaApiKey": "Khóa API Glama",
|
||||
"getGlamaApiKey": "Lấy khóa API Glama",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/vi/welcome.json
generated
4
webview-ui/src/i18n/locales/vi/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "Giao diện thống nhất cho các LLM"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "Cổng AI dành cho nhà phát triển",
|
||||
"incentive": "$5 tín dụng miễn phí để sử dụng với bất kỳ mô hình nào"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Để thực hiện phép màu của mình, Roo cần một khóa API.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-CN/welcome.json
generated
4
webview-ui/src/i18n/locales/zh-CN/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "统一了大语言模型的接口"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "面向开发者的 AI 网关",
|
||||
"incentive": "5美元免费额度,可用于任何模型"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Roo 需要一个 API 密钥才能发挥魔力。",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-TW/welcome.json
generated
4
webview-ui/src/i18n/locales/zh-TW/welcome.json
generated
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"openrouter": {
|
||||
"description": "LLM 的統一介面"
|
||||
},
|
||||
"vercelAiGateway": {
|
||||
"description": "面向開發者的 AI 閘道",
|
||||
"incentive": "5美元免費額度,可用於任何模型"
|
||||
}
|
||||
},
|
||||
"chooseProvider": "Roo 需要 API 金鑰才能發揮魔力。",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue