@qwen-code/qwen-code 0.8.0-nightly.20260122.21b26a40 → 0.8.0-preview.1

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
@@ -157,6 +157,7 @@ export default {
157
157
  'Project Level ({{path}})': 'Projektebene ({{path}})',
158
158
  'User Level ({{path}})': 'Benutzerebene ({{path}})',
159
159
  'Built-in Agents': 'Integrierte Agenten',
160
+ 'Extension Agents': 'Erweiterungs-Agenten',
160
161
  'Using: {{count}} agents': 'Verwendet: {{count}} Agenten',
161
162
  'View Agent': 'Agent anzeigen',
162
163
  'Edit Agent': 'Agent bearbeiten',
@@ -365,6 +366,147 @@ export default {
365
366
  'List active extensions': 'Aktive Erweiterungen auflisten',
366
367
  'Update extensions. Usage: update <extension-names>|--all':
367
368
  'Erweiterungen aktualisieren. Verwendung: update <Erweiterungsnamen>|--all',
369
+ 'Disable an extension': 'Erweiterung deaktivieren',
370
+ 'Enable an extension': 'Erweiterung aktivieren',
371
+ 'Install an extension from a git repo or local path':
372
+ 'Erweiterung aus Git-Repository oder lokalem Pfad installieren',
373
+ 'Uninstall an extension': 'Erweiterung deinstallieren',
374
+ 'No extensions installed.': 'Keine Erweiterungen installiert.',
375
+ 'Usage: /extensions update <extension-names>|--all':
376
+ 'Verwendung: /extensions update <Erweiterungsnamen>|--all',
377
+ 'Extension "{{name}}" not found.': 'Erweiterung "{{name}}" nicht gefunden.',
378
+ 'No extensions to update.': 'Keine Erweiterungen zum Aktualisieren.',
379
+ 'Usage: /extensions install <source>':
380
+ 'Verwendung: /extensions install <Quelle>',
381
+ 'Installing extension from "{{source}}"...':
382
+ 'Installiere Erweiterung von "{{source}}"...',
383
+ 'Extension "{{name}}" installed successfully.':
384
+ 'Erweiterung "{{name}}" erfolgreich installiert.',
385
+ 'Failed to install extension from "{{source}}": {{error}}':
386
+ 'Fehler beim Installieren der Erweiterung von "{{source}}": {{error}}',
387
+ 'Usage: /extensions uninstall <extension-name>':
388
+ 'Verwendung: /extensions uninstall <Erweiterungsname>',
389
+ 'Uninstalling extension "{{name}}"...':
390
+ 'Deinstalliere Erweiterung "{{name}}"...',
391
+ 'Extension "{{name}}" uninstalled successfully.':
392
+ 'Erweiterung "{{name}}" erfolgreich deinstalliert.',
393
+ 'Failed to uninstall extension "{{name}}": {{error}}':
394
+ 'Fehler beim Deinstallieren der Erweiterung "{{name}}": {{error}}',
395
+ 'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
396
+ 'Verwendung: /extensions {{command}} <Erweiterung> [--scope=<user|workspace>]',
397
+ 'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
398
+ 'Nicht unterstützter Bereich "{{scope}}", sollte "user" oder "workspace" sein',
399
+ 'Extension "{{name}}" disabled for scope "{{scope}}"':
400
+ 'Erweiterung "{{name}}" für Bereich "{{scope}}" deaktiviert',
401
+ 'Extension "{{name}}" enabled for scope "{{scope}}"':
402
+ 'Erweiterung "{{name}}" für Bereich "{{scope}}" aktiviert',
403
+ 'Do you want to continue? [Y/n]: ': 'Möchten Sie fortfahren? [Y/n]: ',
404
+ 'Do you want to continue?': 'Möchten Sie fortfahren?',
405
+ 'Installing extension "{{name}}".':
406
+ 'Erweiterung "{{name}}" wird installiert.',
407
+ '**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
408
+ '**Erweiterungen können unerwartetes Verhalten verursachen. Stellen Sie sicher, dass Sie die Erweiterungsquelle untersucht haben und dem Autor vertrauen.**',
409
+ 'This extension will run the following MCP servers:':
410
+ 'Diese Erweiterung wird folgende MCP-Server ausführen:',
411
+ local: 'lokal',
412
+ remote: 'remote',
413
+ 'This extension will add the following commands: {{commands}}.':
414
+ 'Diese Erweiterung wird folgende Befehle hinzufügen: {{commands}}.',
415
+ 'This extension will append info to your QWEN.md context using {{fileName}}':
416
+ 'Diese Erweiterung wird Informationen zu Ihrem QWEN.md-Kontext mit {{fileName}} hinzufügen',
417
+ 'This extension will exclude the following core tools: {{tools}}':
418
+ 'Diese Erweiterung wird folgende Kernwerkzeuge ausschließen: {{tools}}',
419
+ 'This extension will install the following skills:':
420
+ 'Diese Erweiterung wird folgende Fähigkeiten installieren:',
421
+ 'This extension will install the following subagents:':
422
+ 'Diese Erweiterung wird folgende Unteragenten installieren:',
423
+ 'Installation cancelled for "{{name}}".':
424
+ 'Installation von "{{name}}" abgebrochen.',
425
+ '--ref and --auto-update are not applicable for marketplace extensions.':
426
+ '--ref und --auto-update sind nicht anwendbar für Marketplace-Erweiterungen.',
427
+ 'Extension "{{name}}" installed successfully and enabled.':
428
+ 'Erweiterung "{{name}}" erfolgreich installiert und aktiviert.',
429
+ 'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
430
+ 'Installiert eine Erweiterung von einer Git-Repository-URL, einem lokalen Pfad oder dem Claude-Marketplace (marketplace-url:plugin-name).',
431
+ 'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
432
+ 'Die GitHub-URL, der lokale Pfad oder die Marketplace-Quelle (marketplace-url:plugin-name) der zu installierenden Erweiterung.',
433
+ 'The git ref to install from.': 'Die Git-Referenz für die Installation.',
434
+ 'Enable auto-update for this extension.':
435
+ 'Automatisches Update für diese Erweiterung aktivieren.',
436
+ 'Enable pre-release versions for this extension.':
437
+ 'Pre-Release-Versionen für diese Erweiterung aktivieren.',
438
+ 'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
439
+ 'Sicherheitsrisiken der Erweiterungsinstallation bestätigen und Bestätigungsaufforderung überspringen.',
440
+ 'The source argument must be provided.':
441
+ 'Das Quellargument muss angegeben werden.',
442
+ 'Extension "{{name}}" successfully uninstalled.':
443
+ 'Erweiterung "{{name}}" erfolgreich deinstalliert.',
444
+ 'Uninstalls an extension.': 'Deinstalliert eine Erweiterung.',
445
+ 'The name or source path of the extension to uninstall.':
446
+ 'Der Name oder Quellpfad der zu deinstallierenden Erweiterung.',
447
+ 'Please include the name of the extension to uninstall as a positional argument.':
448
+ 'Bitte geben Sie den Namen der zu deinstallierenden Erweiterung als Positionsargument an.',
449
+ 'Enables an extension.': 'Aktiviert eine Erweiterung.',
450
+ 'The name of the extension to enable.':
451
+ 'Der Name der zu aktivierenden Erweiterung.',
452
+ 'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
453
+ 'Der Bereich, in dem die Erweiterung aktiviert werden soll. Wenn nicht gesetzt, wird sie in allen Bereichen aktiviert.',
454
+ 'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
455
+ 'Erweiterung "{{name}}" erfolgreich für Bereich "{{scope}}" aktiviert.',
456
+ 'Extension "{{name}}" successfully enabled in all scopes.':
457
+ 'Erweiterung "{{name}}" erfolgreich in allen Bereichen aktiviert.',
458
+ 'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
459
+ 'Ungültiger Bereich: {{scope}}. Bitte verwenden Sie einen von {{scopes}}.',
460
+ 'Disables an extension.': 'Deaktiviert eine Erweiterung.',
461
+ 'The name of the extension to disable.':
462
+ 'Der Name der zu deaktivierenden Erweiterung.',
463
+ 'The scope to disable the extenison in.':
464
+ 'Der Bereich, in dem die Erweiterung deaktiviert werden soll.',
465
+ 'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
466
+ 'Erweiterung "{{name}}" erfolgreich für Bereich "{{scope}}" deaktiviert.',
467
+ 'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
468
+ 'Erweiterung "{{name}}" erfolgreich aktualisiert: {{oldVersion}} → {{newVersion}}.',
469
+ 'Unable to install extension "{{name}}" due to missing install metadata':
470
+ 'Erweiterung "{{name}}" kann aufgrund fehlender Installationsmetadaten nicht installiert werden',
471
+ 'Extension "{{name}}" is already up to date.':
472
+ 'Erweiterung "{{name}}" ist bereits aktuell.',
473
+ 'Updates all extensions or a named extension to the latest version.':
474
+ 'Aktualisiert alle Erweiterungen oder eine benannte Erweiterung auf die neueste Version.',
475
+ 'The name of the extension to update.':
476
+ 'Der Name der zu aktualisierenden Erweiterung.',
477
+ 'Update all extensions.': 'Alle Erweiterungen aktualisieren.',
478
+ 'Either an extension name or --all must be provided':
479
+ 'Entweder ein Erweiterungsname oder --all muss angegeben werden',
480
+ 'Lists installed extensions.': 'Listet installierte Erweiterungen auf.',
481
+ 'Link extension failed to install.':
482
+ 'Verknüpfte Erweiterung konnte nicht installiert werden.',
483
+ 'Extension "{{name}}" linked successfully and enabled.':
484
+ 'Erweiterung "{{name}}" erfolgreich verknüpft und aktiviert.',
485
+ 'Links an extension from a local path. Updates made to the local path will always be reflected.':
486
+ 'Verknüpft eine Erweiterung von einem lokalen Pfad. Änderungen am lokalen Pfad werden immer widergespiegelt.',
487
+ 'The name of the extension to link.':
488
+ 'Der Name der zu verknüpfenden Erweiterung.',
489
+ 'Set a specific setting for an extension.':
490
+ 'Legt eine bestimmte Einstellung für eine Erweiterung fest.',
491
+ 'Name of the extension to configure.':
492
+ 'Name der zu konfigurierenden Erweiterung.',
493
+ 'The setting to configure (name or env var).':
494
+ 'Die zu konfigurierende Einstellung (Name oder Umgebungsvariable).',
495
+ 'The scope to set the setting in.':
496
+ 'Der Bereich, in dem die Einstellung gesetzt werden soll.',
497
+ 'List all settings for an extension.':
498
+ 'Listet alle Einstellungen einer Erweiterung auf.',
499
+ 'Name of the extension.': 'Name der Erweiterung.',
500
+ 'Extension "{{name}}" has no settings to configure.':
501
+ 'Erweiterung "{{name}}" hat keine zu konfigurierenden Einstellungen.',
502
+ 'Settings for "{{name}}":': 'Einstellungen für "{{name}}":',
503
+ '(workspace)': '(Arbeitsbereich)',
504
+ '(user)': '(Benutzer)',
505
+ '[not set]': '[nicht gesetzt]',
506
+ '[value stored in keychain]': '[Wert in Schlüsselbund gespeichert]',
507
+ 'Manage extension settings.': 'Erweiterungseinstellungen verwalten.',
508
+ 'You need to specify a command (set or list).':
509
+ 'Sie müssen einen Befehl angeben (set oder list).',
368
510
  'manage IDE integration': 'IDE-Integration verwalten',
369
511
  'check status of IDE integration': 'Status der IDE-Integration prüfen',
370
512
  'install required IDE companion for {{ideName}}':
@@ -1002,6 +1144,19 @@ export default {
1002
1144
  'Session start time is unavailable, cannot calculate stats.':
1003
1145
  'Sitzungsstartzeit nicht verfügbar, Statistiken können nicht berechnet werden.',
1004
1146
 
1147
+ // ============================================================================
1148
+ // Command Format Migration
1149
+ // ============================================================================
1150
+ 'Command Format Migration': 'Befehlsformat-Migration',
1151
+ 'Found {{count}} TOML command file:': '{{count}} TOML-Befehlsdatei gefunden:',
1152
+ 'Found {{count}} TOML command files:':
1153
+ '{{count}} TOML-Befehlsdateien gefunden:',
1154
+ '... and {{count}} more': '... und {{count}} weitere',
1155
+ 'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
1156
+ 'Das TOML-Format ist veraltet. Möchten Sie sie ins Markdown-Format migrieren?',
1157
+ '(Backups will be created and original files will be preserved)':
1158
+ '(Backups werden erstellt und Originaldateien werden beibehalten)',
1159
+
1005
1160
  // ============================================================================
1006
1161
  // Loading Phrases
1007
1162
  // ============================================================================
@@ -1140,4 +1295,54 @@ export default {
1140
1295
  'Haben Sie versucht, es aus- und wieder einzuschalten? (Den Ladebildschirm, nicht mich.)',
1141
1296
  'Zusätzliche Pylonen werden gebaut...',
1142
1297
  ],
1298
+
1299
+ // ============================================================================
1300
+ // Extension Settings Input
1301
+ // ============================================================================
1302
+ 'Enter value...': 'Wert eingeben...',
1303
+ 'Enter sensitive value...': 'Sensiblen Wert eingeben...',
1304
+ 'Press Enter to submit, Escape to cancel':
1305
+ 'Enter zum Absenden, Escape zum Abbrechen drücken',
1306
+
1307
+ // ============================================================================
1308
+ // Command Migration Tool
1309
+ // ============================================================================
1310
+ 'Markdown file already exists: {{filename}}':
1311
+ 'Markdown-Datei existiert bereits: {{filename}}',
1312
+ 'TOML Command Format Deprecation Notice':
1313
+ 'TOML-Befehlsformat Veraltet-Hinweis',
1314
+ 'Found {{count}} command file(s) in TOML format:':
1315
+ '{{count}} Befehlsdatei(en) im TOML-Format gefunden:',
1316
+ 'The TOML format for commands is being deprecated in favor of Markdown format.':
1317
+ 'Das TOML-Format für Befehle wird zugunsten des Markdown-Formats eingestellt.',
1318
+ 'Markdown format is more readable and easier to edit.':
1319
+ 'Das Markdown-Format ist lesbarer und einfacher zu bearbeiten.',
1320
+ 'You can migrate these files automatically using:':
1321
+ 'Sie können diese Dateien automatisch migrieren mit:',
1322
+ 'Or manually convert each file:': 'Oder jede Datei manuell konvertieren:',
1323
+ 'TOML: prompt = "..." / description = "..."':
1324
+ 'TOML: prompt = "..." / description = "..."',
1325
+ 'Markdown: YAML frontmatter + content': 'Markdown: YAML-Frontmatter + Inhalt',
1326
+ 'The migration tool will:': 'Das Migrationstool wird:',
1327
+ 'Convert TOML files to Markdown': 'TOML-Dateien in Markdown konvertieren',
1328
+ 'Create backups of original files':
1329
+ 'Sicherungen der Originaldateien erstellen',
1330
+ 'Preserve all command functionality': 'Alle Befehlsfunktionen beibehalten',
1331
+ 'TOML format will continue to work for now, but migration is recommended.':
1332
+ 'Das TOML-Format funktioniert vorerst weiter, aber eine Migration wird empfohlen.',
1333
+
1334
+ // ============================================================================
1335
+ // Extensions - Explore Command
1336
+ // ============================================================================
1337
+ 'Open extensions page in your browser': 'Erweiterungsseite im Browser öffnen',
1338
+ 'Unknown extensions source: {{source}}.':
1339
+ 'Unbekannte Erweiterungsquelle: {{source}}.',
1340
+ 'Would open extensions page in your browser: {{url}} (skipped in test environment)':
1341
+ 'Würde Erweiterungsseite im Browser öffnen: {{url}} (übersprungen in Testumgebung)',
1342
+ 'View available extensions at {{url}}':
1343
+ 'Verfügbare Erweiterungen ansehen unter {{url}}',
1344
+ 'Opening extensions page in your browser: {{url}}':
1345
+ 'Erweiterungsseite wird im Browser geöffnet: {{url}}',
1346
+ 'Failed to open browser. Check out the extensions gallery at {{url}}':
1347
+ 'Browser konnte nicht geöffnet werden. Besuchen Sie die Erweiterungsgalerie unter {{url}}',
1143
1348
  };
package/locales/en.js CHANGED
@@ -178,6 +178,7 @@ export default {
178
178
  'Project Level ({{path}})': 'Project Level ({{path}})',
179
179
  'User Level ({{path}})': 'User Level ({{path}})',
180
180
  'Built-in Agents': 'Built-in Agents',
181
+ 'Extension Agents': 'Extension Agents',
181
182
  'Using: {{count}} agents': 'Using: {{count}} agents',
182
183
  'View Agent': 'View Agent',
183
184
  'Edit Agent': 'Edit Agent',
@@ -381,6 +382,139 @@ export default {
381
382
  'List active extensions': 'List active extensions',
382
383
  'Update extensions. Usage: update <extension-names>|--all':
383
384
  'Update extensions. Usage: update <extension-names>|--all',
385
+ 'Disable an extension': 'Disable an extension',
386
+ 'Enable an extension': 'Enable an extension',
387
+ 'Install an extension from a git repo or local path':
388
+ 'Install an extension from a git repo or local path',
389
+ 'Uninstall an extension': 'Uninstall an extension',
390
+ 'No extensions installed.': 'No extensions installed.',
391
+ 'Usage: /extensions update <extension-names>|--all':
392
+ 'Usage: /extensions update <extension-names>|--all',
393
+ 'Extension "{{name}}" not found.': 'Extension "{{name}}" not found.',
394
+ 'No extensions to update.': 'No extensions to update.',
395
+ 'Usage: /extensions install <source>': 'Usage: /extensions install <source>',
396
+ 'Installing extension from "{{source}}"...':
397
+ 'Installing extension from "{{source}}"...',
398
+ 'Extension "{{name}}" installed successfully.':
399
+ 'Extension "{{name}}" installed successfully.',
400
+ 'Failed to install extension from "{{source}}": {{error}}':
401
+ 'Failed to install extension from "{{source}}": {{error}}',
402
+ 'Usage: /extensions uninstall <extension-name>':
403
+ 'Usage: /extensions uninstall <extension-name>',
404
+ 'Uninstalling extension "{{name}}"...':
405
+ 'Uninstalling extension "{{name}}"...',
406
+ 'Extension "{{name}}" uninstalled successfully.':
407
+ 'Extension "{{name}}" uninstalled successfully.',
408
+ 'Failed to uninstall extension "{{name}}": {{error}}':
409
+ 'Failed to uninstall extension "{{name}}": {{error}}',
410
+ 'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
411
+ 'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]',
412
+ 'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
413
+ 'Unsupported scope "{{scope}}", should be one of "user" or "workspace"',
414
+ 'Extension "{{name}}" disabled for scope "{{scope}}"':
415
+ 'Extension "{{name}}" disabled for scope "{{scope}}"',
416
+ 'Extension "{{name}}" enabled for scope "{{scope}}"':
417
+ 'Extension "{{name}}" enabled for scope "{{scope}}"',
418
+ 'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
419
+ 'Do you want to continue?': 'Do you want to continue?',
420
+ 'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
421
+ '**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
422
+ '**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**',
423
+ 'This extension will run the following MCP servers:':
424
+ 'This extension will run the following MCP servers:',
425
+ local: 'local',
426
+ remote: 'remote',
427
+ 'This extension will add the following commands: {{commands}}.':
428
+ 'This extension will add the following commands: {{commands}}.',
429
+ 'This extension will append info to your QWEN.md context using {{fileName}}':
430
+ 'This extension will append info to your QWEN.md context using {{fileName}}',
431
+ 'This extension will exclude the following core tools: {{tools}}':
432
+ 'This extension will exclude the following core tools: {{tools}}',
433
+ 'This extension will install the following skills:':
434
+ 'This extension will install the following skills:',
435
+ 'This extension will install the following subagents:':
436
+ 'This extension will install the following subagents:',
437
+ 'Installation cancelled for "{{name}}".':
438
+ 'Installation cancelled for "{{name}}".',
439
+ '--ref and --auto-update are not applicable for marketplace extensions.':
440
+ '--ref and --auto-update are not applicable for marketplace extensions.',
441
+ 'Extension "{{name}}" installed successfully and enabled.':
442
+ 'Extension "{{name}}" installed successfully and enabled.',
443
+ 'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
444
+ 'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).',
445
+ 'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
446
+ 'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.',
447
+ 'The git ref to install from.': 'The git ref to install from.',
448
+ 'Enable auto-update for this extension.':
449
+ 'Enable auto-update for this extension.',
450
+ 'Enable pre-release versions for this extension.':
451
+ 'Enable pre-release versions for this extension.',
452
+ 'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
453
+ 'Acknowledge the security risks of installing an extension and skip the confirmation prompt.',
454
+ 'The source argument must be provided.':
455
+ 'The source argument must be provided.',
456
+ 'Extension "{{name}}" successfully uninstalled.':
457
+ 'Extension "{{name}}" successfully uninstalled.',
458
+ 'Uninstalls an extension.': 'Uninstalls an extension.',
459
+ 'The name or source path of the extension to uninstall.':
460
+ 'The name or source path of the extension to uninstall.',
461
+ 'Please include the name of the extension to uninstall as a positional argument.':
462
+ 'Please include the name of the extension to uninstall as a positional argument.',
463
+ 'Enables an extension.': 'Enables an extension.',
464
+ 'The name of the extension to enable.':
465
+ 'The name of the extension to enable.',
466
+ 'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
467
+ 'The scope to enable the extenison in. If not set, will be enabled in all scopes.',
468
+ 'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
469
+ 'Extension "{{name}}" successfully enabled for scope "{{scope}}".',
470
+ 'Extension "{{name}}" successfully enabled in all scopes.':
471
+ 'Extension "{{name}}" successfully enabled in all scopes.',
472
+ 'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
473
+ 'Invalid scope: {{scope}}. Please use one of {{scopes}}.',
474
+ 'Disables an extension.': 'Disables an extension.',
475
+ 'The name of the extension to disable.':
476
+ 'The name of the extension to disable.',
477
+ 'The scope to disable the extenison in.':
478
+ 'The scope to disable the extenison in.',
479
+ 'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
480
+ 'Extension "{{name}}" successfully disabled for scope "{{scope}}".',
481
+ 'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
482
+ 'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.',
483
+ 'Unable to install extension "{{name}}" due to missing install metadata':
484
+ 'Unable to install extension "{{name}}" due to missing install metadata',
485
+ 'Extension "{{name}}" is already up to date.':
486
+ 'Extension "{{name}}" is already up to date.',
487
+ 'Updates all extensions or a named extension to the latest version.':
488
+ 'Updates all extensions or a named extension to the latest version.',
489
+ 'Update all extensions.': 'Update all extensions.',
490
+ 'Either an extension name or --all must be provided':
491
+ 'Either an extension name or --all must be provided',
492
+ 'Lists installed extensions.': 'Lists installed extensions.',
493
+ 'Link extension failed to install.': 'Link extension failed to install.',
494
+ 'Extension "{{name}}" linked successfully and enabled.':
495
+ 'Extension "{{name}}" linked successfully and enabled.',
496
+ 'Links an extension from a local path. Updates made to the local path will always be reflected.':
497
+ 'Links an extension from a local path. Updates made to the local path will always be reflected.',
498
+ 'The name of the extension to link.': 'The name of the extension to link.',
499
+ 'Set a specific setting for an extension.':
500
+ 'Set a specific setting for an extension.',
501
+ 'Name of the extension to configure.': 'Name of the extension to configure.',
502
+ 'The setting to configure (name or env var).':
503
+ 'The setting to configure (name or env var).',
504
+ 'The scope to set the setting in.': 'The scope to set the setting in.',
505
+ 'List all settings for an extension.': 'List all settings for an extension.',
506
+ 'Name of the extension.': 'Name of the extension.',
507
+ 'Extension "{{name}}" has no settings to configure.':
508
+ 'Extension "{{name}}" has no settings to configure.',
509
+ 'Settings for "{{name}}":': 'Settings for "{{name}}":',
510
+ '(workspace)': '(workspace)',
511
+ '(user)': '(user)',
512
+ '[not set]': '[not set]',
513
+ '[value stored in keychain]': '[value stored in keychain]',
514
+ 'Value:': 'Value:',
515
+ 'Manage extension settings.': 'Manage extension settings.',
516
+ 'You need to specify a command (set or list).':
517
+ 'You need to specify a command (set or list).',
384
518
  'manage IDE integration': 'manage IDE integration',
385
519
  'check status of IDE integration': 'check status of IDE integration',
386
520
  'install required IDE companion for {{ideName}}':
@@ -1003,6 +1137,18 @@ export default {
1003
1137
  'Session start time is unavailable, cannot calculate stats.':
1004
1138
  'Session start time is unavailable, cannot calculate stats.',
1005
1139
 
1140
+ // ============================================================================
1141
+ // Command Format Migration
1142
+ // ============================================================================
1143
+ 'Command Format Migration': 'Command Format Migration',
1144
+ 'Found {{count}} TOML command file:': 'Found {{count}} TOML command file:',
1145
+ 'Found {{count}} TOML command files:': 'Found {{count}} TOML command files:',
1146
+ '... and {{count}} more': '... and {{count}} more',
1147
+ 'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
1148
+ 'The TOML format is deprecated. Would you like to migrate them to Markdown format?',
1149
+ '(Backups will be created and original files will be preserved)':
1150
+ '(Backups will be created and original files will be preserved)',
1151
+
1006
1152
  // ============================================================================
1007
1153
  // Loading Phrases
1008
1154
  // ============================================================================
@@ -1141,4 +1287,55 @@ export default {
1141
1287
  'Have you tried turning it off and on again? (The loading screen, not me.)',
1142
1288
  'Constructing additional pylons...',
1143
1289
  ],
1290
+
1291
+ // ============================================================================
1292
+ // Extension Settings Input
1293
+ // ============================================================================
1294
+ 'Enter value...': 'Enter value...',
1295
+ 'Enter sensitive value...': 'Enter sensitive value...',
1296
+ 'Press Enter to submit, Escape to cancel':
1297
+ 'Press Enter to submit, Escape to cancel',
1298
+
1299
+ // ============================================================================
1300
+ // Command Migration Tool
1301
+ // ============================================================================
1302
+ 'Markdown file already exists: {{filename}}':
1303
+ 'Markdown file already exists: {{filename}}',
1304
+ 'TOML Command Format Deprecation Notice':
1305
+ 'TOML Command Format Deprecation Notice',
1306
+ 'Found {{count}} command file(s) in TOML format:':
1307
+ 'Found {{count}} command file(s) in TOML format:',
1308
+ 'The TOML format for commands is being deprecated in favor of Markdown format.':
1309
+ 'The TOML format for commands is being deprecated in favor of Markdown format.',
1310
+ 'Markdown format is more readable and easier to edit.':
1311
+ 'Markdown format is more readable and easier to edit.',
1312
+ 'You can migrate these files automatically using:':
1313
+ 'You can migrate these files automatically using:',
1314
+ 'Or manually convert each file:': 'Or manually convert each file:',
1315
+ 'TOML: prompt = "..." / description = "..."':
1316
+ 'TOML: prompt = "..." / description = "..."',
1317
+ 'Markdown: YAML frontmatter + content':
1318
+ 'Markdown: YAML frontmatter + content',
1319
+ 'The migration tool will:': 'The migration tool will:',
1320
+ 'Convert TOML files to Markdown': 'Convert TOML files to Markdown',
1321
+ 'Create backups of original files': 'Create backups of original files',
1322
+ 'Preserve all command functionality': 'Preserve all command functionality',
1323
+ 'TOML format will continue to work for now, but migration is recommended.':
1324
+ 'TOML format will continue to work for now, but migration is recommended.',
1325
+
1326
+ // ============================================================================
1327
+ // Extensions - Explore Command
1328
+ // ============================================================================
1329
+ 'Open extensions page in your browser':
1330
+ 'Open extensions page in your browser',
1331
+ 'Unknown extensions source: {{source}}.':
1332
+ 'Unknown extensions source: {{source}}.',
1333
+ 'Would open extensions page in your browser: {{url}} (skipped in test environment)':
1334
+ 'Would open extensions page in your browser: {{url}} (skipped in test environment)',
1335
+ 'View available extensions at {{url}}':
1336
+ 'View available extensions at {{url}}',
1337
+ 'Opening extensions page in your browser: {{url}}':
1338
+ 'Opening extensions page in your browser: {{url}}',
1339
+ 'Failed to open browser. Check out the extensions gallery at {{url}}':
1340
+ 'Failed to open browser. Check out the extensions gallery at {{url}}',
1144
1341
  };