ToolsSettingsExtension adds a Tools settings category — a path field per tool (app.tools.<name>) plus a Re-detect action (tools.detect) — and keeps the live resolver in sync as paths are edited (supporterBinariesFrom). en + nl catalogs. Completes the D-104 UI surface. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
771 B
JSON
12 lines
771 B
JSON
{
|
|
"command.detect": { "translation": "Tool-paden opnieuw detecteren" },
|
|
"settings.title": { "translation": "Tools" },
|
|
"settings.section.binaries": { "translation": "Hulpprogramma's" },
|
|
"settings.field.claude.label": { "translation": "Claude-CLI" },
|
|
"settings.field.claude.help": { "translation": "Absoluut pad naar het claude-binary; leeg om automatisch te bepalen." },
|
|
"settings.field.d2.label": { "translation": "d2" },
|
|
"settings.field.d2.help": { "translation": "Absoluut pad naar de d2-diagramcompiler; leeg om automatisch te bepalen." },
|
|
"settings.field.detect.label": { "translation": "Opnieuw detecteren" },
|
|
"settings.field.detect.help": { "translation": "Scan PATH en de gangbare installatiemappen opnieuw; overschrijft de paden hierboven." }
|
|
}
|