Merge pull request #52 from johndoe6345789/codex/refactor-githubbuildstatus-for-structure

Refactor GitHubBuildStatus copy and split into subcomponents
This commit is contained in:
2026-01-18 00:40:50 +00:00
committed by GitHub
2 changed files with 317 additions and 194 deletions

View 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"
}
}