@protolabsai/proto 0.32.0 → 0.34.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.
package/locales/de.js CHANGED
@@ -346,6 +346,8 @@ export default {
346
346
  'Tool Schema Compliance': 'Werkzeug-Schema-Konformität',
347
347
  // Settings enum options
348
348
  'Auto (detect from system)': 'Automatisch (vom System erkennen)',
349
+ 'Auto (detect terminal theme)': 'Automatisch (Terminal-Theme erkennen)',
350
+ Auto: 'Automatisch',
349
351
  Text: 'Text',
350
352
  JSON: 'JSON',
351
353
  Plan: 'Plan',
package/locales/en.js CHANGED
@@ -430,6 +430,8 @@ export default {
430
430
  'Tool Schema Compliance': 'Tool Schema Compliance',
431
431
  // Settings enum options
432
432
  'Auto (detect from system)': 'Auto (detect from system)',
433
+ 'Auto (detect terminal theme)': 'Auto (detect terminal theme)',
434
+ Auto: 'Auto',
433
435
  Text: 'Text',
434
436
  JSON: 'JSON',
435
437
  Plan: 'Plan',