mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-26 14:44:55 +00:00
Merge pull request #52 from johndoe6345789/codex/refactor-githubbuildstatus-for-structure
Refactor GitHubBuildStatus copy and split into subcomponents
This commit is contained in:
44
src/data/github-build-status.json
Normal file
44
src/data/github-build-status.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"title": "GitHub Actions",
|
||||
"loading": {
|
||||
"description": "Recent workflow runs"
|
||||
},
|
||||
"error": {
|
||||
"description": "Unable to fetch workflow status",
|
||||
"retry": "Try Again"
|
||||
},
|
||||
"empty": {
|
||||
"description": "No workflow runs found",
|
||||
"body": "No GitHub Actions workflows have been run yet."
|
||||
},
|
||||
"header": {
|
||||
"description": "Build status badges and recent workflow runs",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"tabs": {
|
||||
"badges": "Status Badges",
|
||||
"runs": "Recent Runs"
|
||||
},
|
||||
"sections": {
|
||||
"workflowBadges": "Workflow Badges",
|
||||
"branchBadges": "Branch-Specific Badges"
|
||||
},
|
||||
"actions": {
|
||||
"viewAllWorkflows": "View All Workflows"
|
||||
},
|
||||
"toast": {
|
||||
"badgeCopied": "Badge markdown copied to clipboard"
|
||||
},
|
||||
"status": {
|
||||
"success": "Success",
|
||||
"failed": "Failed",
|
||||
"cancelled": "Cancelled",
|
||||
"running": "Running"
|
||||
},
|
||||
"time": {
|
||||
"daysAgo": "{count}d ago",
|
||||
"hoursAgo": "{count}h ago",
|
||||
"minutesAgo": "{count}m ago",
|
||||
"justNow": "just now"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user