mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-26 14:44:55 +00:00
Merge pull request #39 from johndoe6345789/codex/refactor-dockerbuilddebugger-component
Refactor Docker build debugger UI
This commit is contained in:
46
src/data/docker-build-debugger.json
Normal file
46
src/data/docker-build-debugger.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"tabs": {
|
||||
"analyzer": {
|
||||
"label": "Log Analyzer",
|
||||
"shortLabel": "Analyze"
|
||||
},
|
||||
"knowledge": {
|
||||
"label": "Knowledge Base",
|
||||
"shortLabel": "Knowledge"
|
||||
}
|
||||
},
|
||||
"analyzer": {
|
||||
"title": "Paste Build Log",
|
||||
"description": "Copy your Docker build output and paste it below for analysis",
|
||||
"placeholder": "Paste your Docker build log here...\n\nExample:\n#30 50.69 Error: Cannot find module @rollup/rollup-linux-arm64-musl\n#30 ERROR: process '/bin/sh -c npm run build' did not complete successfully: exit code: 1",
|
||||
"analyzeButton": "Analyze Log",
|
||||
"clearButton": "Clear",
|
||||
"emptyLogError": "Please paste a Docker build log first",
|
||||
"noErrorsToast": "No errors detected in the log",
|
||||
"errorsFoundToast": "Found {{count}} error{{plural}}"
|
||||
},
|
||||
"errors": {
|
||||
"title": "Error #{{index}}",
|
||||
"exitCodeLabel": "Exit Code:",
|
||||
"contextTitle": "Error Context",
|
||||
"solutionsTitle": "Recommended Solutions",
|
||||
"copiedToast": "{{label}} copied to clipboard"
|
||||
},
|
||||
"knowledge": {
|
||||
"title": "Search Knowledge Base",
|
||||
"description": "Browse common Docker build errors and their solutions",
|
||||
"searchPlaceholder": "Search errors, categories, or keywords...",
|
||||
"noResults": "No results found for \"{{query}}\". Try different keywords.",
|
||||
"closeButton": "Close",
|
||||
"patternLabel": "Pattern:",
|
||||
"explanationTitle": "Explanation",
|
||||
"solutionsTitle": "Solutions"
|
||||
},
|
||||
"common": {
|
||||
"stepsLabel": "Steps:",
|
||||
"codeLabel": "Code:",
|
||||
"codeCopyLabel": "Code",
|
||||
"copyButton": "Copy",
|
||||
"languageLabel": "Language:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user