|
28 | 28 | "command.enableProject.title": "[DocuGenius]Enable for Current Project", |
29 | 29 | "command.disableProject.title": "[DocuGenius]Disable for Current Project", |
30 | 30 | "command.showProjectStatus.title": "[DocuGenius]Show Project Status", |
| 31 | + "command.installRuntime.title": "[DocuGenius]Install Shared Runtime", |
| 32 | + "command.repairRuntime.title": "[DocuGenius]Repair Shared Runtime", |
| 33 | + "command.showRuntimeStatus.title": "[DocuGenius]Show Runtime Status", |
31 | 34 |
|
32 | 35 | "message.ready": "DocuGenius is ready!", |
33 | 36 | "message.projectEnabled": "Project enabled", |
|
51 | 54 | "status.batchPartial": "{0}/{1} converted", |
52 | 55 | "status.configUpdated": "Config updated", |
53 | 56 | "status.skipped": "Skipped {0}", |
| 57 | + "status.runtimePreparing": "Preparing runtime...", |
54 | 58 | "tooltip.ready": "DocuGenius: {0}", |
55 | 59 | "tooltip.converting": "Converting {0} to Markdown", |
56 | 60 | "tooltip.converted": "Successfully converted {0}", |
|
74 | 78 | "log.watcherEnabled": "File watcher enabled for extensions: {0}", |
75 | 79 | "log.watcherDisabled": "File watcher disabled", |
76 | 80 | "log.fileSkipped": "Skipped {0}: {1}", |
77 | | - "log.batchProgress": "Converting ({0}): {1}" |
| 81 | + "log.batchProgress": "Converting ({0}): {1}", |
| 82 | + "log.runtime.bootstrap": "Preparing shared runtime with bootstrap Python: {0}", |
| 83 | + "log.runtime.installPackages": "Installing shared runtime packages: {0}", |
| 84 | + "log.runtime.ready": "Shared runtime is ready: {0}", |
| 85 | + "log.runtime.failed": "Shared runtime setup failed: {0}", |
| 86 | + "runtime.action.install": "Install Runtime", |
| 87 | + "runtime.action.repair": "Repair Runtime", |
| 88 | + "runtime.action.viewDetails": "View Details", |
| 89 | + "runtime.action.notNow": "Not Now", |
| 90 | + "runtime.action.openLogs": "Open Logs", |
| 91 | + "runtime.action.openPythonDownload": "Install Python", |
| 92 | + "runtime.prompt.manualTitle": "DocuGenius needs a shared local runtime before it can convert documents on Windows.", |
| 93 | + "runtime.prompt.backgroundTitle": "DocuGenius found documents to convert, but the shared runtime is not ready yet.", |
| 94 | + "runtime.progress.installTitle": "Installing DocuGenius shared runtime...", |
| 95 | + "runtime.progress.repairTitle": "Repairing DocuGenius shared runtime...", |
| 96 | + "runtime.progress.creatingEnvironment": "Creating an isolated shared Python environment...", |
| 97 | + "runtime.progress.installingDependencies": "Installing required conversion packages into the shared runtime...", |
| 98 | + "runtime.progress.verifying": "Verifying the shared runtime...", |
| 99 | + "runtime.success.ready": "DocuGenius shared runtime is ready.", |
| 100 | + "runtime.error.installFailed": "DocuGenius could not prepare the shared runtime. Open the logs to see the full setup output.", |
| 101 | + "runtime.error.pythonMissing": "DocuGenius could not find Python 3.6+ on this machine. Install Python once to bootstrap the shared runtime.", |
| 102 | + "runtime.error.setupDeferred": "DocuGenius skipped conversion because the shared runtime is not ready yet.", |
| 103 | + "runtime.error.verifyFailed": "The shared runtime was created, but dependency verification failed.", |
| 104 | + "runtime.error.invalidRuntimePath": "Refusing to modify a runtime path outside the extension storage directory.", |
| 105 | + "runtime.error.timeout": "Command timed out after {0} seconds while preparing the shared runtime.", |
| 106 | + "runtime.detail.ready": "The shared runtime is installed and verified.", |
| 107 | + "runtime.detail.installRequired": "The shared runtime has not been installed yet. DocuGenius will create one copy for this extension and reuse it across workspaces.", |
| 108 | + "runtime.detail.repairRequired": "The shared runtime exists, but it is missing files or dependencies and needs repair.", |
| 109 | + "runtime.detail.missingPython": "Python is required once to bootstrap the shared runtime. DocuGenius will not install dependencies into each workspace.", |
| 110 | + "runtime.status.readyTitle": "DocuGenius shared runtime is ready.", |
| 111 | + "runtime.status.issueTitle": "DocuGenius shared runtime needs attention.", |
| 112 | + "runtime.status.notManagedPlatform": "This platform uses the built-in bundled converter and does not need a managed Python runtime.", |
| 113 | + "runtime.status.locationLabel": "Location", |
| 114 | + "runtime.status.versionLabel": "Runtime version", |
| 115 | + "runtime.status.bootstrapLabel": "Bootstrap Python", |
| 116 | + "runtime.status.detailLabel": "Details" |
78 | 117 | } |
0 commit comments