mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 22:25:01 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"header": {
|
|
"title": "Error Detection & Repair",
|
|
"scan": "Scan",
|
|
"scanning": "Scanning...",
|
|
"repairAll": "Repair All",
|
|
"repairing": "Repairing..."
|
|
},
|
|
"counts": {
|
|
"errorSingular": "Error",
|
|
"errorPlural": "Errors",
|
|
"warningSingular": "Warning",
|
|
"warningPlural": "Warnings",
|
|
"issueSingular": "issue",
|
|
"issuePlural": "issues"
|
|
},
|
|
"actions": {
|
|
"open": "Open",
|
|
"repair": "Repair",
|
|
"fixed": "Fixed",
|
|
"showCode": "Show code",
|
|
"hideCode": "Hide code"
|
|
},
|
|
"labels": {
|
|
"line": "Line"
|
|
},
|
|
"emptyStates": {
|
|
"noIssuesTitle": "No Issues Found",
|
|
"noIssuesDescription": "All files are looking good! Click 'Scan' to check again.",
|
|
"scanningTitle": "Scanning Files...",
|
|
"scanningDescription": "Analyzing your code for errors and issues"
|
|
},
|
|
"toast": {
|
|
"noErrorsFound": "No errors found!",
|
|
"foundIssues": "Found {count} issue{plural}",
|
|
"scanFailed": "Error scanning failed",
|
|
"fixedSingle": "Fixed: {message}",
|
|
"repairErrorFailed": "Failed to repair error",
|
|
"repairFailed": "Repair failed",
|
|
"repairedFiles": "Repaired {count} file{plural}",
|
|
"noFilesRepaired": "No files could be repaired",
|
|
"batchRepairFailed": "Batch repair failed",
|
|
"repairedFile": "Repaired {fileName}",
|
|
"repairFileFailed": "Failed to repair file",
|
|
"contextRepairFailed": "Context-aware repair failed"
|
|
}
|
|
}
|