Skip to content

Commit cae3de9

Browse files
committed
fix: changing from Advanced Features to Tools to be consistent with Gemini docs/AI studio
1 parent edb96c6 commit cae3de9

File tree

19 files changed

+19
-21
lines changed

19 files changed

+19
-21
lines changed

webview-ui/src/components/settings/providers/Gemini.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ export const Gemini = ({ apiConfiguration, setApiConfigurationField, currentMode
161161
</div>
162162

163163
<div className="mt-6 border-t border-vscode-widget-border pt-4">
164-
<h3 className="font-semibold text-lg mb-4">
165-
{t("settings:providers.geminiSections.advancedFeatures")}
166-
</h3>
164+
<h3 className="font-semibold text-lg mb-4">{t("settings:providers.geminiSections.tools")}</h3>
167165

168166
<Checkbox
169167
data-testid="checkbox-url-context"

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
},
251251
"geminiSections": {
252252
"modelParameters": "Paràmetres del model",
253-
"advancedFeatures": "Funcions avançades"
253+
"tools": "Eines"
254254
},
255255
"googleCloudSetup": {
256256
"title": "Per utilitzar Google Cloud Vertex AI, necessiteu:",

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "Model Parameter",
249-
"advancedFeatures": "Erweiterte Funktionen"
249+
"tools": "Werkzeuge"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Um Google Cloud Vertex AI zu verwenden, müssen Sie:",

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"vscodeLmWarning": "Note: This is a very experimental integration and provider support will vary. If you get an error about a model not being supported, that's an issue on the provider's end.",
225225
"geminiSections": {
226226
"modelParameters": "Model Parameters",
227-
"advancedFeatures": "Advanced Features"
227+
"tools": "Tools"
228228
},
229229
"geminiParameters": {
230230
"topK": {

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "Parámetros del modelo",
249-
"advancedFeatures": "Funciones avanzadas"
249+
"tools": "Herramientas"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Para usar Google Cloud Vertex AI, necesita:",

webview-ui/src/i18n/locales/fr/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "Paramètres du modèle",
249-
"advancedFeatures": "Fonctionnalités avancées"
249+
"tools": "Outils"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Pour utiliser Google Cloud Vertex AI, vous devez :",

webview-ui/src/i18n/locales/hi/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "मॉडल पैरामीटर",
249-
"advancedFeatures": "उन्नत सुविधाएँ"
249+
"tools": "उपकरण"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Google Cloud Vertex AI का उपयोग करने के लिए, आपको आवश्यकता है:",

webview-ui/src/i18n/locales/id/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
},
251251
"geminiSections": {
252252
"modelParameters": "Parameter Model",
253-
"advancedFeatures": "Fitur Lanjutan"
253+
"tools": "Alat"
254254
},
255255
"googleCloudSetup": {
256256
"title": "Untuk menggunakan Google Cloud Vertex AI, kamu perlu:",

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "Parametri del modello",
249-
"advancedFeatures": "Funzionalità avanzate"
249+
"tools": "Strumenti"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Per utilizzare Google Cloud Vertex AI, è necessario:",

webview-ui/src/i18n/locales/ja/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"geminiSections": {
248248
"modelParameters": "モデルパラメータ",
249-
"advancedFeatures": "高度な機能"
249+
"tools": "ツール"
250250
},
251251
"googleCloudSetup": {
252252
"title": "Google Cloud Vertex AIを使用するには:",

0 commit comments

Comments
 (0)