@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/bundled/qc-helper/docs/configuration/settings.md +733 -0
- package/cli.js +4736 -1888
- package/locales/de.js +2 -0
- package/locales/en.js +2 -0
- package/locales/fr.js +2097 -0
- package/locales/ja.js +2 -0
- package/locales/pt.js +2 -0
- package/locales/ru.js +2 -0
- package/locales/zh.js +2 -0
- package/package.json +2 -2
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',
|