Skip to content

Commit 8d01216

Browse files
committed
Add translations
1 parent c8a9375 commit 8d01216

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Clau API de Glama",
115115
"getGlamaApiKey": "Obtenir clau API de Glama",
116116
"useCustomBaseUrl": "Utilitzar URL base personalitzada",
117+
"useReasoning": "Activar raonament",
117118
"useHostHeader": "Utilitzar capçalera Host personalitzada",
118119
"useLegacyFormat": "Utilitzar el format d'API OpenAI antic",
119120
"customHeaders": "Capçaleres personalitzades",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Glama API-Schlüssel",
115115
"getGlamaApiKey": "Glama API-Schlüssel erhalten",
116116
"useCustomBaseUrl": "Benutzerdefinierte Basis-URL verwenden",
117+
"useReasoning": "Reasoning aktivieren",
117118
"useHostHeader": "Benutzerdefinierten Host-Header verwenden",
118119
"useLegacyFormat": "Altes OpenAI API-Format verwenden",
119120
"customHeaders": "Benutzerdefinierte Headers",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Clave API de Glama",
115115
"getGlamaApiKey": "Obtener clave API de Glama",
116116
"useCustomBaseUrl": "Usar URL base personalizada",
117+
"useReasoning": "Habilitar razonamiento",
117118
"useHostHeader": "Usar encabezado Host personalizado",
118119
"useLegacyFormat": "Usar formato API de OpenAI heredado",
119120
"customHeaders": "Encabezados personalizados",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Clé API Glama",
115115
"getGlamaApiKey": "Obtenir la clé API Glama",
116116
"useCustomBaseUrl": "Utiliser une URL de base personnalisée",
117+
"useReasoning": "Activer le raisonnement",
117118
"useHostHeader": "Utiliser un en-tête Host personnalisé",
118119
"useLegacyFormat": "Utiliser le format API OpenAI hérité",
119120
"customHeaders": "En-têtes personnalisés",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Glama API कुंजी",
115115
"getGlamaApiKey": "Glama API कुंजी प्राप्त करें",
116116
"useCustomBaseUrl": "कस्टम बेस URL का उपयोग करें",
117+
"useReasoning": "तर्क सक्षम करें",
117118
"useHostHeader": "कस्टम होस्ट हेडर का उपयोग करें",
118119
"useLegacyFormat": "पुराने OpenAI API प्रारूप का उपयोग करें",
119120
"customHeaders": "कस्टम हेडर्स",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Chiave API Glama",
115115
"getGlamaApiKey": "Ottieni chiave API Glama",
116116
"useCustomBaseUrl": "Usa URL base personalizzato",
117+
"useReasoning": "Abilita ragionamento",
117118
"useHostHeader": "Usa intestazione Host personalizzata",
118119
"useLegacyFormat": "Usa formato API OpenAI legacy",
119120
"customHeaders": "Intestazioni personalizzate",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Glama APIキー",
115115
"getGlamaApiKey": "Glama APIキーを取得",
116116
"useCustomBaseUrl": "カスタムベースURLを使用",
117+
"useReasoning": "推論を有効化",
117118
"useHostHeader": "カスタムHostヘッダーを使用",
118119
"useLegacyFormat": "レガシーOpenAI API形式を使用",
119120
"customHeaders": "カスタムヘッダー",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Glama API 키",
115115
"getGlamaApiKey": "Glama API 키 받기",
116116
"useCustomBaseUrl": "사용자 정의 기본 URL 사용",
117+
"useReasoning": "추론 활성화",
117118
"useHostHeader": "사용자 정의 Host 헤더 사용",
118119
"useLegacyFormat": "레거시 OpenAI API 형식 사용",
119120
"customHeaders": "사용자 정의 헤더",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Glama API-sleutel",
115115
"getGlamaApiKey": "Glama API-sleutel ophalen",
116116
"useCustomBaseUrl": "Aangepaste basis-URL gebruiken",
117+
"useReasoning": "Redenering inschakelen",
117118
"useHostHeader": "Aangepaste Host-header gebruiken",
118119
"useLegacyFormat": "Verouderd OpenAI API-formaat gebruiken",
119120
"customHeaders": "Aangepaste headers",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"glamaApiKey": "Klucz API Glama",
115115
"getGlamaApiKey": "Uzyskaj klucz API Glama",
116116
"useCustomBaseUrl": "Użyj niestandardowego URL bazowego",
117+
"useReasoning": "Włącz rozumowanie",
117118
"useHostHeader": "Użyj niestandardowego nagłówka Host",
118119
"useLegacyFormat": "Użyj starszego formatu API OpenAI",
119120
"customHeaders": "Niestandardowe nagłówki",

0 commit comments

Comments
 (0)