@theia/core 1.60.2 → 1.61.0

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.
Files changed (61) hide show
  1. package/README.md +6 -7
  2. package/i18n/nls.cs.json +34 -5
  3. package/i18n/nls.de.json +34 -5
  4. package/i18n/nls.es.json +34 -5
  5. package/i18n/nls.fr.json +34 -5
  6. package/i18n/nls.hu.json +34 -5
  7. package/i18n/nls.it.json +34 -5
  8. package/i18n/nls.ja.json +34 -5
  9. package/i18n/nls.json +35 -6
  10. package/i18n/nls.ko.json +34 -5
  11. package/i18n/nls.pl.json +34 -5
  12. package/i18n/nls.pt-br.json +34 -5
  13. package/i18n/nls.ru.json +34 -5
  14. package/i18n/nls.tr.json +34 -5
  15. package/i18n/nls.zh-cn.json +34 -5
  16. package/i18n/nls.zh-tw.json +34 -5
  17. package/lib/browser/catalog.json +54 -4
  18. package/lib/browser/dialogs.d.ts +8 -1
  19. package/lib/browser/dialogs.d.ts.map +1 -1
  20. package/lib/browser/dialogs.js +11 -4
  21. package/lib/browser/dialogs.js.map +1 -1
  22. package/lib/browser/preload/i18n-preload-contribution.js +1 -1
  23. package/lib/browser/preload/i18n-preload-contribution.js.map +1 -1
  24. package/lib/browser/shell/application-shell.d.ts +10 -0
  25. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  26. package/lib/browser/shell/application-shell.js +13 -13
  27. package/lib/browser/shell/application-shell.js.map +1 -1
  28. package/lib/browser/widgets/widget.d.ts.map +1 -1
  29. package/lib/browser/widgets/widget.js.map +1 -1
  30. package/lib/common/content-replacer.d.ts.map +1 -1
  31. package/lib/common/content-replacer.js +2 -1
  32. package/lib/common/content-replacer.js.map +1 -1
  33. package/lib/common/content-replacer.spec.js +2 -2
  34. package/lib/common/content-replacer.spec.js.map +1 -1
  35. package/lib/electron-main/electron-main-application.d.ts +1 -1
  36. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  37. package/lib/electron-main/electron-main-application.js +7 -5
  38. package/lib/electron-main/electron-main-application.js.map +1 -1
  39. package/lib/node/backend-application-module.d.ts.map +1 -1
  40. package/lib/node/backend-application-module.js +3 -0
  41. package/lib/node/backend-application-module.js.map +1 -1
  42. package/lib/node/index.d.ts +1 -0
  43. package/lib/node/index.d.ts.map +1 -1
  44. package/lib/node/index.js +1 -0
  45. package/lib/node/index.js.map +1 -1
  46. package/lib/node/setting-service.d.ts +20 -0
  47. package/lib/node/setting-service.d.ts.map +1 -0
  48. package/lib/node/setting-service.js +80 -0
  49. package/lib/node/setting-service.js.map +1 -0
  50. package/package.json +6 -7
  51. package/src/browser/dialogs.ts +11 -4
  52. package/src/browser/preload/i18n-preload-contribution.ts +1 -1
  53. package/src/browser/shell/application-shell.ts +5 -5
  54. package/src/browser/style/sidepanel.css +2 -4
  55. package/src/browser/widgets/widget.ts +1 -0
  56. package/src/common/content-replacer.spec.ts +2 -2
  57. package/src/common/content-replacer.ts +2 -1
  58. package/src/electron-main/electron-main-application.ts +8 -5
  59. package/src/node/backend-application-module.ts +4 -0
  60. package/src/node/index.ts +1 -0
  61. package/src/node/setting-service.ts +78 -0
package/README.md CHANGED
@@ -74,7 +74,6 @@ export class SomeClass {
74
74
  - `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
75
75
  - `electron` (from [`electron@30.1.2`](https://www.npmjs.com/package/electron/v/30.1.2))
76
76
  - `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
77
- - `fix-path` (from [`fix-path@^4.0.0`](https://www.npmjs.com/package/fix-path))
78
77
  - `@theia/core/shared/...`
79
78
  - `@lumino/algorithm` (from [`@lumino/algorithm@^2.0.2`](https://www.npmjs.com/package/@lumino/algorithm))
80
79
  - `@lumino/commands` (from [`@lumino/commands@^2.3.1`](https://www.npmjs.com/package/@lumino/commands))
@@ -86,12 +85,12 @@ export class SomeClass {
86
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
87
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
88
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
89
- - `@theia/application-package` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
92
- - `@theia/request` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
93
- - `@theia/request/lib/proxy` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
94
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.61.0`](https://www.npmjs.com/package/@theia/application-package/v/1.61.0))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.61.0`](https://www.npmjs.com/package/@theia/application-package/v/1.61.0))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.61.0`](https://www.npmjs.com/package/@theia/application-package/v/1.61.0))
91
+ - `@theia/request` (from [`@theia/request@1.61.0`](https://www.npmjs.com/package/@theia/request/v/1.61.0))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.61.0`](https://www.npmjs.com/package/@theia/request/v/1.61.0))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.61.0`](https://www.npmjs.com/package/@theia/request/v/1.61.0))
95
94
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
96
95
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
97
96
  - `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
package/i18n/nls.cs.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Otevřít shrnutí aktuálního zasedání",
3
+ "ai-chat-summary-current-session": "Shrnutí aktuálního zasedání",
2
4
  "ai-chat-ui.show-settings": "Zobrazit nastavení AI",
3
5
  "aiConfiguration:open": "Otevřete zobrazení konfigurace AI",
4
6
  "aiHistory:clear": "Historie umělé inteligence: Vymazat historii",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Kopírování bloku kódu",
83
85
  "deleteChangeSet": "Odstranit sadu změn",
86
+ "editRequest": "Upravit",
84
87
  "enterChatName": "Zadejte název chatu",
85
88
  "errorChatInvocation": "Při volání služby chatu došlo k chybě.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Zrušit",
92
+ "edit": "Upravit"
93
+ }
94
+ },
86
95
  "openDiff": "Otevřený diferenciál",
87
96
  "openOriginalFile": "Otevřít původní soubor",
88
97
  "pinAgent": "Agent na špendlíky",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Poskytuje souhrn souborů v sadě změn a jejich obsahu."
147
156
  },
157
+ "discard": {
158
+ "label": "Šablona výzvy k vyřazení AI"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Vyřazení přizpůsobení"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Umožňuje zadat vlastní nastavení požadavku pro více modelů.\n Každý objekt představuje konfiguraci pro konkrétní model. Pole `modelId` určuje ID modelu, `requestSettings` definuje nastavení specifické pro daný model.\n Pole `providerId` je nepovinné a umožňuje použít nastavení pro konkrétního poskytovatele. Pokud není nastaveno, bude nastavení použito pro všechny poskytovatele.\n Příklad providerId: huggingface, openai, ollama, llamafile.\n Další informace naleznete v [naší dokumentaci](https://theia-ide.org/docs/user_ai/#custom-request-settings).",
173
185
  "title": "Vlastní nastavení požadavku"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Zobrazit všechny výzvy"
187
+ "taskContextSummary": {
188
+ "description": "Vyřeší všechny položky kontextu úlohy přítomné v kontextu relace."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Vyberte variantu:",
@@ -370,9 +382,9 @@
370
382
  "clean": "Žádné shody",
371
383
  "error": "Chyba: Opětovné spuštění",
372
384
  "error-notification": "Vyskytla se chyba ScanOSS: {0}.",
385
+ "match": "Zobrazit zápasy",
373
386
  "scan": "Skenování",
374
- "scanning": "Skenování...",
375
- "view-matches": "Zobrazit zápasy"
387
+ "scanning": "Skenování..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "Výzva, která obsahuje požadavek uživatele"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Vstupní tokeny",
436
+ "label": "Používání žetonů",
437
+ "lastUsed": "Naposledy použité",
438
+ "model": "Model",
439
+ "never": "Nikdy",
440
+ "noData": "Zatím nejsou k dispozici žádné údaje o používání tokenů.",
441
+ "note": "Použití tokenu je sledováno od spuštění aplikace a není uchováváno.",
442
+ "outputTokens": "Výstupní tokeny",
443
+ "title": "Používání tokenů modelu AI",
444
+ "total": "Celkem",
445
+ "totalTokens": "Celkový počet žetonů"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Asistent s umělou inteligencí integrovaný do prostředí Theia IDE, který je určen na pomoc vývojářům softwaru. Tento agent může přistupovat k pracovnímu prostoru uživatele, může získat seznam všech dostupných souborů a složek a načíst jejich obsah. Dále může uživateli navrhovat úpravy souborů. Může tedy uživateli pomáhat s úkoly kódování nebo jinými úkoly zahrnujícími změny souborů."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "Byl vytvořen pracovní prostor s více kořeny. Chcete uložit konfiguraci pracovního prostoru jako soubor?",
1008
1033
  "workspaceFolderAddedTitle": "Složka přidaná do pracovního prostoru"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "Vypnutí stránky",
1037
+ "vsx.disabling.extensions": "Vypnutí stránky {0}...",
1038
+ "vsx.enabling": "Povolení",
1039
+ "vsx.enabling.extension": "Umožnění {0}..."
1011
1040
  }
package/i18n/nls.de.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Zusammenfassung der aktuellen Sitzung öffnen",
3
+ "ai-chat-summary-current-session": "Zusammenfassung der aktuellen Sitzung",
2
4
  "ai-chat-ui.show-settings": "AI-Einstellungen anzeigen",
3
5
  "aiConfiguration:open": "AI-Konfigurationsansicht öffnen",
4
6
  "aiHistory:clear": "AI-Verlauf: Geschichte löschen",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Codeblock kopieren",
83
85
  "deleteChangeSet": "Änderungssatz löschen",
86
+ "editRequest": "bearbeiten",
84
87
  "enterChatName": "Chat-Namen eingeben",
85
88
  "errorChatInvocation": "Beim Aufruf des Chatdienstes ist ein Fehler aufgetreten.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Abbrechen",
92
+ "edit": "bearbeiten"
93
+ }
94
+ },
86
95
  "openDiff": "Open Diff",
87
96
  "openOriginalFile": "Originaldatei öffnen",
88
97
  "pinAgent": "Pin-Agent",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Bietet eine Zusammenfassung der Dateien in einem Änderungssatz und ihres Inhalts."
147
156
  },
157
+ "discard": {
158
+ "label": "Ablegen AI Aufforderung Vorlage"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Anpassungen verwerfen"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Ermöglicht die Angabe von benutzerdefinierten Anfrageeinstellungen für mehrere Modelle.\n Jedes Objekt stellt die Konfiguration für ein bestimmtes Modell dar. Das Feld `modelId` gibt die Modell-ID an, `requestSettings` definiert modellspezifische Einstellungen.\n Das Feld `providerId` ist optional und ermöglicht es Ihnen, die Einstellungen auf einen bestimmten Anbieter anzuwenden. Wenn es nicht gesetzt ist, werden die Einstellungen auf alle Anbieter angewandt.\n Beispiel für providerIds: huggingface, openai, ollama, llamafile.\n Weitere Informationen finden Sie in [unserer Dokumentation] (https://theia-ide.org/docs/user_ai/#custom-request-settings).",
173
185
  "title": "Benutzerdefinierte Anfrageeinstellungen"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Alle Eingabeaufforderungen anzeigen"
187
+ "taskContextSummary": {
188
+ "description": "Löst alle im Sitzungskontext vorhandenen Aufgabenkontextelemente auf."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Variante auswählen:",
@@ -370,9 +382,9 @@
370
382
  "clean": "Keine Übereinstimmungen",
371
383
  "error": "Fehler: Wiederholung",
372
384
  "error-notification": "Ein ScanOSS-Fehler ist aufgetreten: {0}.",
385
+ "match": "Streichhölzer ansehen",
373
386
  "scan": "Scannen",
374
- "scanning": "Scannen...",
375
- "view-matches": "Streichhölzer ansehen"
387
+ "scanning": "Scannen..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "Eingabeaufforderung, die die Benutzeranfrage enthält"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Eingabe-Token",
436
+ "label": "Token-Verwendung",
437
+ "lastUsed": "Zuletzt verwendet",
438
+ "model": "Modell",
439
+ "never": "Niemals",
440
+ "noData": "Es sind noch keine Daten über die Verwendung von Token verfügbar.",
441
+ "note": "Die Verwendung von Token wird seit dem Start der Anwendung verfolgt und nicht aufbewahrt.",
442
+ "outputTokens": "Token ausgeben",
443
+ "title": "AI-Modell Token-Verwendung",
444
+ "total": "Insgesamt",
445
+ "totalTokens": "Token insgesamt"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Ein in die Theia IDE integrierter KI-Assistent, der Softwareentwickler unterstützen soll. Dieser Agent kann auf den Arbeitsbereich des Benutzers zugreifen, er kann eine Liste aller verfügbaren Dateien und Ordner abrufen und deren Inhalt abfragen. Darüber hinaus kann er dem Benutzer Änderungen an den Dateien vorschlagen. So kann er den Benutzer bei Codierungsaufgaben oder anderen Aufgaben, die Dateiänderungen beinhalten, unterstützen."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "Ein Arbeitsbereich mit mehreren Wurzeln wurde erstellt. Möchten Sie Ihre Arbeitsbereichskonfiguration als Datei speichern?",
1008
1033
  "workspaceFolderAddedTitle": "Ordner zum Arbeitsbereich hinzugefügt"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "Deaktivieren von",
1037
+ "vsx.disabling.extensions": "Deaktivieren von {0}...",
1038
+ "vsx.enabling": "Ermöglichung von",
1039
+ "vsx.enabling.extension": "Ermöglichung von {0}..."
1011
1040
  }
package/i18n/nls.es.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Resumen de la sesión en curso",
3
+ "ai-chat-summary-current-session": "Resumen de la sesión actual",
2
4
  "ai-chat-ui.show-settings": "Mostrar ajustes de IA",
3
5
  "aiConfiguration:open": "Abrir la vista Configuración AI",
4
6
  "aiHistory:clear": "Historia de la IA: Borrar historial",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Copiar bloque de código",
83
85
  "deleteChangeSet": "Borrar conjunto de cambios",
86
+ "editRequest": "Editar",
84
87
  "enterChatName": "Introduzca el nombre del chat",
85
88
  "errorChatInvocation": "Se ha producido un error durante la invocación del servicio de chat.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Cancelar",
92
+ "edit": "Editar"
93
+ }
94
+ },
86
95
  "openDiff": "Dif abierto",
87
96
  "openOriginalFile": "Abrir archivo original",
88
97
  "pinAgent": "Agente Pin",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Proporciona un resumen de los archivos de un conjunto de cambios y su contenido."
147
156
  },
157
+ "discard": {
158
+ "label": "Descartar Plantilla AI Prompt"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Descartar personalizaciones"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Permite especificar configuraciones de solicitud personalizadas para múltiples modelos.\n Cada objeto representa la configuración para un modelo específico. El campo `modelId` especifica el ID del modelo, `requestSettings` define la configuración específica del modelo.\n El campo `providerId` es opcional y permite aplicar la configuración a un proveedor específico. Si no se define, la configuración se aplicará a todos los proveedores.\n Ejemplo de providerIds: huggingface, openai, ollama, llamafile.\n Consulte [nuestra documentación](https://theia-ide.org/docs/user_ai/#custom-request-settings) para obtener más información.",
173
185
  "title": "Configuración personalizada de solicitudes"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Mostrar todos los mensajes"
187
+ "taskContextSummary": {
188
+ "description": "Resuelve todos los elementos de contexto de tarea presentes en el contexto de sesión."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Seleccione Variante:",
@@ -370,9 +382,9 @@
370
382
  "clean": "Sin coincidencias",
371
383
  "error": "Error: Reejecutar",
372
384
  "error-notification": "Error ScanOSS encontrado: {0}.",
385
+ "match": "Ver Partidos",
373
386
  "scan": "Escanear",
374
- "scanning": "Escaneando...",
375
- "view-matches": "Ver Partidos"
387
+ "scanning": "Escaneando..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "Prompt que contiene la petición del usuario"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Fichas de entrada",
436
+ "label": "Uso de fichas",
437
+ "lastUsed": "Último usado",
438
+ "model": "Modelo",
439
+ "never": "Nunca",
440
+ "noData": "Aún no se dispone de datos sobre el uso de fichas.",
441
+ "note": "El uso de tokens se rastrea desde el inicio de la aplicación y no persiste.",
442
+ "outputTokens": "Fichas de salida",
443
+ "title": "Modelo AI Uso de fichas",
444
+ "total": "Total",
445
+ "totalTokens": "Total de fichas"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Un asistente de IA integrado en Theia IDE, diseñado para ayudar a los desarrolladores de software. Este agente puede acceder al espacio de trabajo del usuario, puede obtener una lista de todos los archivos y carpetas disponibles y recuperar su contenido. Además, puede sugerir al usuario modificaciones de archivos. Por lo tanto, puede ayudar al usuario con tareas de codificación u otras tareas que impliquen cambios en los archivos."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "Se ha creado un espacio de trabajo con múltiples raíces. Desea guardar la configuración del espacio de trabajo como un archivo?",
1008
1033
  "workspaceFolderAddedTitle": "Carpeta añadida al espacio de trabajo"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "Desactivación de",
1037
+ "vsx.disabling.extensions": "Desactivando {0}...",
1038
+ "vsx.enabling": "Habilitar",
1039
+ "vsx.enabling.extension": "Enabling {0}..."
1011
1040
  }
package/i18n/nls.fr.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Ouvrir le résumé de la session en cours",
3
+ "ai-chat-summary-current-session": "Résumé de la session en cours",
2
4
  "ai-chat-ui.show-settings": "Afficher les paramètres de l'IA",
3
5
  "aiConfiguration:open": "Ouvrir la vue Configuration AI",
4
6
  "aiHistory:clear": "Histoire de l'IA : Effacer l'historique",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Copier le bloc de code",
83
85
  "deleteChangeSet": "Supprimer Modifier Définir",
86
+ "editRequest": "Editer",
84
87
  "enterChatName": "Saisir le nom du chat",
85
88
  "errorChatInvocation": "Une erreur s'est produite lors de l'invocation du service de chat.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Annuler",
92
+ "edit": "Editer"
93
+ }
94
+ },
86
95
  "openDiff": "Diff ouvert",
87
96
  "openOriginalFile": "Ouvrir le fichier original",
88
97
  "pinAgent": "Agent des épingles",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Fournit un résumé des fichiers d'un ensemble de modifications et de leur contenu."
147
156
  },
157
+ "discard": {
158
+ "label": "Modèle d'invite AI à jeter"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Rejeter les personnalisations"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Permet de spécifier des paramètres de demande personnalisés pour plusieurs modèles.\n Chaque objet représente la configuration d'un modèle spécifique. Le champ `modelId` spécifie l'ID du modèle, `requestSettings` définit les paramètres spécifiques au modèle.\n Le champ `providerId` est optionnel et vous permet d'appliquer les paramètres à un fournisseur spécifique. S'il n'est pas renseigné, les paramètres seront appliqués à tous les fournisseurs.\n Exemples de providerIds : huggingface, openai, ollama, llamafile.\n Pour plus d'informations, consultez [notre documentation] (https://theia-ide.org/docs/user_ai/#custom-request-settings).",
173
185
  "title": "Paramètres des demandes personnalisées"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Afficher toutes les invites"
187
+ "taskContextSummary": {
188
+ "description": "Résout tous les éléments du contexte de la tâche présents dans le contexte de la session."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Sélectionner la variante :",
@@ -370,9 +382,9 @@
370
382
  "clean": "Pas de correspondance",
371
383
  "error": "Erreur : Réexécution",
372
384
  "error-notification": "Erreur ScanOSS rencontrée : {0}.",
385
+ "match": "Voir les correspondances",
373
386
  "scan": "Scanner",
374
- "scanning": "Scanner...",
375
- "view-matches": "Voir les correspondances"
387
+ "scanning": "Scanner..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "Invite contenant la demande de l'utilisateur"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Jetons d'entrée",
436
+ "label": "Utilisation du jeton",
437
+ "lastUsed": "Dernière utilisation",
438
+ "model": "Modèle",
439
+ "never": "Jamais",
440
+ "noData": "Aucune donnée sur l'utilisation des jetons n'est encore disponible.",
441
+ "note": "L'utilisation des jetons est suivie depuis le début de l'application et n'est pas conservée.",
442
+ "outputTokens": "Jetons de sortie",
443
+ "title": "Modèle d'IA Utilisation des jetons",
444
+ "total": "Total",
445
+ "totalTokens": "Total des jetons"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Un assistant IA intégré à l'IDE Theia, conçu pour aider les développeurs de logiciels. Cet agent peut accéder à l'espace de travail de l'utilisateur, il peut obtenir une liste de tous les fichiers et dossiers disponibles et récupérer leur contenu. En outre, il peut suggérer des modifications de fichiers à l'utilisateur. Il peut donc aider l'utilisateur à effectuer des tâches de codage ou d'autres tâches impliquant des modifications de fichiers."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "Un espace de travail avec plusieurs racines a été créé. Voulez-vous enregistrer la configuration de votre espace de travail dans un fichier?",
1008
1033
  "workspaceFolderAddedTitle": "Dossier ajouté à l'espace de travail"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "Désactivation",
1037
+ "vsx.disabling.extensions": "Désactivation de {0}...",
1038
+ "vsx.enabling": "Habilitation",
1039
+ "vsx.enabling.extension": "Permettre à {0}..."
1011
1040
  }
package/i18n/nls.hu.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Nyitva Jelenlegi ülésszak összefoglalója",
3
+ "ai-chat-summary-current-session": "A jelenlegi ülés összefoglalása",
2
4
  "ai-chat-ui.show-settings": "AI beállítások megjelenítése",
3
5
  "aiConfiguration:open": "AI konfigurációs nézet megnyitása",
4
6
  "aiHistory:clear": "AI történelem: Előzmények törlése",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Kódblokk másolása",
83
85
  "deleteChangeSet": "Váltáskészlet törlése",
86
+ "editRequest": "Szerkesztés",
84
87
  "enterChatName": "Csevegőnév megadása",
85
88
  "errorChatInvocation": "Hiba történt a chatszolgáltatás meghívása során.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Törölje",
92
+ "edit": "Szerkesztés"
93
+ }
94
+ },
86
95
  "openDiff": "Nyitott diff",
87
96
  "openOriginalFile": "Eredeti fájl megnyitása",
88
97
  "pinAgent": "Pin ügynök",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Összefoglalót ad a módosításkészletben lévő fájlokról és azok tartalmáról."
147
156
  },
157
+ "discard": {
158
+ "label": "Dobja el az AI Prompt sablonját"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Testreszabások elvetése"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Lehetővé teszi az egyéni kérési beállítások megadását több modellhez.\n Minden objektum egy adott modell konfigurációját jelenti. A `modelId` mező a modell azonosítóját adja meg, a `requestSettings` a modellspecifikus beállításokat határozza meg.\n A `providerId` mező opcionális, és lehetővé teszi a beállítások alkalmazását egy adott szolgáltatóra. Ha nincs megadva, a beállítások az összes szolgáltatóra alkalmazásra kerülnek.\n Példa providerId: huggingface, openai, ollama, llamafile.\n További információért lásd [dokumentációnk](https://theia-ide.org/docs/user_ai/#custom-request-settings).",
173
185
  "title": "Egyéni kérési beállítások"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Minden felszólítás megjelenítése"
187
+ "taskContextSummary": {
188
+ "description": "Megoldja a munkamenet-környezetben lévő összes feladatkörnyezeti elemet."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Válassza ki a változatot:",
@@ -370,9 +382,9 @@
370
382
  "clean": "Nincsenek találatok",
371
383
  "error": "Hiba: Újraindítás",
372
384
  "error-notification": "ScanOSS hiba: {0}.",
385
+ "match": "Gyufák megtekintése",
373
386
  "scan": "Szkennelés",
374
- "scanning": "Szkennelés...",
375
- "view-matches": "Gyufák megtekintése"
387
+ "scanning": "Szkennelés..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "A felhasználói kérést tartalmazó súgó"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Input tokenek",
436
+ "label": "Token használata",
437
+ "lastUsed": "Utoljára használt",
438
+ "model": "Modell",
439
+ "never": "Soha",
440
+ "noData": "Még nem állnak rendelkezésre tokenhasználati adatok.",
441
+ "note": "A tokenek használatát az alkalmazás indulása óta követik, és nem marad meg.",
442
+ "outputTokens": "Kimeneti tokenek",
443
+ "title": "AI Model Token használata",
444
+ "total": "Összesen",
445
+ "totalTokens": "Összes zseton"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "A Theia IDE-be integrált mesterséges intelligencia asszisztens, amelyet a szoftverfejlesztők segítésére terveztek. Ez az ügynök hozzáférhet a felhasználó munkaterületéhez, lekérheti az összes elérhető fájl és mappa listáját, és lekérheti azok tartalmát. Továbbá képes a felhasználónak a fájlok módosítását javasolni. Így segíthet a felhasználónak a kódolási feladatokban vagy más, fájlmódosítással járó feladatokban."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "Több gyökérrel rendelkező munkaterületet hoztunk létre. Szeretné a munkaterület konfigurációját fájlba menteni?",
1008
1033
  "workspaceFolderAddedTitle": "Mappa hozzáadása a munkaterülethez"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "A letiltása",
1037
+ "vsx.disabling.extensions": "A {0} letiltása ...",
1038
+ "vsx.enabling": "A engedélyezése",
1039
+ "vsx.enabling.extension": "A {0}..."
1011
1040
  }
package/i18n/nls.it.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "Sintesi della sessione corrente aperta",
3
+ "ai-chat-summary-current-session": "Riassumere la sessione in corso",
2
4
  "ai-chat-ui.show-settings": "Mostra impostazioni AI",
3
5
  "aiConfiguration:open": "Aprire la vista Configurazione AI",
4
6
  "aiHistory:clear": "Storia dell'IA: Cancella la storia",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "Copiare il blocco di codice",
83
85
  "deleteChangeSet": "Cancellare il set di modifiche",
86
+ "editRequest": "Modifica",
84
87
  "enterChatName": "Inserire il nome della chat",
85
88
  "errorChatInvocation": "Si è verificato un errore durante l'invocazione del servizio di chat.",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "Annullamento",
92
+ "edit": "Modifica"
93
+ }
94
+ },
86
95
  "openDiff": "Diff aperto",
87
96
  "openOriginalFile": "Aprire il file originale",
88
97
  "pinAgent": "Agente Pin",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "Fornisce un riepilogo dei file di un set di modifiche e del loro contenuto."
147
156
  },
157
+ "discard": {
158
+ "label": "Modello di prompt AI di scarto"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "Scartare le personalizzazioni"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "Consente di specificare le impostazioni di richiesta personalizzate per più modelli.\n Ogni oggetto rappresenta la configurazione per un modello specifico. Il campo `modelId` specifica l'ID del modello, `requestSettings` definisce le impostazioni specifiche del modello.\n Il campo `providerId` è opzionale e consente di applicare le impostazioni a un fornitore specifico. Se non è impostato, le impostazioni saranno applicate a tutti i provider.\n Esempi di providerId: huggingface, openai, ollama, llamafile.\n Per ulteriori informazioni, consultare [la nostra documentazione](https://theia-ide.org/docs/user_ai/#custom-request-settings).",
173
185
  "title": "Impostazioni di richiesta personalizzate"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "Mostra tutte le richieste"
187
+ "taskContextSummary": {
188
+ "description": "Risolve tutti gli elementi del contesto dell'attività presenti nel contesto della sessione."
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "Selezionare la variante:",
@@ -370,9 +382,9 @@
370
382
  "clean": "Nessuna corrispondenza",
371
383
  "error": "Errore: Ripetere l'operazione",
372
384
  "error-notification": "Errore ScanOSS riscontrato: {0}.",
385
+ "match": "Visualizza le corrispondenze",
373
386
  "scan": "Scansione",
374
- "scanning": "Scansione...",
375
- "view-matches": "Visualizza le corrispondenze"
387
+ "scanning": "Scansione..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "Prompt che contiene la richiesta dell'utente"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "Gettoni di ingresso",
436
+ "label": "Uso del gettone",
437
+ "lastUsed": "Ultimo usato",
438
+ "model": "Modello",
439
+ "never": "Mai",
440
+ "noData": "Non sono ancora disponibili dati sull'utilizzo dei token.",
441
+ "note": "L'utilizzo del token viene monitorato dall'avvio dell'applicazione e non viene conservato.",
442
+ "outputTokens": "Gettoni di uscita",
443
+ "title": "Modello AI Utilizzo del gettone",
444
+ "total": "Totale",
445
+ "totalTokens": "Totale gettoni"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Un assistente AI integrato in Theia IDE, progettato per assistere gli sviluppatori di software. Questo agente può accedere allo spazio di lavoro dell'utente, può ottenere un elenco di tutti i file e le cartelle disponibili e recuperarne il contenuto. Inoltre, può suggerire all'utente modifiche ai file. Può quindi assistere l'utente nelle attività di codifica o in altre attività che comportano la modifica dei file."
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "È stato creato uno spazio di lavoro con radici multiple. Vuoi salvare la configurazione dello spazio di lavoro come file?",
1008
1033
  "workspaceFolderAddedTitle": "Cartella aggiunta allo spazio di lavoro"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "Disabilitazione",
1037
+ "vsx.disabling.extensions": "Disabilitare {0}...",
1038
+ "vsx.enabling": "Abilitazione",
1039
+ "vsx.enabling.extension": "Abilitazione di {0}..."
1011
1040
  }
package/i18n/nls.ja.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
+ "ai-chat-open-current-session-summary": "開会中のセッション概要",
3
+ "ai-chat-summary-current-session": "現在のセッションを総括する",
2
4
  "ai-chat-ui.show-settings": "AI設定の表示",
3
5
  "aiConfiguration:open": "AI設定ビューを開く",
4
6
  "aiHistory:clear": "AI履歴クリアヒストリー",
@@ -81,8 +83,15 @@
81
83
  },
82
84
  "copyCodeBlock": "コードブロックのコピー",
83
85
  "deleteChangeSet": "変更セットの削除",
86
+ "editRequest": "編集",
84
87
  "enterChatName": "チャット名を入力",
85
88
  "errorChatInvocation": "チャットサービス呼び出し中にエラーが発生しました。",
89
+ "node": {
90
+ "toolbar": {
91
+ "cancel": "キャンセル",
92
+ "edit": "編集"
93
+ }
94
+ },
86
95
  "openDiff": "オープンデフ",
87
96
  "openOriginalFile": "オリジナル・ファイルを開く",
88
97
  "pinAgent": "ピン・エージェント",
@@ -145,6 +154,9 @@
145
154
  "changeSetSummaryVariable": {
146
155
  "description": "変更セット内のファイルとその内容の要約を提供します。"
147
156
  },
157
+ "discard": {
158
+ "label": "AIプロンプト・テンプレート"
159
+ },
148
160
  "discardCustomPrompt": {
149
161
  "tooltip": "カスタマイズの破棄"
150
162
  },
@@ -172,8 +184,8 @@
172
184
  "mdDescription": "複数のモデルのカスタムリクエスト設定を指定することができます。\n 各オブジェクトは特定のモデルの設定を表す。modelId` フィールドはモデル ID を指定し、`requestSettings` フィールドはモデル固有の設定を定義する。\n providerId` フィールドはオプションであり、設定を特定のプロバイダに適用することができる。設定されていない場合、設定はすべてのプロバイダに適用される。\n providerIdの例: huggingface, openai, ollama, llamafile.\n 詳しくは[our documentation](https://theia-ide.org/docs/user_ai/#custom-request-settings)を参照してください。",
173
185
  "title": "カスタムリクエスト設定"
174
186
  },
175
- "showAllPrompts": {
176
- "label": "すべてのプロンプトを表示する"
187
+ "taskContextSummary": {
188
+ "description": "セッションコンテキストに存在するすべてのタスクコンテキストアイテムを解決する。"
177
189
  },
178
190
  "templateSettings": {
179
191
  "selectVariant": "バリアントを選択する:",
@@ -370,9 +382,9 @@
370
382
  "clean": "マッチなし",
371
383
  "error": "エラー:再走行",
372
384
  "error-notification": "ScanOSS エラーが発生:{0}.",
385
+ "match": "試合を見る",
373
386
  "scan": "スキャン",
374
- "scanning": "スキャン...",
375
- "view-matches": "試合を見る"
387
+ "scanning": "スキャン..."
376
388
  },
377
389
  "mode": {
378
390
  "automatic": {
@@ -419,6 +431,19 @@
419
431
  "description": "ユーザーリクエストを含むプロンプト"
420
432
  }
421
433
  },
434
+ "tokenUsage": {
435
+ "inputTokens": "入力トークン",
436
+ "label": "トークンの使用",
437
+ "lastUsed": "最後の使用",
438
+ "model": "モデル",
439
+ "never": "決して",
440
+ "noData": "トークンの使用データはまだない。",
441
+ "note": "トークンの使用はアプリケーションの開始時から追跡され、永続化されない。",
442
+ "outputTokens": "出力トークン",
443
+ "title": "AIモデル・トークンの使用",
444
+ "total": "合計",
445
+ "totalTokens": "トークン合計"
446
+ },
422
447
  "workspace": {
423
448
  "coderAgent": {
424
449
  "description": "Theia IDEに統合されたAIアシスタントで、ソフトウェア開発者を支援するように設計されています。このエージェントはユーザーのワークスペースにアクセスし、利用可能なすべてのファイルとフォルダのリストを取得し、その内容を取得することができます。さらに、ユーザーにファイルの修正を提案することもできます。そのため、コーディング作業やファイルの変更を伴う他の作業でユーザを支援することができます。"
@@ -1007,5 +1032,9 @@
1007
1032
  "workspaceFolderAdded": "複数のルートを持つワークスペースが作成されました。ワークスペースの構成をファイルとして保存しますか?",
1008
1033
  "workspaceFolderAddedTitle": "ワークスペースにフォルダを追加"
1009
1034
  }
1010
- }
1035
+ },
1036
+ "vsx.disabling": "無効化",
1037
+ "vsx.disabling.extensions": "{0} を無効化 ...",
1038
+ "vsx.enabling": "使用可能",
1039
+ "vsx.enabling.extension": "Enabling{0}..."
1011
1040
  }