Skip to content

Commit 2d26c0c

Browse files
authored
feat(i18n): update translations (#2561)
Co-authored-by: waleedlatif1 <[email protected]>
1 parent cdf3d75 commit 2d26c0c

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

apps/docs/content/docs/de/tools/translate.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ Senden Sie eine Chat-Completion-Anfrage an jeden unterstützten LLM-Anbieter
4242
| `model` | string | Ja | Das zu verwendende Modell \(z. B. gpt-4o, claude-sonnet-4-5, gemini-2.0-flash\) |
4343
| `systemPrompt` | string | Nein | System-Prompt zur Festlegung des Verhaltens des Assistenten |
4444
| `context` | string | Ja | Die Benutzernachricht oder der Kontext, der an das Modell gesendet werden soll |
45-
| `apiKey` | string | Nein | API-Schlüssel für den Anbieter \(verwendet Plattform-Schlüssel, falls nicht für gehostete Modelle angegeben\) |
46-
| `temperature` | number | Nein | Temperatur für die Antwortgenerierung \(0-2\) |
45+
| `apiKey` | string | Nein | API-Schlüssel für den Anbieter \(verwendet den Plattformschlüssel, falls nicht für gehostete Modelle angegeben\) |
46+
| `temperature` | number | Nein | Temperatur für die Antwortgenerierung \(02\) |
4747
| `maxTokens` | number | Nein | Maximale Anzahl von Tokens in der Antwort |
4848
| `azureEndpoint` | string | Nein | Azure OpenAI-Endpunkt-URL |
4949
| `azureApiVersion` | string | Nein | Azure OpenAI-API-Version |
5050
| `vertexProject` | string | Nein | Google Cloud-Projekt-ID für Vertex AI |
5151
| `vertexLocation` | string | Nein | Google Cloud-Standort für Vertex AI \(Standard: us-central1\) |
52+
| `vertexCredential` | string | Nein | Google Cloud OAuth-Anmeldeinformations-ID für Vertex AI |
5253

5354
#### Ausgabe
5455

apps/docs/content/docs/es/tools/translate.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ Envía una solicitud de completado de chat a cualquier proveedor de LLM compatib
3838
#### Entrada
3939

4040
| Parámetro | Tipo | Requerido | Descripción |
41-
| --------- | ---- | -------- | ----------- |
42-
| `model` | string || El modelo a utilizar \(ej., gpt-4o, claude-sonnet-4-5, gemini-2.0-flash\) |
41+
| --------- | ---- | --------- | ----------- |
42+
| `model` | string || El modelo a utilizar \(por ejemplo, gpt-4o, claude-sonnet-4-5, gemini-2.0-flash\) |
4343
| `systemPrompt` | string | No | Prompt del sistema para establecer el comportamiento del asistente |
4444
| `context` | string || El mensaje del usuario o contexto a enviar al modelo |
4545
| `apiKey` | string | No | Clave API del proveedor \(usa la clave de la plataforma si no se proporciona para modelos alojados\) |
4646
| `temperature` | number | No | Temperatura para la generación de respuestas \(0-2\) |
47-
| `maxTokens` | number | No | Tokens máximos en la respuesta |
47+
| `maxTokens` | number | No | Máximo de tokens en la respuesta |
4848
| `azureEndpoint` | string | No | URL del endpoint de Azure OpenAI |
4949
| `azureApiVersion` | string | No | Versión de la API de Azure OpenAI |
5050
| `vertexProject` | string | No | ID del proyecto de Google Cloud para Vertex AI |
5151
| `vertexLocation` | string | No | Ubicación de Google Cloud para Vertex AI \(por defecto us-central1\) |
52+
| `vertexCredential` | string | No | ID de credencial OAuth de Google Cloud para Vertex AI |
5253

5354
#### Salida
5455

apps/docs/content/docs/fr/tools/translate.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Envoyez une requête de complétion de chat à n'importe quel fournisseur de LLM
4949
| `azureApiVersion` | string | Non | Version de l'API Azure OpenAI |
5050
| `vertexProject` | string | Non | ID du projet Google Cloud pour Vertex AI |
5151
| `vertexLocation` | string | Non | Emplacement Google Cloud pour Vertex AI \(par défaut us-central1\) |
52+
| `vertexCredential` | string | Non | ID des identifiants OAuth Google Cloud pour Vertex AI |
5253

5354
#### Sortie
5455

apps/docs/content/docs/ja/tools/jina.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Jina AI Readerを使用してウェブコンテンツを抽出し、LLMフレン
6060

6161
| パラメータ || 説明 |
6262
| --------- | ---- | ----------- |
63-
| `content` | string | URLから抽出されたコンテンツで、クリーンでLLMフレンドリーなテキストに処理されたもの |
63+
| `content` | string | URLから抽出されたコンテンツ。クリーンでLLMフレンドリーなテキストに処理されています |
6464

6565
### `jina_search`
6666

apps/docs/content/docs/ja/tools/translate.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
4949
| `azureApiVersion` | string | いいえ | Azure OpenAI APIバージョン |
5050
| `vertexProject` | string | いいえ | Vertex AI用のGoogle CloudプロジェクトID |
5151
| `vertexLocation` | string | いいえ | Vertex AI用のGoogle Cloudロケーション(デフォルトはus-central1) |
52+
| `vertexCredential` | string | いいえ | Vertex AI用のGoogle Cloud OAuth認証情報ID |
5253

5354
#### 出力
5455

apps/docs/content/docs/zh/tools/jina.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Jina AI Reader 专注于从网页中提取最相关的内容,去除杂乱、
6060

6161
| 参数 | 类型 | 描述 |
6262
| --------- | ---- | ----------- |
63-
| `content` | 字符串 | 从 URL 提取的内容,处理为干净且适合 LLM 的文本 |
63+
| `content` | 字符串 | 从 URL 提取的内容,已处理为简洁、适合 LLM 的文本 |
6464

6565
### `jina_search`
6666

apps/docs/content/docs/zh/tools/translate.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
3939

4040
| 参数 | 类型 | 必填 | 说明 |
4141
| --------- | ---- | -------- | ----------- |
42-
| `model` | string || 要使用的模型(例如 gpt-4o、claude-sonnet-4-5、gemini-2.0-flash) |
42+
| `model` | string || 要使用的模型(例如gpt-4o、claude-sonnet-4-5、gemini-2.0-flash) |
4343
| `systemPrompt` | string || 设置助手行为的 system prompt |
4444
| `context` | string || 发送给模型的用户消息或上下文 |
4545
| `apiKey` | string || 提供方的 API key(如未提供,托管模型将使用平台密钥) |
@@ -49,6 +49,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
4949
| `azureApiVersion` | string || Azure OpenAI API 版本 |
5050
| `vertexProject` | string || Vertex AI 的 Google Cloud 项目 ID |
5151
| `vertexLocation` | string || Vertex AI 的 Google Cloud 区域(默认为 us-central1) |
52+
| `vertexCredential` | string || Vertex AI 的 Google Cloud OAuth 凭证 ID |
5253

5354
#### 输出
5455

apps/docs/i18n.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ checksums:
557557
content/8: 6325adefb6e1520835225285b18b6a45
558558
content/9: b7fa85fce9c7476fe132df189e27dac1
559559
content/10: 371d0e46b4bd2c23f559b8bc112f6955
560-
content/11: 7ad14ccfe548588081626cfe769ad492
560+
content/11: a34c59648e0f7218a8e9b72c333366fb
561561
content/12: bcadfc362b69078beee0088e5936c98b
562562
content/13: 6af66efd0da20944a87fdb8d9defa358
563563
content/14: b3f310d5ef115bea5a8b75bf25d7ea9a
@@ -2664,7 +2664,7 @@ checksums:
26642664
content/12: 371d0e46b4bd2c23f559b8bc112f6955
26652665
content/13: 6ad8fcd98fc25eab726d05f9e9ccc6a4
26662666
content/14: bcadfc362b69078beee0088e5936c98b
2667-
content/15: 0ac8cd06fceaf16c960de79f7df987ee
2667+
content/15: 1eb58de69f18ba555d7f349fed365de5
26682668
content/16: c340d51e1b2d05b9b68a79baa8e9481a
26692669
content/17: 64d5a97527775c7bfcdcbb418a10ea35
26702670
content/18: 371d0e46b4bd2c23f559b8bc112f6955

0 commit comments

Comments
 (0)