@lobehub/lobehub 2.0.0-next.60 → 2.0.0-next.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/changelog/v1.json +14 -0
- package/locales/ar/chat.json +2 -0
- package/locales/ar/file.json +2 -0
- package/locales/ar/models.json +17 -2
- package/locales/ar/tool.json +8 -0
- package/locales/bg-BG/chat.json +2 -0
- package/locales/bg-BG/file.json +2 -0
- package/locales/bg-BG/models.json +17 -2
- package/locales/bg-BG/tool.json +8 -0
- package/locales/de-DE/chat.json +2 -0
- package/locales/de-DE/file.json +2 -0
- package/locales/de-DE/models.json +17 -2
- package/locales/de-DE/tool.json +8 -0
- package/locales/en-US/chat.json +2 -0
- package/locales/en-US/file.json +2 -0
- package/locales/en-US/models.json +17 -2
- package/locales/en-US/tool.json +8 -0
- package/locales/es-ES/chat.json +2 -0
- package/locales/es-ES/file.json +2 -0
- package/locales/es-ES/models.json +17 -2
- package/locales/es-ES/tool.json +8 -0
- package/locales/fa-IR/chat.json +2 -0
- package/locales/fa-IR/file.json +2 -0
- package/locales/fa-IR/models.json +17 -2
- package/locales/fa-IR/tool.json +8 -0
- package/locales/fr-FR/chat.json +2 -0
- package/locales/fr-FR/file.json +2 -0
- package/locales/fr-FR/models.json +17 -2
- package/locales/fr-FR/tool.json +8 -0
- package/locales/it-IT/chat.json +2 -0
- package/locales/it-IT/file.json +2 -0
- package/locales/it-IT/models.json +17 -2
- package/locales/it-IT/tool.json +8 -0
- package/locales/ja-JP/chat.json +2 -0
- package/locales/ja-JP/file.json +2 -0
- package/locales/ja-JP/models.json +17 -2
- package/locales/ja-JP/tool.json +8 -0
- package/locales/ko-KR/chat.json +2 -0
- package/locales/ko-KR/file.json +2 -0
- package/locales/ko-KR/models.json +17 -2
- package/locales/ko-KR/tool.json +8 -0
- package/locales/nl-NL/chat.json +2 -0
- package/locales/nl-NL/file.json +2 -0
- package/locales/nl-NL/models.json +17 -2
- package/locales/nl-NL/tool.json +8 -0
- package/locales/pl-PL/chat.json +2 -0
- package/locales/pl-PL/file.json +2 -0
- package/locales/pl-PL/models.json +17 -2
- package/locales/pl-PL/tool.json +8 -0
- package/locales/pt-BR/chat.json +2 -0
- package/locales/pt-BR/file.json +2 -0
- package/locales/pt-BR/models.json +17 -2
- package/locales/pt-BR/tool.json +8 -0
- package/locales/ru-RU/chat.json +2 -0
- package/locales/ru-RU/file.json +2 -0
- package/locales/ru-RU/models.json +17 -2
- package/locales/ru-RU/tool.json +8 -0
- package/locales/tr-TR/chat.json +2 -0
- package/locales/tr-TR/file.json +2 -0
- package/locales/tr-TR/models.json +17 -2
- package/locales/tr-TR/tool.json +8 -0
- package/locales/vi-VN/chat.json +2 -0
- package/locales/vi-VN/file.json +2 -0
- package/locales/vi-VN/models.json +17 -2
- package/locales/vi-VN/tool.json +8 -0
- package/locales/zh-CN/chat.json +2 -0
- package/locales/zh-CN/file.json +2 -0
- package/locales/zh-CN/models.json +17 -2
- package/locales/zh-CN/tool.json +8 -0
- package/locales/zh-TW/chat.json +2 -0
- package/locales/zh-TW/file.json +2 -0
- package/locales/zh-TW/models.json +17 -2
- package/locales/zh-TW/tool.json +8 -0
- package/package.json +1 -1
- package/packages/database/src/models/apiKey.ts +2 -2
- package/packages/database/src/models/chunk.ts +1 -1
- package/packages/database/src/models/drizzleMigration.ts +1 -1
- package/packages/database/src/models/oauthHandoff.ts +19 -19
- package/packages/database/src/models/session.ts +10 -10
- package/packages/database/src/models/topic.ts +10 -10
- package/src/app/(backend)/middleware/auth/index.ts +7 -2
- package/src/app/(backend)/trpc/async/[trpc]/route.ts +9 -3
- package/src/app/(backend)/trpc/desktop/[trpc]/route.ts +9 -3
- package/src/app/(backend)/trpc/lambda/[trpc]/route.ts +9 -3
- package/src/app/(backend)/trpc/mobile/[trpc]/route.ts +9 -3
- package/src/app/(backend)/trpc/tools/[trpc]/route.ts +9 -3
- package/src/libs/trpc/utils/request-adapter.ts +20 -0
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 Pro utilise davantage de puissance de calcul pour approfondir sa réflexion et fournir des réponses toujours plus pertinentes."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — Modèle phare optimisé pour les tâches de codage et d'agents, avec une intensité de raisonnement configurable et un contexte étendu."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat : Variante de GPT-5.1 conçue pour ChatGPT, idéale pour les interactions conversationnelles."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex : Version de GPT-5.1 optimisée pour les tâches de codage agentiques, utilisable via l'API Responses pour des flux de travail code/agent plus complexes."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini : Variante plus légère et économique de Codex, optimisée pour les tâches de codage agentiques."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio est un modèle de chat universel orienté vers l'entrée et la sortie audio, supportant l'utilisation d'entrées/sorties audio dans l'API Chat Completions."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Série de modèles Imagen de 4ᵉ génération pour la génération d'images à partir de texte"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Série de modèles de génération d'images
|
|
2043
|
+
"description": "Série de modèles de génération d'images de quatrième génération Imagen"
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Série de modèles Imagen 4e génération pour la génération d'images à partir de texte — version Ultra"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "
|
|
2049
|
+
"description": "Version Ultra de la série de modèles de génération d'images de quatrième génération Imagen"
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small est idéal pour les tâches de génération, débogage et refactorisation de code, avec une latence minimale."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "La série Max de Tongyi Qianwen 3 offre une amélioration significative par rapport à la série 2.5 en termes de capacités générales. Elle renforce notablement la compréhension du texte en chinois et en anglais, la capacité à suivre des instructions complexes, les tâches ouvertes subjectives, les compétences multilingues et l'appel d'outils ; le modèle présente également moins d'hallucinations de connaissances. La dernière version du modèle qwen3-max, comparée à la version preview, a bénéficié d'une mise à niveau spécifique en programmation d'agents et en appel d'outils. La version officielle publiée atteint un niveau SOTA dans son domaine, adaptée aux besoins plus complexes des agents intelligents."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "Le modèle le plus performant de la série Tongyi Qianwen, adapté aux tâches complexes et à étapes multiples. La version de prévisualisation prend déjà en charge la réflexion."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Modèle open source de nouvelle génération en mode non réflexif basé sur Qwen3, offrant une meilleure compréhension du texte en chinois, des capacités de raisonnement logique renforcées et de meilleures performances dans les tâches de génération de texte par rapport à la version précédente (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
|
3097
3112
|
},
|
package/locales/fr-FR/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "Fichier",
|
|
19
19
|
"folder": "Dossier",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}} élément(s) déplacé(s) :",
|
|
22
|
+
"itemsMoved_one": "{{count}} élément déplacé :",
|
|
23
|
+
"itemsMoved_other": "{{count}} éléments déplacés :",
|
|
24
|
+
"itemsToMove": "{{count}} élément(s) à déplacer :",
|
|
25
|
+
"itemsToMove_one": "{{count}} élément à déplacer :",
|
|
26
|
+
"itemsToMove_other": "{{count}} éléments à déplacer :"
|
|
27
|
+
},
|
|
20
28
|
"open": "Ouvrir",
|
|
21
29
|
"openFile": "Ouvrir le fichier",
|
|
22
30
|
"openFolder": "Ouvrir le dossier",
|
package/locales/it-IT/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "Richiede approvazione manuale per ogni utilizzo"
|
|
384
384
|
},
|
|
385
385
|
"reject": "Rifiuta",
|
|
386
|
+
"rejectAndContinue": "Rifiuta e riprova",
|
|
387
|
+
"rejectOnly": "Rifiuta",
|
|
386
388
|
"rejectReasonPlaceholder": "Inserire il motivo del rifiuto aiuterà l'agente a comprendere e ottimizzare le azioni future",
|
|
387
389
|
"rejectTitle": "Rifiuta questa esecuzione dello strumento",
|
|
388
390
|
"rejectedWithReason": "Questa esecuzione dello strumento è stata rifiutata: {{reason}}",
|
package/locales/it-IT/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "Crea cartella",
|
|
2
3
|
"addKnowledge": "Aggiungi conoscenza",
|
|
3
4
|
"addPage": "Crea documento",
|
|
4
5
|
"desc": "Gestisci le tue conoscenze su lavoro, studio e vita.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "Nuova cartella",
|
|
69
|
+
"newPage": "Nuovo documento",
|
|
68
70
|
"uploadFile": "Carica file",
|
|
69
71
|
"uploadFolder": "Carica cartella"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 Pro utilizza maggiori risorse computazionali per un'elaborazione più profonda, offrendo risposte sempre più accurate e pertinenti."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — Modello di punta ottimizzato per compiti di codifica e agent, supporta intensità di inferenza configurabile e contesto esteso."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat: Variante di GPT-5.1 per ChatGPT, ideale per scenari di conversazione."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex: Versione di GPT-5.1 ottimizzata per compiti di codifica agentica, utilizzabile nell'API Responses per flussi di lavoro complessi di codice/agent."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini: Variante più compatta e conveniente di Codex, ottimizzata per compiti di codifica agentica."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio è un modello di chat universale per input e output audio, supporta l'uso di I/O audio nell'API Chat Completions."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Serie di modelli Imagen di quarta generazione per la generazione di immagini da testo"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Serie di modelli di generazione di immagini
|
|
2043
|
+
"description": "Serie di modelli di generazione di immagini di quarta generazione Imagen"
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen, serie di modelli testo-in-immagine di quarta generazione, versione Ultra"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "
|
|
2049
|
+
"description": "Versione Ultra della serie di modelli di generazione di immagini di quarta generazione Imagen"
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small è la scelta ideale per compiti di generazione, debug e refactoring di codice, con latenza minima."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "La serie Max di Tongyi Qianwen 3 rappresenta un significativo miglioramento rispetto alla serie 2.5 in termini di capacità generali. Le capacità di comprensione del testo in cinese e inglese, l'aderenza a istruzioni complesse, la gestione di compiti soggettivi aperti, le capacità multilingue e l'invocazione di strumenti sono tutte notevolmente potenziate; il modello presenta meno allucinazioni di conoscenza. L'ultima versione qwen3-max ha effettuato aggiornamenti specifici in programmazione intelligente e invocazione di strumenti rispetto alla versione preview. Il modello ufficiale rilasciato raggiunge livelli SOTA nel settore, adattandosi a scenari più complessi per agenti intelligenti."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "Il modello più avanzato della serie Tongyi Qianwen, adatto a compiti complessi e multi-step. La versione di anteprima supporta già il ragionamento."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Modello open source di nuova generazione basato su Qwen3 in modalità non riflessiva, con una migliore comprensione del testo in cinese rispetto alla versione precedente (Tongyi Qianwen 3-235B-A22B-Instruct-2507), capacità di ragionamento logico potenziate e prestazioni superiori nelle attività di generazione di testo."
|
|
3097
3112
|
},
|
package/locales/it-IT/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "File",
|
|
19
19
|
"folder": "Cartella",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}} elementi spostati:",
|
|
22
|
+
"itemsMoved_one": "{{count}} elemento spostato:",
|
|
23
|
+
"itemsMoved_other": "{{count}} elementi spostati:",
|
|
24
|
+
"itemsToMove": "{{count}} elementi da spostare:",
|
|
25
|
+
"itemsToMove_one": "{{count}} elemento da spostare:",
|
|
26
|
+
"itemsToMove_other": "{{count}} elementi da spostare:"
|
|
27
|
+
},
|
|
20
28
|
"open": "Apri",
|
|
21
29
|
"openFile": "Apri file",
|
|
22
30
|
"openFolder": "Apri cartella",
|
package/locales/ja-JP/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "毎回の呼び出しに手動承認が必要です"
|
|
384
384
|
},
|
|
385
385
|
"reject": "拒否",
|
|
386
|
+
"rejectAndContinue": "拒否して再実行",
|
|
387
|
+
"rejectOnly": "拒否",
|
|
386
388
|
"rejectReasonPlaceholder": "拒否理由を入力すると、エージェントが理解し今後の行動を最適化するのに役立ちます",
|
|
387
389
|
"rejectTitle": "今回のツール呼び出しを拒否",
|
|
388
390
|
"rejectedWithReason": "今回のツール呼び出しは次の理由で拒否されました:{{reason}}",
|
package/locales/ja-JP/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "フォルダーを作成",
|
|
2
3
|
"addKnowledge": "知識を追加",
|
|
3
4
|
"addPage": "ドキュメントを作成",
|
|
4
5
|
"desc": "仕事、学習、生活の知識を管理しましょう。",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "新しいフォルダーを作成",
|
|
69
|
+
"newPage": "新しいドキュメント",
|
|
68
70
|
"uploadFile": "ファイルをアップロード",
|
|
69
71
|
"uploadFolder": "フォルダーをアップロード"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 pro は、より多くの計算資源を活用して深く思考し、常により優れた回答を提供します。"
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — コーディングおよびエージェントタスク向けに最適化されたフラッグシップモデルで、推論強度の調整やより長いコンテキストに対応。"
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat:ChatGPT 用に調整された GPT-5.1 のバリアントで、会話シナリオに最適。"
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex:エージェント型のコーディングタスクに特化した GPT-5.1 バージョンで、Responses API においてより複雑なコードやエージェントのワークフローに対応。"
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini:より小型でコスト効率の高い Codex バリアントで、エージェント型のコーディングタスクに最適化。"
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audioは音声の入出力に対応した汎用チャットモデルで、Chat Completions APIでの音声I/O利用をサポートしています。"
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Imagen 第4世代のテキストから画像への生成モデルシリーズ"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Imagen 第4
|
|
2043
|
+
"description": "Imagen 第4世代のテキストから画像を生成するモデルシリーズ"
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen 第4世代 テキスト→画像生成モデルシリーズ(Ultra版)"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "Imagen 第4
|
|
2049
|
+
"description": "Imagen 第4世代テキスト画像生成モデルシリーズの Ultra バージョン"
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small はコード生成、デバッグ、リファクタリングタスクに最適で、最小遅延を実現します。"
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "Tongyi Qianwen 3シリーズのMaxモデルは、2.5シリーズに比べて全体的な汎用能力が大幅に向上しており、中国語・英語のテキスト理解能力、複雑な指示遵守能力、主観的なオープンタスク能力、多言語能力、ツール呼び出し能力が著しく強化されています。モデルの知識幻覚も減少しています。最新のqwen3-maxモデルは、qwen3-max-previewバージョンに比べて、エージェントプログラミングとツール呼び出しの方向で特別なアップグレードが施されています。今回リリースされた正式版モデルは、ドメインのSOTAレベルに達しており、より複雑なエージェントニーズに対応可能です。"
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "通義千問シリーズで最も高性能なモデル。複雑かつ多段階のタスクに適しており、プレビュー版では思考機能もサポート。"
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Qwen3に基づく次世代の非思考モードのオープンソースモデルで、前バージョン(通義千問3-235B-A22B-Instruct-2507)と比べて中国語テキストの理解能力が向上し、論理推論能力が強化され、テキスト生成タスクのパフォーマンスがより優れています。"
|
|
3097
3112
|
},
|
package/locales/ja-JP/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "ファイル",
|
|
19
19
|
"folder": "フォルダー",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}} 件のアイテムを移動しました:",
|
|
22
|
+
"itemsMoved_one": "{{count}} 件のアイテムを移動しました:",
|
|
23
|
+
"itemsMoved_other": "{{count}} 件のアイテムを移動しました:",
|
|
24
|
+
"itemsToMove": "{{count}} 件のアイテムを移動予定:",
|
|
25
|
+
"itemsToMove_one": "{{count}} 件のアイテムを移動予定:",
|
|
26
|
+
"itemsToMove_other": "{{count}} 件のアイテムを移動予定:"
|
|
27
|
+
},
|
|
20
28
|
"open": "開く",
|
|
21
29
|
"openFile": "ファイルを開く",
|
|
22
30
|
"openFolder": "フォルダーを開く",
|
package/locales/ko-KR/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "매번 호출 시 수동 승인 필요"
|
|
384
384
|
},
|
|
385
385
|
"reject": "거부",
|
|
386
|
+
"rejectAndContinue": "거부 후 다시 실행",
|
|
387
|
+
"rejectOnly": "거부",
|
|
386
388
|
"rejectReasonPlaceholder": "거부 사유를 입력하면 에이전트가 이해하고 이후 행동을 최적화하는 데 도움이 됩니다",
|
|
387
389
|
"rejectTitle": "이번 도구 호출 거부",
|
|
388
390
|
"rejectedWithReason": "이번 도구 호출이 다음 사유로 거부됨: {{reason}}",
|
package/locales/ko-KR/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "폴더 만들기",
|
|
2
3
|
"addKnowledge": "지식 추가",
|
|
3
4
|
"addPage": "문서 생성",
|
|
4
5
|
"desc": "작업, 학습 및 생활 지식을 관리하세요.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "새 폴더 만들기",
|
|
69
|
+
"newPage": "새 문서 만들기",
|
|
68
70
|
"uploadFile": "파일 업로드",
|
|
69
71
|
"uploadFolder": "폴더 업로드"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 pro는 더 많은 연산을 활용하여 더 깊이 있는 사고를 수행하고 지속적으로 더 나은 답변을 제공합니다."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — 코드 작성 및 에이전트 작업에 최적화된 플래그십 모델로, 구성 가능한 추론 강도와 더 긴 컨텍스트를 지원합니다."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat: 채팅 환경에 적합하도록 설계된 ChatGPT용 GPT-5.1 변형 모델입니다."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex: 에이전트 기반의 코드 작업에 최적화된 GPT-5.1 버전으로, Responses API에서 복잡한 코드 및 에이전트 워크플로우에 사용할 수 있습니다."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini: 더 작고 비용 효율적인 Codex 변형으로, 에이전트 기반 코드 작업에 최적화되어 있습니다."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio는 오디오 입출력을 위한 범용 대화 모델로, Chat Completions API에서 오디오 I/O 사용을 지원합니다."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Imagen 4세대 텍스트-이미지 모델 시리즈"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Imagen 4세대
|
|
2043
|
+
"description": "Imagen 4세대 텍스트-투-이미지 생성 모델 시리즈"
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen 4세대 텍스트 기반 이미지 생성 모델 시리즈 Ultra 버전"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "Imagen 4세대
|
|
2049
|
+
"description": "Imagen 4세대 텍스트-투-이미지 생성 모델 시리즈의 Ultra 버전"
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small은 코드 생성, 디버깅 및 리팩토링 작업에 이상적이며, 최소 지연 시간을 자랑합니다."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "통의천문3 시리즈 Max 모델로, 2.5 시리즈에 비해 전반적인 범용 능력이 크게 향상되었습니다. 중영문 범용 텍스트 이해 능력, 복잡한 지시 준수 능력, 주관적 개방형 작업 능력, 다국어 능력, 도구 호출 능력이 모두 크게 강화되었으며, 모델의 지식 환각 현상이 줄어들었습니다. 최신 qwen3-max 모델은 qwen3-max-preview 버전에 비해 에이전트 프로그래밍 및 도구 호출 방향에서 특별 업그레이드를 거쳤습니다. 이번 정식 버전 모델은 분야별 SOTA 수준에 도달했으며, 더욱 복잡한 에이전트 요구에 적합한 환경에 맞춰졌습니다."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "Tongyi Qianwen 시리즈 중 가장 뛰어난 성능을 가진 모델로, 복잡하고 다단계 작업에 적합합니다. 프리뷰 버전은 사고 기능을 지원합니다."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Qwen3 기반의 차세대 비사고 모드 오픈 소스 모델로, 이전 버전(통의천문3-235B-A22B-Instruct-2507)과 비교하여 중국어 텍스트 이해 능력이 향상되었고, 논리 추론 능력이 강화되었으며, 텍스트 생성 작업에서 더 우수한 성능을 보입니다."
|
|
3097
3112
|
},
|
package/locales/ko-KR/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "파일",
|
|
19
19
|
"folder": "폴더",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}}개 항목이 이동되었습니다:",
|
|
22
|
+
"itemsMoved_one": "{{count}}개 항목이 이동되었습니다:",
|
|
23
|
+
"itemsMoved_other": "{{count}}개 항목이 이동되었습니다:",
|
|
24
|
+
"itemsToMove": "{{count}}개 항목을 이동할 예정입니다:",
|
|
25
|
+
"itemsToMove_one": "{{count}}개 항목을 이동할 예정입니다:",
|
|
26
|
+
"itemsToMove_other": "{{count}}개 항목을 이동할 예정입니다:"
|
|
27
|
+
},
|
|
20
28
|
"open": "열기",
|
|
21
29
|
"openFile": "파일 열기",
|
|
22
30
|
"openFolder": "폴더 열기",
|
package/locales/nl-NL/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "Handmatige goedkeuring vereist bij elke oproep"
|
|
384
384
|
},
|
|
385
385
|
"reject": "Weigeren",
|
|
386
|
+
"rejectAndContinue": "Weigeren en opnieuw proberen",
|
|
387
|
+
"rejectOnly": "Weigeren",
|
|
386
388
|
"rejectReasonPlaceholder": "Het opgeven van een reden helpt de agent om toekomstige acties te verbeteren",
|
|
387
389
|
"rejectTitle": "Huidige tooloproep weigeren",
|
|
388
390
|
"rejectedWithReason": "Deze tooloproep is geweigerd met reden: {{reason}}",
|
package/locales/nl-NL/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "Map aanmaken",
|
|
2
3
|
"addKnowledge": "Kennis toevoegen",
|
|
3
4
|
"addPage": "Document aanmaken",
|
|
4
5
|
"desc": "Beheer je kennis over werk, studie en leven.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "Nieuwe map",
|
|
69
|
+
"newPage": "Nieuw document",
|
|
68
70
|
"uploadFile": "Bestand uploaden",
|
|
69
71
|
"uploadFolder": "Map uploaden"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 pro gebruikt meer rekenkracht om dieper na te denken en levert consequent betere antwoorden."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — Een vlaggenschipmodel geoptimaliseerd voor codering en agent-taken, met configureerbare redeneerkracht en langere contextondersteuning."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat: Een variant van GPT-5.1 voor ChatGPT, geoptimaliseerd voor conversaties."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex: Een versie van GPT-5.1 geoptimaliseerd voor agentgerichte coderingstaken, inzetbaar via de Responses API voor complexere code- en agentworkflows."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini: Een compactere en kostenefficiëntere variant van Codex, geoptimaliseerd voor agentgerichte coderingstaken."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio is een universeel chatmodel gericht op audio-invoer en -uitvoer, ondersteund in de Chat Completions API met audio I/O."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Imagen 4e generatie tekst-naar-beeldmodelserie"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Imagen
|
|
2043
|
+
"description": "Imagen vierde generatie tekst-naar-beeld modelserie"
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen 4e generatie tekst-naar-beeldmodelserie, Ultra-versie"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "
|
|
2049
|
+
"description": "Ultra-versie van de vierde generatie Imagen tekst-naar-beeld modelserie"
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small is ideaal voor codegeneratie, debugging en refactoring taken met minimale latentie."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "De Tongyi Qianwen 3-serie Max modellen bieden een aanzienlijke verbetering ten opzichte van de 2.5-serie in algemene capaciteiten, waaronder meertalige tekstbegrip in het Chinees en Engels, complexe instructienaleving, open subjectieve taken, meertalige ondersteuning en tool-integratie; het model vertoont minder kennishallucinaties. De nieuwste qwen3-max modellen zijn, vergeleken met de qwen3-max-preview versie, speciaal geüpgraded op het gebied van agent programmering en tool-integratie. De officiële release van dit model bereikt SOTA-niveau in het domein en is geschikt voor complexere agentbehoeften."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "Het krachtigste model uit de Tongyi Qianwen-serie, geschikt voor complexe en meerstaps taken. Voorbeeldversie ondersteunt al redeneren."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Een nieuwe generatie open-source model zonder denkmodus gebaseerd op Qwen3, met verbeterde Chinese tekstbegrip, versterkte logische redeneervaardigheden en betere prestaties bij tekstgeneratietaken vergeleken met de vorige versie (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
|
3097
3112
|
},
|
package/locales/nl-NL/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "Bestand",
|
|
19
19
|
"folder": "Map",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}} items verplaatst:",
|
|
22
|
+
"itemsMoved_one": "{{count}} item verplaatst:",
|
|
23
|
+
"itemsMoved_other": "{{count}} items verplaatst:",
|
|
24
|
+
"itemsToMove": "{{count}} items te verplaatsen:",
|
|
25
|
+
"itemsToMove_one": "{{count}} item te verplaatsen:",
|
|
26
|
+
"itemsToMove_other": "{{count}} items te verplaatsen:"
|
|
27
|
+
},
|
|
20
28
|
"open": "Openen",
|
|
21
29
|
"openFile": "Bestand openen",
|
|
22
30
|
"openFolder": "Map openen",
|
package/locales/pl-PL/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "Każde wywołanie wymaga ręcznego zatwierdzenia"
|
|
384
384
|
},
|
|
385
385
|
"reject": "Odrzuć",
|
|
386
|
+
"rejectAndContinue": "Odrzuć i spróbuj ponownie",
|
|
387
|
+
"rejectOnly": "Odrzuć",
|
|
386
388
|
"rejectReasonPlaceholder": "Wprowadzenie powodu odrzucenia pomoże Agentowi zrozumieć i zoptymalizować przyszłe działania",
|
|
387
389
|
"rejectTitle": "Odrzuć to wywołanie narzędzia",
|
|
388
390
|
"rejectedWithReason": "To wywołanie narzędzia zostało odrzucone: {{reason}}",
|
package/locales/pl-PL/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "Utwórz folder",
|
|
2
3
|
"addKnowledge": "Dodaj wiedzę",
|
|
3
4
|
"addPage": "Utwórz dokument",
|
|
4
5
|
"desc": "Zarządzaj swoją wiedzą z pracy, nauki i życia.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "Nowy folder",
|
|
69
|
+
"newPage": "Nowy dokument",
|
|
68
70
|
"uploadFile": "Prześlij plik",
|
|
69
71
|
"uploadFolder": "Prześlij folder"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "GPT-5 pro wykorzystuje większą moc obliczeniową do głębszego rozumowania i konsekwentnie dostarcza lepsze odpowiedzi."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — flagowy model zoptymalizowany pod kątem zadań związanych z kodowaniem i agentami, oferujący konfigurowalną intensywność wnioskowania oraz dłuższy kontekst."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat: wariant GPT-5.1 przeznaczony do ChatGPT, idealny do zastosowań konwersacyjnych."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex: wersja GPT-5.1 zoptymalizowana pod kątem zadań kodowania z udziałem agentów, dostępna w API odpowiedzi do bardziej złożonych przepływów pracy z kodem i agentami."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini: mniejszy i tańszy wariant Codex, zoptymalizowany do zadań kodowania z udziałem agentów."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio to uniwersalny model konwersacyjny obsługujący wejście i wyjście audio, dostępny w API Chat Completions z obsługą audio I/O."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Seria modeli Imagen czwartej generacji do tworzenia obrazów na podstawie tekstu"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "
|
|
2043
|
+
"description": "Czwarta generacja modeli Imagen do generowania obrazów z tekstu."
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen — seria modeli przekształcających tekst w obraz czwartej generacji, wersja Ultra"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "
|
|
2049
|
+
"description": "Wersja Ultra czwartej generacji modeli Imagen do generowania obrazów z tekstu."
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small to idealny wybór do generowania, debugowania i refaktoryzacji kodu, oferujący minimalne opóźnienia."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "Model serii Tongyi Qianwen 3 Max, który w porównaniu do serii 2.5 oferuje znacznie ulepszone zdolności ogólne, w tym rozumienie tekstu w języku chińskim i angielskim, zdolność do wykonywania złożonych instrukcji, zadania otwarte o charakterze subiektywnym, wielojęzyczność oraz wywoływanie narzędzi; model cechuje się mniejszą halucynacją wiedzy. Najnowsza wersja qwen3-max, w porównaniu do wersji podglądowej qwen3-max-preview, została specjalnie ulepszona w zakresie programowania agentów i wywoływania narzędzi. Wydany oficjalny model osiąga poziom SOTA w swojej dziedzinie i jest dostosowany do bardziej złożonych scenariuszy zastosowań agentów."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "Najbardziej zaawansowany model z serii Tongyi Qianwen, odpowiedni do złożonych, wieloetapowych zadań. Wersja podglądowa obsługuje już rozumowanie."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Nowa generacja otwartego modelu bez trybu myślenia oparta na Qwen3, która w porównaniu z poprzednią wersją (Tongyi Qianwen 3-235B-A22B-Instruct-2507) cechuje się lepszym rozumieniem tekstu w języku chińskim, wzmocnionymi zdolnościami wnioskowania logicznego oraz lepszą wydajnością w zadaniach generowania tekstu."
|
|
3097
3112
|
},
|
package/locales/pl-PL/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "Plik",
|
|
19
19
|
"folder": "Folder",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "Przeniesiono {{count}} elementów:",
|
|
22
|
+
"itemsMoved_one": "Przeniesiono {{count}} element:",
|
|
23
|
+
"itemsMoved_other": "Przeniesiono {{count}} elementy:",
|
|
24
|
+
"itemsToMove": "{{count}} elementów do przeniesienia:",
|
|
25
|
+
"itemsToMove_one": "{{count}} element do przeniesienia:",
|
|
26
|
+
"itemsToMove_other": "{{count}} elementy do przeniesienia:"
|
|
27
|
+
},
|
|
20
28
|
"open": "Otwórz",
|
|
21
29
|
"openFile": "Otwórz plik",
|
|
22
30
|
"openFolder": "Otwórz folder",
|
package/locales/pt-BR/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "Requer aprovação manual a cada chamada"
|
|
384
384
|
},
|
|
385
385
|
"reject": "Rejeitar",
|
|
386
|
+
"rejectAndContinue": "Rejeitar e tentar novamente",
|
|
387
|
+
"rejectOnly": "Rejeitar",
|
|
386
388
|
"rejectReasonPlaceholder": "Inserir o motivo da rejeição ajudará o Agente a entender e melhorar ações futuras",
|
|
387
389
|
"rejectTitle": "Rejeitar esta chamada de ferramenta",
|
|
388
390
|
"rejectedWithReason": "Esta chamada de ferramenta foi rejeitada: {{reason}}",
|
package/locales/pt-BR/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "Criar pasta",
|
|
2
3
|
"addKnowledge": "Adicionar conhecimento",
|
|
3
4
|
"addPage": "Criar documento",
|
|
4
5
|
"desc": "Gerencie seus conhecimentos de trabalho, estudo e vida.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "Nova pasta",
|
|
69
|
+
"newPage": "Novo documento",
|
|
68
70
|
"uploadFile": "Enviar arquivo",
|
|
69
71
|
"uploadFolder": "Enviar pasta"
|
|
70
72
|
},
|
|
@@ -1853,6 +1853,18 @@
|
|
|
1853
1853
|
"gpt-5-pro": {
|
|
1854
1854
|
"description": "O GPT-5 Pro utiliza mais poder computacional para pensar de forma mais profunda e fornecer respostas consistentemente melhores."
|
|
1855
1855
|
},
|
|
1856
|
+
"gpt-5.1": {
|
|
1857
|
+
"description": "GPT-5.1 — Modelo principal otimizado para tarefas de codificação e agentes, com suporte para intensidade de inferência configurável e contexto mais longo."
|
|
1858
|
+
},
|
|
1859
|
+
"gpt-5.1-chat-latest": {
|
|
1860
|
+
"description": "GPT-5.1 Chat: Variante do GPT-5.1 para o ChatGPT, ideal para cenários de conversa."
|
|
1861
|
+
},
|
|
1862
|
+
"gpt-5.1-codex": {
|
|
1863
|
+
"description": "GPT-5.1 Codex: Versão do GPT-5.1 otimizada para tarefas de codificação com agentes, utilizável na API de Respostas para fluxos de trabalho mais complexos envolvendo código e agentes."
|
|
1864
|
+
},
|
|
1865
|
+
"gpt-5.1-codex-mini": {
|
|
1866
|
+
"description": "GPT-5.1 Codex mini: Variante do Codex com menor tamanho e custo reduzido, otimizada para tarefas de codificação com agentes."
|
|
1867
|
+
},
|
|
1856
1868
|
"gpt-audio": {
|
|
1857
1869
|
"description": "GPT Audio é um modelo de chat universal voltado para entrada e saída de áudio, suportando uso de áudio I/O na API de Chat Completions."
|
|
1858
1870
|
},
|
|
@@ -2028,13 +2040,13 @@
|
|
|
2028
2040
|
"description": "Série de modelos Imagen de 4ª geração para gerar imagens a partir de texto"
|
|
2029
2041
|
},
|
|
2030
2042
|
"imagen-4.0-generate-preview-06-06": {
|
|
2031
|
-
"description": "Série de modelos de
|
|
2043
|
+
"description": "Série de modelos de geração de imagens da quarta geração do Imagen."
|
|
2032
2044
|
},
|
|
2033
2045
|
"imagen-4.0-ultra-generate-001": {
|
|
2034
2046
|
"description": "Imagen: modelo de geração de imagens a partir de texto de 4ª geração — versão Ultra"
|
|
2035
2047
|
},
|
|
2036
2048
|
"imagen-4.0-ultra-generate-preview-06-06": {
|
|
2037
|
-
"description": "
|
|
2049
|
+
"description": "Versão Ultra da série de modelos de geração de imagens da quarta geração do Imagen."
|
|
2038
2050
|
},
|
|
2039
2051
|
"inception/mercury-coder-small": {
|
|
2040
2052
|
"description": "Mercury Coder Small é a escolha ideal para tarefas de geração, depuração e refatoração de código, com latência mínima."
|
|
@@ -3092,6 +3104,9 @@
|
|
|
3092
3104
|
"qwen3-max": {
|
|
3093
3105
|
"description": "A série Max do Tongyi Qianwen 3 apresenta melhorias significativas em relação à série 2.5 na capacidade geral, compreensão de texto em chinês e inglês, seguimento de instruções complexas, tarefas abertas subjetivas, multilinguismo e chamadas de ferramentas; o modelo apresenta menos alucinações de conhecimento. A versão mais recente do qwen3-max, em comparação com a prévia, recebeu atualizações específicas para programação de agentes e chamadas de ferramentas. O modelo oficial lançado atinge o estado da arte no domínio, adaptando-se a demandas mais complexas de agentes."
|
|
3094
3106
|
},
|
|
3107
|
+
"qwen3-max-preview": {
|
|
3108
|
+
"description": "O modelo mais avançado da série Qwen, ideal para tarefas complexas e de múltiplas etapas. A versão de prévia já suporta raciocínio."
|
|
3109
|
+
},
|
|
3095
3110
|
"qwen3-next-80b-a3b-instruct": {
|
|
3096
3111
|
"description": "Modelo open source de nova geração no modo não reflexivo baseado no Qwen3, que apresenta melhor compreensão de texto em chinês, capacidades aprimoradas de raciocínio lógico e desempenho superior em tarefas de geração de texto em comparação com a versão anterior (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
|
3097
3112
|
},
|
package/locales/pt-BR/tool.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"localFiles": {
|
|
18
18
|
"file": "Arquivo",
|
|
19
19
|
"folder": "Pasta",
|
|
20
|
+
"moveFiles": {
|
|
21
|
+
"itemsMoved": "{{count}} item(ns) movido(s):",
|
|
22
|
+
"itemsMoved_one": "{{count}} item movido:",
|
|
23
|
+
"itemsMoved_other": "{{count}} itens movidos:",
|
|
24
|
+
"itemsToMove": "{{count}} item(ns) a mover:",
|
|
25
|
+
"itemsToMove_one": "{{count}} item a mover:",
|
|
26
|
+
"itemsToMove_other": "{{count}} itens a mover:"
|
|
27
|
+
},
|
|
20
28
|
"open": "Abrir",
|
|
21
29
|
"openFile": "Abrir arquivo",
|
|
22
30
|
"openFolder": "Abrir pasta",
|
package/locales/ru-RU/chat.json
CHANGED
|
@@ -383,6 +383,8 @@
|
|
|
383
383
|
"manualDesc": "Каждый вызов требует ручного одобрения"
|
|
384
384
|
},
|
|
385
385
|
"reject": "Отклонить",
|
|
386
|
+
"rejectAndContinue": "Отклонить и повторить выполнение",
|
|
387
|
+
"rejectOnly": "Отклонить",
|
|
386
388
|
"rejectReasonPlaceholder": "Указание причины отклонения поможет агенту лучше понять и улучшить последующие действия",
|
|
387
389
|
"rejectTitle": "Отклонить вызов инструмента",
|
|
388
390
|
"rejectedWithReason": "Вызов инструмента был отклонён по следующей причине: {{reason}}",
|
package/locales/ru-RU/file.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addFolder": "Создать папку",
|
|
2
3
|
"addKnowledge": "Добавить знание",
|
|
3
4
|
"addPage": "Создать документ",
|
|
4
5
|
"desc": "Управляйте своими знаниями в работе, учебе и жизни.",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"header": {
|
|
66
67
|
"actions": {
|
|
67
68
|
"newFolder": "Создать папку",
|
|
69
|
+
"newPage": "Создать документ",
|
|
68
70
|
"uploadFile": "Загрузить файл",
|
|
69
71
|
"uploadFolder": "Загрузить папку"
|
|
70
72
|
},
|