mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- codegen: Low-code React app with JSON-driven component system - packagerepo: Schema-driven package repository with backend/frontend - postgres: Next.js app with Drizzle ORM and PostgreSQL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
45 lines
1010 B
JSON
45 lines
1010 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|