@penclipai/server 2026.401.0-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/adapters/codex-models.d.ts +4 -0
- package/dist/adapters/codex-models.d.ts.map +1 -0
- package/dist/adapters/codex-models.js +98 -0
- package/dist/adapters/codex-models.js.map +1 -0
- package/dist/adapters/cursor-models.d.ts +13 -0
- package/dist/adapters/cursor-models.d.ts.map +1 -0
- package/dist/adapters/cursor-models.js +148 -0
- package/dist/adapters/cursor-models.js.map +1 -0
- package/dist/adapters/http/execute.d.ts +3 -0
- package/dist/adapters/http/execute.d.ts.map +1 -0
- package/dist/adapters/http/execute.js +39 -0
- package/dist/adapters/http/execute.js.map +1 -0
- package/dist/adapters/http/index.d.ts +3 -0
- package/dist/adapters/http/index.d.ts.map +1 -0
- package/dist/adapters/http/index.js +20 -0
- package/dist/adapters/http/index.js.map +1 -0
- package/dist/adapters/http/test.d.ts +3 -0
- package/dist/adapters/http/test.d.ts.map +1 -0
- package/dist/adapters/http/test.js +106 -0
- package/dist/adapters/http/test.js.map +1 -0
- package/dist/adapters/index.d.ts +4 -0
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/index.js +3 -0
- package/dist/adapters/index.js.map +1 -0
- package/dist/adapters/process/execute.d.ts +3 -0
- package/dist/adapters/process/execute.d.ts.map +1 -0
- package/dist/adapters/process/execute.js +70 -0
- package/dist/adapters/process/execute.js.map +1 -0
- package/dist/adapters/process/index.d.ts +3 -0
- package/dist/adapters/process/index.d.ts.map +1 -0
- package/dist/adapters/process/index.js +23 -0
- package/dist/adapters/process/index.js.map +1 -0
- package/dist/adapters/process/test.d.ts +3 -0
- package/dist/adapters/process/test.d.ts.map +1 -0
- package/dist/adapters/process/test.js +77 -0
- package/dist/adapters/process/test.js.map +1 -0
- package/dist/adapters/registry.d.ts +14 -0
- package/dist/adapters/registry.d.ts.map +1 -0
- package/dist/adapters/registry.js +164 -0
- package/dist/adapters/registry.js.map +1 -0
- package/dist/adapters/types.d.ts +2 -0
- package/dist/adapters/types.d.ts.map +1 -0
- package/dist/adapters/types.js +2 -0
- package/dist/adapters/types.js.map +1 -0
- package/dist/adapters/utils.d.ts +41 -0
- package/dist/adapters/utils.d.ts.map +1 -0
- package/dist/adapters/utils.js +51 -0
- package/dist/adapters/utils.js.map +1 -0
- package/dist/agent-auth-jwt.d.ts +14 -0
- package/dist/agent-auth-jwt.d.ts.map +1 -0
- package/dist/agent-auth-jwt.js +117 -0
- package/dist/agent-auth-jwt.js.map +1 -0
- package/dist/app.d.ts +25 -0
- package/dist/app.d.ts.map +1 -0
- package/dist/app.js +268 -0
- package/dist/app.js.map +1 -0
- package/dist/attachment-types.d.ts +33 -0
- package/dist/attachment-types.d.ts.map +1 -0
- package/dist/attachment-types.js +67 -0
- package/dist/attachment-types.js.map +1 -0
- package/dist/auth/better-auth.d.ts +24 -0
- package/dist/auth/better-auth.d.ts.map +1 -0
- package/dist/auth/better-auth.js +108 -0
- package/dist/auth/better-auth.js.map +1 -0
- package/dist/board-claim.d.ts +23 -0
- package/dist/board-claim.d.ts.map +1 -0
- package/dist/board-claim.js +115 -0
- package/dist/board-claim.js.map +1 -0
- package/dist/config-file.d.ts +3 -0
- package/dist/config-file.d.ts.map +1 -0
- package/dist/config-file.js +16 -0
- package/dist/config-file.js.map +1 -0
- package/dist/config.d.ts +38 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +164 -0
- package/dist/config.js.map +1 -0
- package/dist/dev-server-status.d.ts +27 -0
- package/dist/dev-server-status.d.ts.map +1 -0
- package/dist/dev-server-status.js +70 -0
- package/dist/dev-server-status.js.map +1 -0
- package/dist/dev-watch-ignore.d.ts +2 -0
- package/dist/dev-watch-ignore.d.ts.map +1 -0
- package/dist/dev-watch-ignore.js +33 -0
- package/dist/dev-watch-ignore.js.map +1 -0
- package/dist/errors.d.ts +12 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +28 -0
- package/dist/errors.js.map +1 -0
- package/dist/home-paths.d.ts +17 -0
- package/dist/home-paths.d.ts.map +1 -0
- package/dist/home-paths.js +75 -0
- package/dist/home-paths.js.map +1 -0
- package/dist/i18n.d.ts +6 -0
- package/dist/i18n.d.ts.map +1 -0
- package/dist/i18n.js +52 -0
- package/dist/i18n.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +662 -0
- package/dist/index.js.map +1 -0
- package/dist/log-redaction.d.ts +11 -0
- package/dist/log-redaction.d.ts.map +1 -0
- package/dist/log-redaction.js +118 -0
- package/dist/log-redaction.js.map +1 -0
- package/dist/middleware/auth.d.ts +12 -0
- package/dist/middleware/auth.d.ts.map +1 -0
- package/dist/middleware/auth.js +144 -0
- package/dist/middleware/auth.js.map +1 -0
- package/dist/middleware/board-mutation-guard.d.ts +3 -0
- package/dist/middleware/board-mutation-guard.d.ts.map +1 -0
- package/dist/middleware/board-mutation-guard.js +60 -0
- package/dist/middleware/board-mutation-guard.js.map +1 -0
- package/dist/middleware/error-handler.d.ts +17 -0
- package/dist/middleware/error-handler.d.ts.map +1 -0
- package/dist/middleware/error-handler.js +42 -0
- package/dist/middleware/error-handler.js.map +1 -0
- package/dist/middleware/index.d.ts +5 -0
- package/dist/middleware/index.d.ts.map +1 -0
- package/dist/middleware/index.js +5 -0
- package/dist/middleware/index.js.map +1 -0
- package/dist/middleware/locale.d.ts +3 -0
- package/dist/middleware/locale.d.ts.map +1 -0
- package/dist/middleware/locale.js +10 -0
- package/dist/middleware/locale.js.map +1 -0
- package/dist/middleware/logger.d.ts +4 -0
- package/dist/middleware/logger.d.ts.map +1 -0
- package/dist/middleware/logger.js +87 -0
- package/dist/middleware/logger.js.map +1 -0
- package/dist/middleware/private-hostname-guard.d.ts +11 -0
- package/dist/middleware/private-hostname-guard.d.ts.map +1 -0
- package/dist/middleware/private-hostname-guard.js +78 -0
- package/dist/middleware/private-hostname-guard.js.map +1 -0
- package/dist/middleware/validate.d.ts +4 -0
- package/dist/middleware/validate.d.ts.map +1 -0
- package/dist/middleware/validate.js +7 -0
- package/dist/middleware/validate.js.map +1 -0
- package/dist/onboarding-assets/ceo/AGENTS.md +54 -0
- package/dist/onboarding-assets/ceo/HEARTBEAT.md +73 -0
- package/dist/onboarding-assets/ceo/SOUL.md +33 -0
- package/dist/onboarding-assets/ceo/TOOLS.md +3 -0
- package/dist/onboarding-assets/default/AGENTS.md +3 -0
- package/dist/paths.d.ts +3 -0
- package/dist/paths.d.ts.map +1 -0
- package/dist/paths.js +31 -0
- package/dist/paths.js.map +1 -0
- package/dist/realtime/live-events-ws.d.ts +28 -0
- package/dist/realtime/live-events-ws.d.ts.map +1 -0
- package/dist/realtime/live-events-ws.js +187 -0
- package/dist/realtime/live-events-ws.js.map +1 -0
- package/dist/redaction.d.ts +4 -0
- package/dist/redaction.d.ts.map +1 -0
- package/dist/redaction.js +63 -0
- package/dist/redaction.js.map +1 -0
- package/dist/routes/access.d.ts +62 -0
- package/dist/routes/access.d.ts.map +1 -0
- package/dist/routes/access.js +2296 -0
- package/dist/routes/access.js.map +1 -0
- package/dist/routes/activity.d.ts +3 -0
- package/dist/routes/activity.d.ts.map +1 -0
- package/dist/routes/activity.js +78 -0
- package/dist/routes/activity.js.map +1 -0
- package/dist/routes/agents.d.ts +3 -0
- package/dist/routes/agents.d.ts.map +1 -0
- package/dist/routes/agents.js +1847 -0
- package/dist/routes/agents.js.map +1 -0
- package/dist/routes/approvals.d.ts +3 -0
- package/dist/routes/approvals.d.ts.map +1 -0
- package/dist/routes/approvals.js +278 -0
- package/dist/routes/approvals.js.map +1 -0
- package/dist/routes/assets.d.ts +4 -0
- package/dist/routes/assets.d.ts.map +1 -0
- package/dist/routes/assets.js +309 -0
- package/dist/routes/assets.js.map +1 -0
- package/dist/routes/authz.d.ts +16 -0
- package/dist/routes/authz.d.ts.map +1 -0
- package/dist/routes/authz.js +47 -0
- package/dist/routes/authz.js.map +1 -0
- package/dist/routes/companies.d.ts +4 -0
- package/dist/routes/companies.d.ts.map +1 -0
- package/dist/routes/companies.js +303 -0
- package/dist/routes/companies.js.map +1 -0
- package/dist/routes/company-skills.d.ts +3 -0
- package/dist/routes/company-skills.d.ts.map +1 -0
- package/dist/routes/company-skills.js +228 -0
- package/dist/routes/company-skills.js.map +1 -0
- package/dist/routes/costs.d.ts +3 -0
- package/dist/routes/costs.d.ts.map +1 -0
- package/dist/routes/costs.js +268 -0
- package/dist/routes/costs.js.map +1 -0
- package/dist/routes/dashboard.d.ts +3 -0
- package/dist/routes/dashboard.d.ts.map +1 -0
- package/dist/routes/dashboard.js +15 -0
- package/dist/routes/dashboard.js.map +1 -0
- package/dist/routes/execution-workspaces.d.ts +3 -0
- package/dist/routes/execution-workspaces.d.ts.map +1 -0
- package/dist/routes/execution-workspaces.js +367 -0
- package/dist/routes/execution-workspaces.js.map +1 -0
- package/dist/routes/goals.d.ts +3 -0
- package/dist/routes/goals.d.ts.map +1 -0
- package/dist/routes/goals.js +95 -0
- package/dist/routes/goals.js.map +1 -0
- package/dist/routes/health.d.ts +9 -0
- package/dist/routes/health.d.ts.map +1 -0
- package/dist/routes/health.js +80 -0
- package/dist/routes/health.js.map +1 -0
- package/dist/routes/index.d.ts +18 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +18 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/instance-settings.d.ts +3 -0
- package/dist/routes/instance-settings.d.ts.map +1 -0
- package/dist/routes/instance-settings.js +71 -0
- package/dist/routes/instance-settings.js.map +1 -0
- package/dist/routes/issues-checkout-wakeup.d.ts +9 -0
- package/dist/routes/issues-checkout-wakeup.d.ts.map +1 -0
- package/dist/routes/issues-checkout-wakeup.js +12 -0
- package/dist/routes/issues-checkout-wakeup.js.map +1 -0
- package/dist/routes/issues.d.ts +4 -0
- package/dist/routes/issues.d.ts.map +1 -0
- package/dist/routes/issues.js +1622 -0
- package/dist/routes/issues.js.map +1 -0
- package/dist/routes/llms.d.ts +3 -0
- package/dist/routes/llms.d.ts.map +1 -0
- package/dist/routes/llms.js +78 -0
- package/dist/routes/llms.js.map +1 -0
- package/dist/routes/org-chart-svg.d.ts +25 -0
- package/dist/routes/org-chart-svg.d.ts.map +1 -0
- package/dist/routes/org-chart-svg.js +656 -0
- package/dist/routes/org-chart-svg.js.map +1 -0
- package/dist/routes/plugin-ui-static.d.ts +69 -0
- package/dist/routes/plugin-ui-static.d.ts.map +1 -0
- package/dist/routes/plugin-ui-static.js +411 -0
- package/dist/routes/plugin-ui-static.js.map +1 -0
- package/dist/routes/plugins.d.ts +120 -0
- package/dist/routes/plugins.d.ts.map +1 -0
- package/dist/routes/plugins.js +1784 -0
- package/dist/routes/plugins.js.map +1 -0
- package/dist/routes/projects.d.ts +3 -0
- package/dist/routes/projects.d.ts.map +1 -0
- package/dist/routes/projects.js +386 -0
- package/dist/routes/projects.js.map +1 -0
- package/dist/routes/routines.d.ts +3 -0
- package/dist/routes/routines.d.ts.map +1 -0
- package/dist/routes/routines.js +277 -0
- package/dist/routes/routines.js.map +1 -0
- package/dist/routes/secrets.d.ts +3 -0
- package/dist/routes/secrets.d.ts.map +1 -0
- package/dist/routes/secrets.js +128 -0
- package/dist/routes/secrets.js.map +1 -0
- package/dist/routes/sidebar-badges.d.ts +3 -0
- package/dist/routes/sidebar-badges.d.ts.map +1 -0
- package/dist/routes/sidebar-badges.js +45 -0
- package/dist/routes/sidebar-badges.js.map +1 -0
- package/dist/secrets/external-stub-providers.d.ts +5 -0
- package/dist/secrets/external-stub-providers.d.ts.map +1 -0
- package/dist/secrets/external-stub-providers.js +21 -0
- package/dist/secrets/external-stub-providers.js.map +1 -0
- package/dist/secrets/local-encrypted-provider.d.ts +3 -0
- package/dist/secrets/local-encrypted-provider.d.ts.map +1 -0
- package/dist/secrets/local-encrypted-provider.js +116 -0
- package/dist/secrets/local-encrypted-provider.js.map +1 -0
- package/dist/secrets/provider-registry.d.ts +5 -0
- package/dist/secrets/provider-registry.d.ts.map +1 -0
- package/dist/secrets/provider-registry.js +20 -0
- package/dist/secrets/provider-registry.js.map +1 -0
- package/dist/secrets/types.d.ts +21 -0
- package/dist/secrets/types.d.ts.map +1 -0
- package/dist/secrets/types.js +2 -0
- package/dist/secrets/types.js.map +1 -0
- package/dist/services/access.d.ts +113 -0
- package/dist/services/access.d.ts.map +1 -0
- package/dist/services/access.js +247 -0
- package/dist/services/access.js.map +1 -0
- package/dist/services/activity-log.d.ts +17 -0
- package/dist/services/activity-log.d.ts.map +1 -0
- package/dist/services/activity-log.js +74 -0
- package/dist/services/activity-log.js.map +1 -0
- package/dist/services/activity.d.ts +764 -0
- package/dist/services/activity.d.ts.map +1 -0
- package/dist/services/activity.js +105 -0
- package/dist/services/activity.js.map +1 -0
- package/dist/services/agent-instructions.d.ts +91 -0
- package/dist/services/agent-instructions.d.ts.map +1 -0
- package/dist/services/agent-instructions.js +580 -0
- package/dist/services/agent-instructions.js.map +1 -0
- package/dist/services/agent-permissions.d.ts +6 -0
- package/dist/services/agent-permissions.d.ts.map +1 -0
- package/dist/services/agent-permissions.js +18 -0
- package/dist/services/agent-permissions.js.map +1 -0
- package/dist/services/agent-runtime-localization.d.ts +10 -0
- package/dist/services/agent-runtime-localization.d.ts.map +1 -0
- package/dist/services/agent-runtime-localization.js +114 -0
- package/dist/services/agent-runtime-localization.js.map +1 -0
- package/dist/services/agents.d.ts +1670 -0
- package/dist/services/agents.d.ts.map +1 -0
- package/dist/services/agents.js +566 -0
- package/dist/services/agents.js.map +1 -0
- package/dist/services/approvals.d.ts +546 -0
- package/dist/services/approvals.d.ts.map +1 -0
- package/dist/services/approvals.js +212 -0
- package/dist/services/approvals.js.map +1 -0
- package/dist/services/assets.d.ts +33 -0
- package/dist/services/assets.d.ts.map +1 -0
- package/dist/services/assets.js +17 -0
- package/dist/services/assets.js.map +1 -0
- package/dist/services/board-auth.d.ts +234 -0
- package/dist/services/board-auth.d.ts.map +1 -0
- package/dist/services/board-auth.js +295 -0
- package/dist/services/board-auth.js.map +1 -0
- package/dist/services/budgets.d.ts +38 -0
- package/dist/services/budgets.d.ts.map +1 -0
- package/dist/services/budgets.js +784 -0
- package/dist/services/budgets.js.map +1 -0
- package/dist/services/companies.d.ts +124 -0
- package/dist/services/companies.d.ts.map +1 -0
- package/dist/services/companies.js +256 -0
- package/dist/services/companies.js.map +1 -0
- package/dist/services/company-export-readme.d.ts +17 -0
- package/dist/services/company-export-readme.d.ts.map +1 -0
- package/dist/services/company-export-readme.js +148 -0
- package/dist/services/company-export-readme.js.map +1 -0
- package/dist/services/company-portability.d.ts +23 -0
- package/dist/services/company-portability.d.ts.map +1 -0
- package/dist/services/company-portability.js +3759 -0
- package/dist/services/company-portability.js.map +1 -0
- package/dist/services/company-skills.d.ts +77 -0
- package/dist/services/company-skills.d.ts.map +1 -0
- package/dist/services/company-skills.js +2069 -0
- package/dist/services/company-skills.js.map +1 -0
- package/dist/services/costs.d.ts +114 -0
- package/dist/services/costs.d.ts.map +1 -0
- package/dist/services/costs.js +294 -0
- package/dist/services/costs.js.map +1 -0
- package/dist/services/cron.d.ts +80 -0
- package/dist/services/cron.d.ts.map +1 -0
- package/dist/services/cron.js +300 -0
- package/dist/services/cron.js.map +1 -0
- package/dist/services/dashboard.d.ts +26 -0
- package/dist/services/dashboard.d.ts.map +1 -0
- package/dist/services/dashboard.js +98 -0
- package/dist/services/dashboard.js.map +1 -0
- package/dist/services/default-agent-instructions.d.ts +9 -0
- package/dist/services/default-agent-instructions.d.ts.map +1 -0
- package/dist/services/default-agent-instructions.js +20 -0
- package/dist/services/default-agent-instructions.js.map +1 -0
- package/dist/services/documents.d.ts +164 -0
- package/dist/services/documents.d.ts.map +1 -0
- package/dist/services/documents.js +382 -0
- package/dist/services/documents.js.map +1 -0
- package/dist/services/execution-workspace-policy.d.ts +21 -0
- package/dist/services/execution-workspace-policy.d.ts.map +1 -0
- package/dist/services/execution-workspace-policy.js +177 -0
- package/dist/services/execution-workspace-policy.js.map +1 -0
- package/dist/services/execution-workspaces.d.ts +22 -0
- package/dist/services/execution-workspaces.d.ts.map +1 -0
- package/dist/services/execution-workspaces.js +551 -0
- package/dist/services/execution-workspaces.js.map +1 -0
- package/dist/services/finance.d.ts +93 -0
- package/dist/services/finance.d.ts.map +1 -0
- package/dist/services/finance.js +120 -0
- package/dist/services/finance.js.map +1 -0
- package/dist/services/goals.d.ts +433 -0
- package/dist/services/goals.d.ts.map +1 -0
- package/dist/services/goals.js +54 -0
- package/dist/services/goals.js.map +1 -0
- package/dist/services/heartbeat-run-summary.d.ts +2 -0
- package/dist/services/heartbeat-run-summary.d.ts.map +1 -0
- package/dist/services/heartbeat-run-summary.js +30 -0
- package/dist/services/heartbeat-run-summary.js.map +1 -0
- package/dist/services/heartbeat.d.ts +833 -0
- package/dist/services/heartbeat.d.ts.map +1 -0
- package/dist/services/heartbeat.js +3299 -0
- package/dist/services/heartbeat.js.map +1 -0
- package/dist/services/hire-hook.d.ts +14 -0
- package/dist/services/hire-hook.d.ts.map +1 -0
- package/dist/services/hire-hook.js +85 -0
- package/dist/services/hire-hook.js.map +1 -0
- package/dist/services/index.d.ts +33 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/index.js +33 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/instance-settings.d.ts +11 -0
- package/dist/services/instance-settings.d.ts.map +1 -0
- package/dist/services/instance-settings.js +116 -0
- package/dist/services/instance-settings.js.map +1 -0
- package/dist/services/issue-approvals.d.ts +56 -0
- package/dist/services/issue-approvals.d.ts.map +1 -0
- package/dist/services/issue-approvals.js +153 -0
- package/dist/services/issue-approvals.js.map +1 -0
- package/dist/services/issue-assignment-wakeup.d.ts +31 -0
- package/dist/services/issue-assignment-wakeup.d.ts.map +1 -0
- package/dist/services/issue-assignment-wakeup.js +26 -0
- package/dist/services/issue-assignment-wakeup.js.map +1 -0
- package/dist/services/issue-goal-fallback.d.ts +18 -0
- package/dist/services/issue-goal-fallback.d.ts.map +1 -0
- package/dist/services/issue-goal-fallback.js +33 -0
- package/dist/services/issue-goal-fallback.js.map +1 -0
- package/dist/services/issues.d.ts +564 -0
- package/dist/services/issues.d.ts.map +1 -0
- package/dist/services/issues.js +1541 -0
- package/dist/services/issues.js.map +1 -0
- package/dist/services/live-events.d.ts +17 -0
- package/dist/services/live-events.d.ts.map +1 -0
- package/dist/services/live-events.js +33 -0
- package/dist/services/live-events.js.map +1 -0
- package/dist/services/local-service-supervisor.d.ts +55 -0
- package/dist/services/local-service-supervisor.d.ts.map +1 -0
- package/dist/services/local-service-supervisor.js +240 -0
- package/dist/services/local-service-supervisor.js.map +1 -0
- package/dist/services/plugin-capability-validator.d.ts +108 -0
- package/dist/services/plugin-capability-validator.d.ts.map +1 -0
- package/dist/services/plugin-capability-validator.js +268 -0
- package/dist/services/plugin-capability-validator.js.map +1 -0
- package/dist/services/plugin-config-validator.d.ts +26 -0
- package/dist/services/plugin-config-validator.d.ts.map +1 -0
- package/dist/services/plugin-config-validator.js +41 -0
- package/dist/services/plugin-config-validator.js.map +1 -0
- package/dist/services/plugin-dev-watcher.d.ts +30 -0
- package/dist/services/plugin-dev-watcher.d.ts.map +1 -0
- package/dist/services/plugin-dev-watcher.js +241 -0
- package/dist/services/plugin-dev-watcher.js.map +1 -0
- package/dist/services/plugin-event-bus.d.ts +149 -0
- package/dist/services/plugin-event-bus.d.ts.map +1 -0
- package/dist/services/plugin-event-bus.js +258 -0
- package/dist/services/plugin-event-bus.js.map +1 -0
- package/dist/services/plugin-host-service-cleanup.d.ts +14 -0
- package/dist/services/plugin-host-service-cleanup.d.ts.map +1 -0
- package/dist/services/plugin-host-service-cleanup.js +37 -0
- package/dist/services/plugin-host-service-cleanup.js.map +1 -0
- package/dist/services/plugin-host-services.d.ts +13 -0
- package/dist/services/plugin-host-services.d.ts.map +1 -0
- package/dist/services/plugin-host-services.js +969 -0
- package/dist/services/plugin-host-services.js.map +1 -0
- package/dist/services/plugin-job-coordinator.d.ts +81 -0
- package/dist/services/plugin-job-coordinator.d.ts.map +1 -0
- package/dist/services/plugin-job-coordinator.js +172 -0
- package/dist/services/plugin-job-coordinator.js.map +1 -0
- package/dist/services/plugin-job-scheduler.d.ts +163 -0
- package/dist/services/plugin-job-scheduler.d.ts.map +1 -0
- package/dist/services/plugin-job-scheduler.js +454 -0
- package/dist/services/plugin-job-scheduler.js.map +1 -0
- package/dist/services/plugin-job-store.d.ts +208 -0
- package/dist/services/plugin-job-store.d.ts.map +1 -0
- package/dist/services/plugin-job-store.js +350 -0
- package/dist/services/plugin-job-store.js.map +1 -0
- package/dist/services/plugin-lifecycle.d.ts +203 -0
- package/dist/services/plugin-lifecycle.d.ts.map +1 -0
- package/dist/services/plugin-lifecycle.js +476 -0
- package/dist/services/plugin-lifecycle.js.map +1 -0
- package/dist/services/plugin-loader.d.ts +441 -0
- package/dist/services/plugin-loader.d.ts.map +1 -0
- package/dist/services/plugin-loader.js +1192 -0
- package/dist/services/plugin-loader.js.map +1 -0
- package/dist/services/plugin-log-retention.d.ts +20 -0
- package/dist/services/plugin-log-retention.d.ts.map +1 -0
- package/dist/services/plugin-log-retention.js +63 -0
- package/dist/services/plugin-log-retention.js.map +1 -0
- package/dist/services/plugin-manifest-validator.d.ts +79 -0
- package/dist/services/plugin-manifest-validator.d.ts.map +1 -0
- package/dist/services/plugin-manifest-validator.js +84 -0
- package/dist/services/plugin-manifest-validator.js.map +1 -0
- package/dist/services/plugin-registry.d.ts +2542 -0
- package/dist/services/plugin-registry.d.ts.map +1 -0
- package/dist/services/plugin-registry.js +539 -0
- package/dist/services/plugin-registry.js.map +1 -0
- package/dist/services/plugin-runtime-sandbox.d.ts +40 -0
- package/dist/services/plugin-runtime-sandbox.d.ts.map +1 -0
- package/dist/services/plugin-runtime-sandbox.js +154 -0
- package/dist/services/plugin-runtime-sandbox.js.map +1 -0
- package/dist/services/plugin-secrets-handler.d.ts +81 -0
- package/dist/services/plugin-secrets-handler.d.ts.map +1 -0
- package/dist/services/plugin-secrets-handler.js +275 -0
- package/dist/services/plugin-secrets-handler.js.map +1 -0
- package/dist/services/plugin-state-store.d.ts +92 -0
- package/dist/services/plugin-state-store.d.ts.map +1 -0
- package/dist/services/plugin-state-store.js +190 -0
- package/dist/services/plugin-state-store.js.map +1 -0
- package/dist/services/plugin-stream-bus.d.ts +29 -0
- package/dist/services/plugin-stream-bus.d.ts.map +1 -0
- package/dist/services/plugin-stream-bus.js +48 -0
- package/dist/services/plugin-stream-bus.js.map +1 -0
- package/dist/services/plugin-tool-dispatcher.d.ts +180 -0
- package/dist/services/plugin-tool-dispatcher.d.ts.map +1 -0
- package/dist/services/plugin-tool-dispatcher.js +224 -0
- package/dist/services/plugin-tool-dispatcher.js.map +1 -0
- package/dist/services/plugin-tool-registry.d.ts +192 -0
- package/dist/services/plugin-tool-registry.d.ts.map +1 -0
- package/dist/services/plugin-tool-registry.js +224 -0
- package/dist/services/plugin-tool-registry.js.map +1 -0
- package/dist/services/plugin-worker-manager.d.ts +260 -0
- package/dist/services/plugin-worker-manager.d.ts.map +1 -0
- package/dist/services/plugin-worker-manager.js +835 -0
- package/dist/services/plugin-worker-manager.js.map +1 -0
- package/dist/services/project-workspace-runtime-config.d.ts +4 -0
- package/dist/services/project-workspace-runtime-config.d.ts.map +1 -0
- package/dist/services/project-workspace-runtime-config.js +43 -0
- package/dist/services/project-workspace-runtime-config.js.map +1 -0
- package/dist/services/projects.d.ts +88 -0
- package/dist/services/projects.d.ts.map +1 -0
- package/dist/services/projects.js +666 -0
- package/dist/services/projects.js.map +1 -0
- package/dist/services/quota-windows.d.ts +9 -0
- package/dist/services/quota-windows.d.ts.map +1 -0
- package/dist/services/quota-windows.js +56 -0
- package/dist/services/quota-windows.js.map +1 -0
- package/dist/services/routines.d.ts +135 -0
- package/dist/services/routines.d.ts.map +1 -0
- package/dist/services/routines.js +1105 -0
- package/dist/services/routines.js.map +1 -0
- package/dist/services/run-log-store.d.ts +34 -0
- package/dist/services/run-log-store.d.ts.map +1 -0
- package/dist/services/run-log-store.js +109 -0
- package/dist/services/run-log-store.js.map +1 -0
- package/dist/services/secrets.d.ts +511 -0
- package/dist/services/secrets.d.ts.map +1 -0
- package/dist/services/secrets.js +289 -0
- package/dist/services/secrets.js.map +1 -0
- package/dist/services/sidebar-badges.d.ts +9 -0
- package/dist/services/sidebar-badges.d.ts.map +1 -0
- package/dist/services/sidebar-badges.js +33 -0
- package/dist/services/sidebar-badges.js.map +1 -0
- package/dist/services/work-products.d.ts +14 -0
- package/dist/services/work-products.d.ts.map +1 -0
- package/dist/services/work-products.js +100 -0
- package/dist/services/work-products.js.map +1 -0
- package/dist/services/workspace-operation-log-store.d.ts +33 -0
- package/dist/services/workspace-operation-log-store.d.ts.map +1 -0
- package/dist/services/workspace-operation-log-store.js +110 -0
- package/dist/services/workspace-operation-log-store.js.map +1 -0
- package/dist/services/workspace-operations.d.ts +44 -0
- package/dist/services/workspace-operations.d.ts.map +1 -0
- package/dist/services/workspace-operations.js +211 -0
- package/dist/services/workspace-operations.js.map +1 -0
- package/dist/services/workspace-runtime.d.ts +187 -0
- package/dist/services/workspace-runtime.d.ts.map +1 -0
- package/dist/services/workspace-runtime.js +1728 -0
- package/dist/services/workspace-runtime.js.map +1 -0
- package/dist/startup-banner.d.ts +31 -0
- package/dist/startup-banner.d.ts.map +1 -0
- package/dist/startup-banner.js +117 -0
- package/dist/startup-banner.js.map +1 -0
- package/dist/storage/index.d.ts +6 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +29 -0
- package/dist/storage/index.js.map +1 -0
- package/dist/storage/local-disk-provider.d.ts +3 -0
- package/dist/storage/local-disk-provider.d.ts.map +1 -0
- package/dist/storage/local-disk-provider.js +79 -0
- package/dist/storage/local-disk-provider.js.map +1 -0
- package/dist/storage/provider-registry.d.ts +4 -0
- package/dist/storage/provider-registry.d.ts.map +1 -0
- package/dist/storage/provider-registry.js +15 -0
- package/dist/storage/provider-registry.js.map +1 -0
- package/dist/storage/s3-provider.d.ts +11 -0
- package/dist/storage/s3-provider.d.ts.map +1 -0
- package/dist/storage/s3-provider.js +123 -0
- package/dist/storage/s3-provider.js.map +1 -0
- package/dist/storage/service.d.ts +3 -0
- package/dist/storage/service.d.ts.map +1 -0
- package/dist/storage/service.js +120 -0
- package/dist/storage/service.js.map +1 -0
- package/dist/storage/types.d.ts +55 -0
- package/dist/storage/types.d.ts.map +1 -0
- package/dist/storage/types.js +2 -0
- package/dist/storage/types.js.map +1 -0
- package/dist/ui-branding.d.ts +13 -0
- package/dist/ui-branding.d.ts.map +1 -0
- package/dist/ui-branding.js +187 -0
- package/dist/ui-branding.js.map +1 -0
- package/dist/ui-locale.d.ts +11 -0
- package/dist/ui-locale.d.ts.map +1 -0
- package/dist/ui-locale.js +79 -0
- package/dist/ui-locale.js.map +1 -0
- package/dist/version.d.ts +2 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +5 -0
- package/dist/version.js.map +1 -0
- package/dist/worktree-config.d.ts +19 -0
- package/dist/worktree-config.d.ts.map +1 -0
- package/dist/worktree-config.js +365 -0
- package/dist/worktree-config.js.map +1 -0
- package/package.json +91 -0
- package/skills/paperclip/SKILL.md +369 -0
- package/skills/paperclip/references/api-reference.md +676 -0
- package/skills/paperclip/references/company-skills.md +193 -0
- package/skills/paperclip-create-agent/SKILL.md +142 -0
- package/skills/paperclip-create-agent/references/api-reference.md +105 -0
- package/skills/paperclip-create-plugin/SKILL.md +101 -0
- package/skills/para-memory-files/SKILL.md +104 -0
- package/skills/para-memory-files/references/schemas.md +35 -0
- package/ui-dist/android-chrome-192x192.png +0 -0
- package/ui-dist/android-chrome-512x512.png +0 -0
- package/ui-dist/apple-touch-icon.png +0 -0
- package/ui-dist/assets/_basePickBy-BTQXevF1.js +1 -0
- package/ui-dist/assets/_baseUniq-BEhTac1J.js +1 -0
- package/ui-dist/assets/apl-B4CMkyY2.js +1 -0
- package/ui-dist/assets/arc-DxO8rLLU.js +1 -0
- package/ui-dist/assets/architectureDiagram-VXUJARFQ-Di2BSwQa.js +36 -0
- package/ui-dist/assets/asciiarmor-Df11BRmG.js +1 -0
- package/ui-dist/assets/asn1-EdZsLKOL.js +1 -0
- package/ui-dist/assets/asterisk-B-8jnY81.js +1 -0
- package/ui-dist/assets/blockDiagram-VD42YOAC-5IzJ5K6l.js +122 -0
- package/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
- package/ui-dist/assets/browser-ponyfill-Blw8korJ.js +2 -0
- package/ui-dist/assets/c4Diagram-YG6GDRKO-CrsidOqT.js +10 -0
- package/ui-dist/assets/channel-DuGyOef5.js +1 -0
- package/ui-dist/assets/chunk-4BX2VUAB-BHSGXFUt.js +1 -0
- package/ui-dist/assets/chunk-55IACEB6-Cj2QfdtL.js +1 -0
- package/ui-dist/assets/chunk-B4BG7PRW-BYCjGKK1.js +165 -0
- package/ui-dist/assets/chunk-DI55MBZ5-DmN3CZF1.js +220 -0
- package/ui-dist/assets/chunk-FMBD7UC4--jRhF8Cs.js +15 -0
- package/ui-dist/assets/chunk-QN33PNHL-XPpU2fj1.js +1 -0
- package/ui-dist/assets/chunk-QZHKN3VN-DLW8c9sV.js +1 -0
- package/ui-dist/assets/chunk-TZMSLE5B-DmGFEq3D.js +1 -0
- package/ui-dist/assets/classDiagram-2ON5EDUG-BOzhJlXp.js +1 -0
- package/ui-dist/assets/classDiagram-v2-WZHVMYZB-BOzhJlXp.js +1 -0
- package/ui-dist/assets/clike-B9uivgTg.js +1 -0
- package/ui-dist/assets/clojure-BMjYHr_A.js +1 -0
- package/ui-dist/assets/clone-MN5EUjO9.js +1 -0
- package/ui-dist/assets/cmake-BQqOBYOt.js +1 -0
- package/ui-dist/assets/cobol-CWcv1MsR.js +1 -0
- package/ui-dist/assets/coffeescript-S37ZYGWr.js +1 -0
- package/ui-dist/assets/commonlisp-DBKNyK5s.js +1 -0
- package/ui-dist/assets/cose-bilkent-S5V4N54A-Cqt3TJKm.js +1 -0
- package/ui-dist/assets/crystal-SjHAIU92.js +1 -0
- package/ui-dist/assets/css-BnMrqG3P.js +1 -0
- package/ui-dist/assets/cypher-C_CwsFkJ.js +1 -0
- package/ui-dist/assets/cytoscape.esm-BQaXIfA_.js +331 -0
- package/ui-dist/assets/d-pRatUO7H.js +1 -0
- package/ui-dist/assets/dagre-6UL2VRFP-jYpzbH9A.js +4 -0
- package/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/ui-dist/assets/diagram-PSM6KHXK-Dc1Hv-Vh.js +24 -0
- package/ui-dist/assets/diagram-QEK2KX5R-oPEQIYAR.js +43 -0
- package/ui-dist/assets/diagram-S2PKOQOG-B6uyGC_6.js +24 -0
- package/ui-dist/assets/diff-DbItnlRl.js +1 -0
- package/ui-dist/assets/dockerfile-BKs6k2Af.js +1 -0
- package/ui-dist/assets/dtd-DF_7sFjM.js +1 -0
- package/ui-dist/assets/dylan-DwRh75JA.js +1 -0
- package/ui-dist/assets/ebnf-CDyGwa7X.js +1 -0
- package/ui-dist/assets/ecl-Cabwm37j.js +1 -0
- package/ui-dist/assets/eiffel-CnydiIhH.js +1 -0
- package/ui-dist/assets/elm-vLlmbW-K.js +1 -0
- package/ui-dist/assets/erDiagram-Q2GNP2WA-BYeILDJ-.js +60 -0
- package/ui-dist/assets/erlang-BNw1qcRV.js +1 -0
- package/ui-dist/assets/factor-kuTfRLto.js +1 -0
- package/ui-dist/assets/fcl-Kvtd6kyn.js +1 -0
- package/ui-dist/assets/flowDiagram-NV44I4VS-D_QtgcHc.js +162 -0
- package/ui-dist/assets/forth-Ffai-XNe.js +1 -0
- package/ui-dist/assets/fortran-DYz_wnZ1.js +1 -0
- package/ui-dist/assets/ganttDiagram-JELNMOA3-BUm8gqM3.js +267 -0
- package/ui-dist/assets/gas-Bneqetm1.js +1 -0
- package/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
- package/ui-dist/assets/gitGraphDiagram-V2S2FVAM-BI-Sg0Go.js +65 -0
- package/ui-dist/assets/graph-BUqC2_Eh.js +1 -0
- package/ui-dist/assets/groovy-D9Dt4D0W.js +1 -0
- package/ui-dist/assets/haskell-Cw1EW3IL.js +1 -0
- package/ui-dist/assets/haxe-H-WmDvRZ.js +1 -0
- package/ui-dist/assets/http-DBlCnlav.js +1 -0
- package/ui-dist/assets/idl-BEugSyMb.js +1 -0
- package/ui-dist/assets/index-67wgPlFF.js +2 -0
- package/ui-dist/assets/index-AOupEZ7F.js +3 -0
- package/ui-dist/assets/index-Adh61992.css +1 -0
- package/ui-dist/assets/index-BDxTQGYs.js +1 -0
- package/ui-dist/assets/index-BPkGaKoo.js +1 -0
- package/ui-dist/assets/index-Bqv4zJgN.js +1 -0
- package/ui-dist/assets/index-BsG_gnx5.js +1 -0
- package/ui-dist/assets/index-CMr20CMo.js +1 -0
- package/ui-dist/assets/index-CWDSPi4k.js +1 -0
- package/ui-dist/assets/index-CjbPLXsH.js +1 -0
- package/ui-dist/assets/index-CpPrzV14.js +1 -0
- package/ui-dist/assets/index-CtMyHQ6R.js +13 -0
- package/ui-dist/assets/index-CxjxLAwB.js +1 -0
- package/ui-dist/assets/index-DM781ctw.js +1 -0
- package/ui-dist/assets/index-DRfcby21.js +1 -0
- package/ui-dist/assets/index-DT_WMp92.js +1208 -0
- package/ui-dist/assets/index-DeC7VY6K.js +7 -0
- package/ui-dist/assets/index-DjE1yn7n.js +1 -0
- package/ui-dist/assets/index-DpvIH4Bv.js +6 -0
- package/ui-dist/assets/index-Dr9BRllo.js +1 -0
- package/ui-dist/assets/index-M28FYTR1.js +1 -0
- package/ui-dist/assets/index-W7PRr-fr.js +1 -0
- package/ui-dist/assets/index-cQIqZijA.js +1 -0
- package/ui-dist/assets/index-pdiw2nOL.js +1 -0
- package/ui-dist/assets/infoDiagram-HS3SLOUP-Czj6Kk7r.js +2 -0
- package/ui-dist/assets/init-Gi6I4Gst.js +1 -0
- package/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
- package/ui-dist/assets/journeyDiagram-XKPGCS4Q-DmbRbLNy.js +139 -0
- package/ui-dist/assets/julia-DuME0IfC.js +1 -0
- package/ui-dist/assets/kanban-definition-3W4ZIXB7-i8wImeeQ.js +89 -0
- package/ui-dist/assets/katex-O9d3_IXG.js +261 -0
- package/ui-dist/assets/layout-BZ41aZG6.js +1 -0
- package/ui-dist/assets/linear-Bd24j0eU.js +1 -0
- package/ui-dist/assets/livescript-BwQOo05w.js +1 -0
- package/ui-dist/assets/lua-BgMRiT3U.js +1 -0
- package/ui-dist/assets/mathematica-DTrFuWx2.js +1 -0
- package/ui-dist/assets/mbox-CNhZ1qSd.js +1 -0
- package/ui-dist/assets/mermaid.core-CnmYbevd.js +256 -0
- package/ui-dist/assets/mindmap-definition-VGOIOE7T-2yJkRaxJ.js +68 -0
- package/ui-dist/assets/mirc-CjQqDB4T.js +1 -0
- package/ui-dist/assets/mllike-CXdrOF99.js +1 -0
- package/ui-dist/assets/modelica-Dc1JOy9r.js +1 -0
- package/ui-dist/assets/mscgen-BA5vi2Kp.js +1 -0
- package/ui-dist/assets/mumps-BT43cFF4.js +1 -0
- package/ui-dist/assets/nginx-DdIZxoE0.js +1 -0
- package/ui-dist/assets/nsis-LdVXkNf5.js +1 -0
- package/ui-dist/assets/ntriples-BfvgReVJ.js +1 -0
- package/ui-dist/assets/octave-Ck1zUtKM.js +1 -0
- package/ui-dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/ui-dist/assets/oz-BzwKVEFT.js +1 -0
- package/ui-dist/assets/pascal--L3eBynH.js +1 -0
- package/ui-dist/assets/perl-CdXCOZ3F.js +1 -0
- package/ui-dist/assets/pieDiagram-ADFJNKIX-DfY80Olt.js +30 -0
- package/ui-dist/assets/pig-CevX1Tat.js +1 -0
- package/ui-dist/assets/powershell-CFHJl5sT.js +1 -0
- package/ui-dist/assets/properties-C78fOPTZ.js +1 -0
- package/ui-dist/assets/protobuf-ChK-085T.js +1 -0
- package/ui-dist/assets/pug-DeIclll2.js +1 -0
- package/ui-dist/assets/puppet-DMA9R1ak.js +1 -0
- package/ui-dist/assets/python-BuPzkPfP.js +1 -0
- package/ui-dist/assets/q-pXgVlZs6.js +1 -0
- package/ui-dist/assets/quadrantDiagram-AYHSOK5B-laGlzK_R.js +7 -0
- package/ui-dist/assets/r-B6wPVr8A.js +1 -0
- package/ui-dist/assets/requirementDiagram-UZGBJVZJ-DQu2AfNp.js +64 -0
- package/ui-dist/assets/rpm-CTu-6PCP.js +1 -0
- package/ui-dist/assets/ruby-B2Rjki9n.js +1 -0
- package/ui-dist/assets/sankeyDiagram-TZEHDZUN-CVXbe6_i.js +10 -0
- package/ui-dist/assets/sas-B4kiWyti.js +1 -0
- package/ui-dist/assets/scheme-C41bIUwD.js +1 -0
- package/ui-dist/assets/sequenceDiagram-WL72ISMW-CbzHcu8D.js +145 -0
- package/ui-dist/assets/shell-CjFT_Tl9.js +1 -0
- package/ui-dist/assets/sieve-C3Gn_uJK.js +1 -0
- package/ui-dist/assets/simple-mode-GW_nhZxv.js +1 -0
- package/ui-dist/assets/smalltalk-CnHTOXQT.js +1 -0
- package/ui-dist/assets/solr-DehyRSwq.js +1 -0
- package/ui-dist/assets/sparql-DkYu6x3z.js +1 -0
- package/ui-dist/assets/spreadsheet-BCZA_wO0.js +1 -0
- package/ui-dist/assets/sql-D0XecflT.js +1 -0
- package/ui-dist/assets/stateDiagram-FKZM4ZOC-BlA3BmIE.js +1 -0
- package/ui-dist/assets/stateDiagram-v2-4FDKWEC3-CKWuMBZK.js +1 -0
- package/ui-dist/assets/stex-C3f8Ysf7.js +1 -0
- package/ui-dist/assets/stylus-B533Al4x.js +1 -0
- package/ui-dist/assets/swift-BzpIVaGY.js +1 -0
- package/ui-dist/assets/tcl-DVfN8rqt.js +1 -0
- package/ui-dist/assets/textile-CnDTJFAw.js +1 -0
- package/ui-dist/assets/tiddlywiki-DO-Gjzrf.js +1 -0
- package/ui-dist/assets/tiki-DGYXhP31.js +1 -0
- package/ui-dist/assets/timeline-definition-IT6M3QCI-DIMG09X0.js +61 -0
- package/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
- package/ui-dist/assets/treemap-GDKQZRPO-qYl32Jd0.js +162 -0
- package/ui-dist/assets/troff-wAsdV37c.js +1 -0
- package/ui-dist/assets/ttcn-CfJYG6tj.js +1 -0
- package/ui-dist/assets/ttcn-cfg-B9xdYoR4.js +1 -0
- package/ui-dist/assets/turtle-B1tBg_DP.js +1 -0
- package/ui-dist/assets/vb-CmGdzxic.js +1 -0
- package/ui-dist/assets/vbscript-BuJXcnF6.js +1 -0
- package/ui-dist/assets/velocity-D8B20fx6.js +1 -0
- package/ui-dist/assets/verilog-C6RDOZhf.js +1 -0
- package/ui-dist/assets/vhdl-lSbBsy5d.js +1 -0
- package/ui-dist/assets/webidl-ZXfAyPTL.js +1 -0
- package/ui-dist/assets/xquery-DzFWVndE.js +1 -0
- package/ui-dist/assets/xychartDiagram-PRI3JC2R-B3g_TERG.js +7 -0
- package/ui-dist/assets/yacas-BJ4BC0dw.js +1 -0
- package/ui-dist/assets/z80-Hz9HOZM7.js +1 -0
- package/ui-dist/brands/opencode-logo-dark-square.svg +18 -0
- package/ui-dist/brands/opencode-logo-light-square.svg +18 -0
- package/ui-dist/favicon-16x16.png +0 -0
- package/ui-dist/favicon-32x32.png +0 -0
- package/ui-dist/favicon.ico +0 -0
- package/ui-dist/favicon.svg +9 -0
- package/ui-dist/index.html +49 -0
- package/ui-dist/locales/en/common.json +2008 -0
- package/ui-dist/locales/zh-CN/common.json +2159 -0
- package/ui-dist/site.webmanifest +30 -0
- package/ui-dist/sw.js +42 -0
- package/ui-dist/worktree-favicon-16x16.png +0 -0
- package/ui-dist/worktree-favicon-32x32.png +0 -0
- package/ui-dist/worktree-favicon.ico +0 -0
- package/ui-dist/worktree-favicon.svg +9 -0
|
@@ -0,0 +1,2008 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"{{name}}\" has been archived": "\"{{name}}\" has been archived",
|
|
3
|
+
"\"{{name}}\" has been unarchived": "\"{{name}}\" has been unarchived",
|
|
4
|
+
"+3 this week": "+3 this week",
|
|
5
|
+
"+{{count}} more issues": "+{{count}} more issues",
|
|
6
|
+
".": ".",
|
|
7
|
+
"<empty>": "<empty>",
|
|
8
|
+
"A reference for the components, styles, and interaction patterns used across Paperclip CN.": "A reference for the components, styles, and interaction patterns used across Paperclip CN.",
|
|
9
|
+
"API key created — copy it now, it will not be shown again.": "API key created — copy it now, it will not be shown again.",
|
|
10
|
+
"API keys allow this agent to authenticate calls to the Paperclip server.": "API keys allow this agent to authenticate calls to the Paperclip server.",
|
|
11
|
+
"API keys have been added to the vault. Please proceed.": "API keys have been added to the vault. Please proceed.",
|
|
12
|
+
"API route not found": "API route not found",
|
|
13
|
+
"About": "About",
|
|
14
|
+
"Accent": "Accent",
|
|
15
|
+
"Account-level charges grouped by event kind.": "Account-level charges grouped by event kind.",
|
|
16
|
+
"Account-level charges that do not map to a single inference request.": "Account-level charges that do not map to a single inference request.",
|
|
17
|
+
"Account-level financial events grouped by who charged or credited them.": "Account-level financial events grouped by who charged or credited them.",
|
|
18
|
+
"Acme Corp": "Acme Corp",
|
|
19
|
+
"Action": "Action",
|
|
20
|
+
"Actions": "Actions",
|
|
21
|
+
"Active": "Active",
|
|
22
|
+
"Active Agents": "Active Agents",
|
|
23
|
+
"Active Keys": "Active Keys",
|
|
24
|
+
"Activity": "Activity",
|
|
25
|
+
"Adapter": "Adapter",
|
|
26
|
+
"Adapter environment check": "Adapter environment check",
|
|
27
|
+
"Adapter environment test failed": "Adapter environment test failed",
|
|
28
|
+
"Adapter type": "Adapter type",
|
|
29
|
+
"Add": "Add",
|
|
30
|
+
"Add Goal": "Add Goal",
|
|
31
|
+
"Add Project": "Add Project",
|
|
32
|
+
"Add a comment...": "Add a comment...",
|
|
33
|
+
"Add a description...": "Add a description...",
|
|
34
|
+
"Add a skill source": "Add a skill source",
|
|
35
|
+
"Add cost tracking dashboard": "Add cost tracking dashboard",
|
|
36
|
+
"Add instructions...": "Add instructions...",
|
|
37
|
+
"Add more detail about what the agent should do...": "Add more detail about what the agent should do...",
|
|
38
|
+
"Add trigger": "Add trigger",
|
|
39
|
+
"Adding...": "Adding...",
|
|
40
|
+
"Advanced delivery settings": "Advanced delivery settings",
|
|
41
|
+
"After": "After",
|
|
42
|
+
"Agent": "Agent",
|
|
43
|
+
"Agent heartbeat": "Agent heartbeat",
|
|
44
|
+
"Agent join request{{suffix}}": "Agent join request{{suffix}}",
|
|
45
|
+
"Agent name": "Agent name",
|
|
46
|
+
"Agent status dots": "Agent status dots",
|
|
47
|
+
"Agents": "Agents",
|
|
48
|
+
"Alerts": "Alerts",
|
|
49
|
+
"All": "All",
|
|
50
|
+
"All Time": "All Time",
|
|
51
|
+
"All approval statuses": "All approval statuses",
|
|
52
|
+
"All categories": "All categories",
|
|
53
|
+
"All types": "All types",
|
|
54
|
+
"Alternative card title example": "Alternative card title example",
|
|
55
|
+
"App components": "App components",
|
|
56
|
+
"Approval": "Approval",
|
|
57
|
+
"Approval confirmed": "Approval confirmed",
|
|
58
|
+
"Approval not found.": "Approval not found.",
|
|
59
|
+
"Approval status": "Approval status",
|
|
60
|
+
"Approvals": "Approvals",
|
|
61
|
+
"Approve": "Approve",
|
|
62
|
+
"Approve failed": "Approve failed",
|
|
63
|
+
"Archived": "Archived",
|
|
64
|
+
"Are you sure you want to uninstall": "Are you sure you want to uninstall",
|
|
65
|
+
"Assign Task": "Assign Task",
|
|
66
|
+
"Assign to me": "Assign to me",
|
|
67
|
+
"Assign to requester": "Assign to requester",
|
|
68
|
+
"Assign to {{name}}": "Assign to {{name}}",
|
|
69
|
+
"Assigned to Agent Alpha": "Assigned to Agent Alpha",
|
|
70
|
+
"Assignee": "Assignee",
|
|
71
|
+
"Assignment": "Assignment",
|
|
72
|
+
"Attach image": "Attach image",
|
|
73
|
+
"Author": "Author",
|
|
74
|
+
"Auto-Restart Dev Server When Idle": "Auto-Restart Dev Server When Idle",
|
|
75
|
+
"Automation": "Automation",
|
|
76
|
+
"Automation enabled.": "Automation enabled.",
|
|
77
|
+
"Automation paused.": "Automation paused.",
|
|
78
|
+
"Autosaving...": "Autosaving...",
|
|
79
|
+
"Available Plugins": "Available Plugins",
|
|
80
|
+
"Avatars": "Avatars",
|
|
81
|
+
"Back": "Back",
|
|
82
|
+
"Back to approvals": "Back to approvals",
|
|
83
|
+
"Background": "Background",
|
|
84
|
+
"Backlog": "Backlog",
|
|
85
|
+
"Badges": "Badges",
|
|
86
|
+
"Base ref": "Base ref",
|
|
87
|
+
"Before": "Before",
|
|
88
|
+
"Beta": "Beta",
|
|
89
|
+
"Billers": "Billers",
|
|
90
|
+
"Blocked by PAP-001": "Blocked by PAP-001",
|
|
91
|
+
"Board": "Board",
|
|
92
|
+
"Board view": "Board view",
|
|
93
|
+
"Body text (single-line)": "Body text (single-line)",
|
|
94
|
+
"Body text example": "Body text example",
|
|
95
|
+
"Border": "Border",
|
|
96
|
+
"Branch": "Branch",
|
|
97
|
+
"Breadcrumb": "Breadcrumb",
|
|
98
|
+
"Browse skills.sh": "Browse skills.sh",
|
|
99
|
+
"Budget": "Budget",
|
|
100
|
+
"Budget Override": "Budget Override",
|
|
101
|
+
"Budget amount": "Budget amount",
|
|
102
|
+
"Budget at": "Budget at",
|
|
103
|
+
"Budget {{amount}}": "Budget {{amount}}",
|
|
104
|
+
"Budgets": "Budgets",
|
|
105
|
+
"Build agent heartbeat system": "Build agent heartbeat system",
|
|
106
|
+
"Built from a real Paperclip development run, then sanitized so no secrets, local paths, or environment details survive into the fixture.": "Built from a real Paperclip development run, then sanitized so no secrets, local paths, or environment details survive into the fixture.",
|
|
107
|
+
"Buttons": "Buttons",
|
|
108
|
+
"By agent": "By agent",
|
|
109
|
+
"By biller": "By biller",
|
|
110
|
+
"By project": "By project",
|
|
111
|
+
"CEO Strategy": "CEO Strategy",
|
|
112
|
+
"COMING SOON": "COMING SOON",
|
|
113
|
+
"Cached": "Cached",
|
|
114
|
+
"Cached tokens": "Cached tokens",
|
|
115
|
+
"Cancel": "Cancel",
|
|
116
|
+
"Cancelled": "Cancelled",
|
|
117
|
+
"Cancelling…": "Cancelling…",
|
|
118
|
+
"Capabilities": "Capabilities",
|
|
119
|
+
"Capture setup pitfalls and screenshots.": "Capture setup pitfalls and screenshots.",
|
|
120
|
+
"Card": "Card",
|
|
121
|
+
"Card Title": "Card Title",
|
|
122
|
+
"Card content goes here. This is the main body area.": "Card content goes here. This is the main body area.",
|
|
123
|
+
"Card description with supporting text.": "Card description with supporting text.",
|
|
124
|
+
"Card title example": "Card title example",
|
|
125
|
+
"Cards": "Cards",
|
|
126
|
+
"Catch-up": "Catch-up",
|
|
127
|
+
"Categories": "Categories",
|
|
128
|
+
"Category": "Category",
|
|
129
|
+
"Change project color": "Change project color",
|
|
130
|
+
"Chart": "Chart",
|
|
131
|
+
"Chart 1": "Chart 1",
|
|
132
|
+
"Chart 2": "Chart 2",
|
|
133
|
+
"Chart 3": "Chart 3",
|
|
134
|
+
"Chart 4": "Chart 4",
|
|
135
|
+
"Chart 5": "Chart 5",
|
|
136
|
+
"Check for updates": "Check for updates",
|
|
137
|
+
"Checkbox & Label": "Checkbox & Label",
|
|
138
|
+
"Checked item": "Checked item",
|
|
139
|
+
"Checking health...": "Checking health...",
|
|
140
|
+
"Choose frequency...": "Choose frequency...",
|
|
141
|
+
"Choose how this agent will run tasks.": "Choose how this agent will run tasks.",
|
|
142
|
+
"Claude (local)": "Claude (local)",
|
|
143
|
+
"Claude failed while": "Claude failed while",
|
|
144
|
+
"Cleanup": "Cleanup",
|
|
145
|
+
"Clear": "Clear",
|
|
146
|
+
"Clear all": "Clear all",
|
|
147
|
+
"Click the icon to change (current: {{priority}})": "Click the icon to change (current: {{priority}})",
|
|
148
|
+
"Click the icon to change status (current: {{status}})": "Click the icon to change status (current: {{status}})",
|
|
149
|
+
"Click to edit this text": "Click to edit this text",
|
|
150
|
+
"Clipboard access was denied.": "Clipboard access was denied.",
|
|
151
|
+
"Close": "Close",
|
|
152
|
+
"Code": "Code",
|
|
153
|
+
"Codex (local)": "Codex (local)",
|
|
154
|
+
"Collapse command details": "Collapse command details",
|
|
155
|
+
"Collapse stdout": "Collapse stdout",
|
|
156
|
+
"Collapse tool details": "Collapse tool details",
|
|
157
|
+
"Collapse {{key}} document": "Collapse {{key}} document",
|
|
158
|
+
"Collapse {{name}}": "Collapse {{name}}",
|
|
159
|
+
"Collapsible": "Collapsible",
|
|
160
|
+
"Colors": "Colors",
|
|
161
|
+
"Comfortable": "Comfortable",
|
|
162
|
+
"Coming soon": "Coming soon",
|
|
163
|
+
"Command": "Command",
|
|
164
|
+
"Command (CMDK)": "Command (CMDK)",
|
|
165
|
+
"Command failed": "Command failed",
|
|
166
|
+
"Command notes": "Command notes",
|
|
167
|
+
"Comment": "Comment",
|
|
168
|
+
"Comment Thread Pattern": "Comment Thread Pattern",
|
|
169
|
+
"Comment failed": "Comment failed",
|
|
170
|
+
"Comments": "Comments",
|
|
171
|
+
"Comments & Runs ({{count}})": "Comments & Runs ({{count}})",
|
|
172
|
+
"Comments (2)": "Comments (2)",
|
|
173
|
+
"Comments ({{count}})": "Comments ({{count}})",
|
|
174
|
+
"Comments content.": "Comments content.",
|
|
175
|
+
"Common Icons (Lucide)": "Common Icons (Lucide)",
|
|
176
|
+
"Compact": "Compact",
|
|
177
|
+
"Compact live transcript stream for the issue detail page.": "Compact live transcript stream for the issue detail page.",
|
|
178
|
+
"Companies": "Companies",
|
|
179
|
+
"Company": "Company",
|
|
180
|
+
"Company name": "Company name",
|
|
181
|
+
"Company not found": "Company not found",
|
|
182
|
+
"Completed": "Completed",
|
|
183
|
+
"Completed 2 days ago": "Completed 2 days ago",
|
|
184
|
+
"Component Coverage": "Component Coverage",
|
|
185
|
+
"Concurrency": "Concurrency",
|
|
186
|
+
"Config": "Config",
|
|
187
|
+
"Config tab content.": "Config tab content.",
|
|
188
|
+
"Configuration": "Configuration",
|
|
189
|
+
"Configuration saved.": "Configuration saved.",
|
|
190
|
+
"Configuration test failed.": "Configuration test failed.",
|
|
191
|
+
"Configuration test passed.": "Configuration test passed.",
|
|
192
|
+
"Configure": "Configure",
|
|
193
|
+
"Configure OpenClaw within the App": "Configure OpenClaw within the App",
|
|
194
|
+
"Context": "Context",
|
|
195
|
+
"Controls": "Controls",
|
|
196
|
+
"Copied path to workspace": "Copied path to workspace",
|
|
197
|
+
"Copied!": "Copied!",
|
|
198
|
+
"Copy": "Copy",
|
|
199
|
+
"Copy Agent ID": "Copy Agent ID",
|
|
200
|
+
"Copy document": "Copy document",
|
|
201
|
+
"Copy issue as markdown": "Copy issue as markdown",
|
|
202
|
+
"Core": "Core",
|
|
203
|
+
"Cost": "Cost",
|
|
204
|
+
"Cost Summary": "Cost Summary",
|
|
205
|
+
"Cost Table Pattern": "Cost Table Pattern",
|
|
206
|
+
"Costs": "Costs",
|
|
207
|
+
"Costs tab content.": "Costs tab content.",
|
|
208
|
+
"Could not copy document": "Could not copy document",
|
|
209
|
+
"Could not save": "Could not save",
|
|
210
|
+
"Crashes": "Crashes",
|
|
211
|
+
"Create": "Create",
|
|
212
|
+
"Create & Open Issue": "Create & Open Issue",
|
|
213
|
+
"Create API Key": "Create API Key",
|
|
214
|
+
"Create Issue": "Create Issue",
|
|
215
|
+
"Create Item": "Create Item",
|
|
216
|
+
"Create document": "Create document",
|
|
217
|
+
"Create label": "Create label",
|
|
218
|
+
"Create new issue": "Create new issue",
|
|
219
|
+
"Create or select a company before testing adapter environment.": "Create or select a company before testing adapter environment.",
|
|
220
|
+
"Create skill": "Create skill",
|
|
221
|
+
"Create your first agent": "Create your first agent",
|
|
222
|
+
"Create your first agent to get started.": "Create your first agent to get started.",
|
|
223
|
+
"Created": "Created",
|
|
224
|
+
"Created by": "Created by",
|
|
225
|
+
"Created by this run": "Created by this run",
|
|
226
|
+
"Created {{date}}": "Created {{date}}",
|
|
227
|
+
"Created {{value}}": "Created {{value}}",
|
|
228
|
+
"Creating...": "Creating...",
|
|
229
|
+
"Creating…": "Creating…",
|
|
230
|
+
"Critical": "Critical",
|
|
231
|
+
"Current value: {{value}}": "Current value: {{value}}",
|
|
232
|
+
"Current: {{name}} (terminated)": "Current: {{name}} (terminated)",
|
|
233
|
+
"Cursor (local)": "Cursor (local)",
|
|
234
|
+
"Custom": "Custom",
|
|
235
|
+
"Custom initials": "Custom initials",
|
|
236
|
+
"Dashboard": "Dashboard",
|
|
237
|
+
"Dashboard Card": "Dashboard Card",
|
|
238
|
+
"Date": "Date",
|
|
239
|
+
"Debit minus credit for the selected period": "Debit minus credit for the selected period",
|
|
240
|
+
"Decision note:": "Decision note:",
|
|
241
|
+
"Default": "Default",
|
|
242
|
+
"Default (pill) variant": "Default (pill) variant",
|
|
243
|
+
"Default input": "Default input",
|
|
244
|
+
"Default size": "Default size",
|
|
245
|
+
"Delete": "Delete",
|
|
246
|
+
"Delete Company": "Delete Company",
|
|
247
|
+
"Delete disapproved agent": "Delete disapproved agent",
|
|
248
|
+
"Delete document": "Delete document",
|
|
249
|
+
"Delete failed": "Delete failed",
|
|
250
|
+
"Delete issue": "Delete issue",
|
|
251
|
+
"Delete this company and all its data? This cannot be undone.": "Delete this company and all its data? This cannot be undone.",
|
|
252
|
+
"Delete this disapproved agent? This cannot be undone.": "Delete this disapproved agent? This cannot be undone.",
|
|
253
|
+
"Delete this document? This cannot be undone.": "Delete this document? This cannot be undone.",
|
|
254
|
+
"Delete {{name}}": "Delete {{name}}",
|
|
255
|
+
"Deleting...": "Deleting...",
|
|
256
|
+
"Deleting…": "Deleting…",
|
|
257
|
+
"Dense card": "Dense card",
|
|
258
|
+
"Deploy to production": "Deploy to production",
|
|
259
|
+
"Depth": "Depth",
|
|
260
|
+
"Describe...": "Describe...",
|
|
261
|
+
"Description": "Description",
|
|
262
|
+
"Description (multiline, auto-sizing)": "Description (multiline, auto-sizing)",
|
|
263
|
+
"Description (optional)": "Description (optional)",
|
|
264
|
+
"Design Guide": "Design Guide",
|
|
265
|
+
"Destructive": "Destructive",
|
|
266
|
+
"Detail": "Detail",
|
|
267
|
+
"Details": "Details",
|
|
268
|
+
"Details content.": "Details content.",
|
|
269
|
+
"Dialog": "Dialog",
|
|
270
|
+
"Dialog Title": "Dialog Title",
|
|
271
|
+
"Disable": "Disable",
|
|
272
|
+
"Disabled": "Disabled",
|
|
273
|
+
"Disabled Outline": "Disabled Outline",
|
|
274
|
+
"Disabled input": "Disabled input",
|
|
275
|
+
"Disabled item": "Disabled item",
|
|
276
|
+
"Dismiss": "Dismiss",
|
|
277
|
+
"Dismiss from inbox": "Dismiss from inbox",
|
|
278
|
+
"Document actions": "Document actions",
|
|
279
|
+
"Document body cannot be empty": "Document body cannot be empty",
|
|
280
|
+
"Document changed remotely and the latest version could not be loaded": "Document changed remotely and the latest version could not be loaded",
|
|
281
|
+
"Document key and body are required": "Document key and body are required",
|
|
282
|
+
"Document key must start with a letter or number and use only lowercase letters, numbers, -, or _.": "Document key must start with a letter or number and use only lowercase letters, numbers, -, or _.",
|
|
283
|
+
"Done": "Done",
|
|
284
|
+
"Download document": "Download document",
|
|
285
|
+
"Dropdown Menu": "Dropdown Menu",
|
|
286
|
+
"Duration:": "Duration:",
|
|
287
|
+
"Edit": "Edit",
|
|
288
|
+
"Edit metadata without leaving the current page.": "Edit metadata without leaving the current page.",
|
|
289
|
+
"Editable": "Editable",
|
|
290
|
+
"Editable Title": "Editable Title",
|
|
291
|
+
"Empty State": "Empty State",
|
|
292
|
+
"Enable": "Enable",
|
|
293
|
+
"Enable Chrome": "Enable Chrome",
|
|
294
|
+
"Enable Isolated Workspaces": "Enable Isolated Workspaces",
|
|
295
|
+
"Enable automatic triggers": "Enable automatic triggers",
|
|
296
|
+
"Enter a name": "Enter a name",
|
|
297
|
+
"Enter a valid non-negative budget amount.": "Enter a valid non-negative budget amount.",
|
|
298
|
+
"Enter the npm package name of the plugin you wish to install.": "Enter the npm package name of the plugin you wish to install.",
|
|
299
|
+
"Entity Rows": "Entity Rows",
|
|
300
|
+
"Environment": "Environment",
|
|
301
|
+
"Error": "Error",
|
|
302
|
+
"Error Details": "Error Details",
|
|
303
|
+
"Error:": "Error:",
|
|
304
|
+
"Errored": "Errored",
|
|
305
|
+
"Estimated debits that are not yet invoice-authoritative": "Estimated debits that are not yet invoice-authoritative",
|
|
306
|
+
"Events ({{count}})": "Events ({{count}})",
|
|
307
|
+
"Every day": "Every day",
|
|
308
|
+
"Everything is set up. Launching now will create the starter task, wake the agent, and open the issue.": "Everything is set up. Launching now will create the starter task, wake the agent, and open the issue.",
|
|
309
|
+
"Example": "Example",
|
|
310
|
+
"Examples": "Examples",
|
|
311
|
+
"Executed command": "Executed command",
|
|
312
|
+
"Executed {{count}} commands": "Executed {{count}} commands",
|
|
313
|
+
"Executing command": "Executing command",
|
|
314
|
+
"Exit code": "Exit code",
|
|
315
|
+
"Expand command details": "Expand command details",
|
|
316
|
+
"Expand stdout": "Expand stdout",
|
|
317
|
+
"Expand tool details": "Expand tool details",
|
|
318
|
+
"Expand {{key}} document": "Expand {{key}} document",
|
|
319
|
+
"Expand {{name}}": "Expand {{name}}",
|
|
320
|
+
"Experimental": "Experimental",
|
|
321
|
+
"Export company": "Export company",
|
|
322
|
+
"Extra Small": "Extra Small",
|
|
323
|
+
"Failed": "Failed",
|
|
324
|
+
"Failed runs": "Failed runs",
|
|
325
|
+
"Failed to add trigger": "Failed to add trigger",
|
|
326
|
+
"Failed to approve": "Failed to approve",
|
|
327
|
+
"Failed to archive project": "Failed to archive project",
|
|
328
|
+
"Failed to clear sessions": "Failed to clear sessions",
|
|
329
|
+
"Failed to copy {{label}}": "Failed to copy {{label}}",
|
|
330
|
+
"Failed to create agent": "Failed to create agent",
|
|
331
|
+
"Failed to create company": "Failed to create company",
|
|
332
|
+
"Failed to create task": "Failed to create task",
|
|
333
|
+
"Failed to delete document": "Failed to delete document",
|
|
334
|
+
"Failed to delete trigger": "Failed to delete trigger",
|
|
335
|
+
"Failed to disable plugin": "Failed to disable plugin",
|
|
336
|
+
"Failed to enable plugin": "Failed to enable plugin",
|
|
337
|
+
"Failed to import skill source.": "Failed to import skill source.",
|
|
338
|
+
"Failed to install plugin": "Failed to install plugin",
|
|
339
|
+
"Failed to install skill update.": "Failed to install skill update.",
|
|
340
|
+
"Failed to load OpenCode models.": "Failed to load OpenCode models.",
|
|
341
|
+
"Failed to load bundled examples.": "Failed to load bundled examples.",
|
|
342
|
+
"Failed to load experimental settings.": "Failed to load experimental settings.",
|
|
343
|
+
"Failed to load plugins.": "Failed to load plugins.",
|
|
344
|
+
"Failed to load workspace operation log": "Failed to load workspace operation log",
|
|
345
|
+
"Failed to reject": "Failed to reject",
|
|
346
|
+
"Failed to reset session": "Failed to reset session",
|
|
347
|
+
"Failed to rotate webhook secret": "Failed to rotate webhook secret",
|
|
348
|
+
"Failed to save configuration.": "Failed to save configuration.",
|
|
349
|
+
"Failed to save document": "Failed to save document",
|
|
350
|
+
"Failed to save routine": "Failed to save routine",
|
|
351
|
+
"Failed to save skill file.": "Failed to save skill file.",
|
|
352
|
+
"Failed to scan project workspaces.": "Failed to scan project workspaces.",
|
|
353
|
+
"Failed to unarchive project": "Failed to unarchive project",
|
|
354
|
+
"Failed to uninstall plugin": "Failed to uninstall plugin",
|
|
355
|
+
"Failed to unset ANTHROPIC_API_KEY and retry.": "Failed to unset ANTHROPIC_API_KEY and retry.",
|
|
356
|
+
"Failed to update experimental settings.": "Failed to update experimental settings.",
|
|
357
|
+
"Failed to update permissions": "Failed to update permissions",
|
|
358
|
+
"Failed to update routine": "Failed to update routine",
|
|
359
|
+
"Failed to update trigger": "Failed to update trigger",
|
|
360
|
+
"Failed with exit code {{exitCode}}": "Failed with exit code {{exitCode}}",
|
|
361
|
+
"Failure details": "Failure details",
|
|
362
|
+
"Filter": "Filter",
|
|
363
|
+
"Filter Bar": "Filter Bar",
|
|
364
|
+
"Filter by agent name": "Filter by agent name",
|
|
365
|
+
"Filter by type": "Filter by type",
|
|
366
|
+
"Filters": "Filters",
|
|
367
|
+
"Filters: {{count}}": "Filters: {{count}}",
|
|
368
|
+
"Finance": "Finance",
|
|
369
|
+
"Finance ledger": "Finance ledger",
|
|
370
|
+
"Finance net": "Finance net",
|
|
371
|
+
"Financial event mix": "Financial event mix",
|
|
372
|
+
"Find install commands and paste one here.": "Find install commands and paste one here.",
|
|
373
|
+
"Finished 2m ago": "Finished 2m ago",
|
|
374
|
+
"Finished {{time}}": "Finished {{time}}",
|
|
375
|
+
"Fit": "Fit",
|
|
376
|
+
"Fit chart to screen": "Fit chart to screen",
|
|
377
|
+
"Fit to screen": "Fit to screen",
|
|
378
|
+
"Five fields: minute hour day-of-month month day-of-week": "Five fields: minute hour day-of-month month day-of-week",
|
|
379
|
+
"For": "For",
|
|
380
|
+
"Forbidden": "Forbidden",
|
|
381
|
+
"Foreground": "Foreground",
|
|
382
|
+
"Form Elements": "Form Elements",
|
|
383
|
+
"Full error output": "Full error output",
|
|
384
|
+
"Full transcript": "Full transcript",
|
|
385
|
+
"Gateway URL": "Gateway URL",
|
|
386
|
+
"Gemini CLI (local)": "Gemini CLI (local)",
|
|
387
|
+
"Ghost": "Ghost",
|
|
388
|
+
"Give it something to do": "Give it something to do",
|
|
389
|
+
"Give your agent a small task to start with - a bug fix, a research question, writing a script.": "Give your agent a small task to start with - a bug fix, a research question, writing a script.",
|
|
390
|
+
"Go home": "Go home",
|
|
391
|
+
"Goals": "Goals",
|
|
392
|
+
"Group": "Group",
|
|
393
|
+
"Grouped List (Issues pattern)": "Grouped List (Issues pattern)",
|
|
394
|
+
"Health Status": "Health Status",
|
|
395
|
+
"Health checks run once the plugin is ready.": "Health checks run once the plugin is ready.",
|
|
396
|
+
"Heartbeat run #{{index}}: completed successfully": "Heartbeat run #{{index}}: completed successfully",
|
|
397
|
+
"Hermes Agent": "Hermes Agent",
|
|
398
|
+
"Hermes requires an explicit model in provider/model format.": "Hermes requires an explicit model in provider/model format.",
|
|
399
|
+
"Hide": "Hide",
|
|
400
|
+
"Hide full log": "Hide full log",
|
|
401
|
+
"Hide remote": "Hide remote",
|
|
402
|
+
"Hide this issue": "Hide this issue",
|
|
403
|
+
"High": "High",
|
|
404
|
+
"Hire Agent": "Hire Agent",
|
|
405
|
+
"Horizontal": "Horizontal",
|
|
406
|
+
"Hover me": "Hover me",
|
|
407
|
+
"Human": "Human",
|
|
408
|
+
"Human join request": "Human join request",
|
|
409
|
+
"Icon": "Icon",
|
|
410
|
+
"Icon buttons": "Icon buttons",
|
|
411
|
+
"Identity": "Identity",
|
|
412
|
+
"If auth fails, set": "If auth fails, set",
|
|
413
|
+
"If login is required, run": "If login is required, run",
|
|
414
|
+
"Implement authentication flow": "Implement authentication flow",
|
|
415
|
+
"Import": "Import",
|
|
416
|
+
"Import company": "Import company",
|
|
417
|
+
"Import warnings": "Import warnings",
|
|
418
|
+
"Improve onboarding docs": "Improve onboarding docs",
|
|
419
|
+
"In Progress": "In Progress",
|
|
420
|
+
"In Review": "In Review",
|
|
421
|
+
"In `pnpm dev:once`, wait for all queued and running local agent runs to finish, then restart the server automatically when backend changes or migrations make the current boot stale.": "In `pnpm dev:once`, wait for all queued and running local agent runs to finish, then restart the server automatically when backend changes or migrations make the current boot stale.",
|
|
422
|
+
"Inbox": "Inbox",
|
|
423
|
+
"Inbox zero.": "Inbox zero.",
|
|
424
|
+
"Individual": "Individual",
|
|
425
|
+
"Inference ledger": "Inference ledger",
|
|
426
|
+
"Inference spend, platform fees, credits, and live quota windows.": "Inference spend, platform fees, credits, and live quota windows.",
|
|
427
|
+
"Initials derivation": "Initials derivation",
|
|
428
|
+
"Inline Editor": "Inline Editor",
|
|
429
|
+
"Input": "Input",
|
|
430
|
+
"Input tokens": "Input tokens",
|
|
431
|
+
"Inspect {{name}} input": "Inspect {{name}} input",
|
|
432
|
+
"Install": "Install",
|
|
433
|
+
"Install Example": "Install Example",
|
|
434
|
+
"Install Plugin": "Install Plugin",
|
|
435
|
+
"Install a plugin to extend functionality.": "Install a plugin to extend functionality.",
|
|
436
|
+
"Install update": "Install update",
|
|
437
|
+
"Installed": "Installed",
|
|
438
|
+
"Installed Plugins": "Installed Plugins",
|
|
439
|
+
"Installing": "Installing",
|
|
440
|
+
"Instance Settings": "Instance Settings",
|
|
441
|
+
"Instructions": "Instructions",
|
|
442
|
+
"Internal server error": "Internal server error",
|
|
443
|
+
"Interrupt": "Interrupt",
|
|
444
|
+
"Interrupting...": "Interrupting...",
|
|
445
|
+
"Invocation": "Invocation",
|
|
446
|
+
"Invoke OpenClaw via gateway protocol": "Invoke OpenClaw via gateway protocol",
|
|
447
|
+
"Issue List": "Issue List",
|
|
448
|
+
"Issue Properties": "Issue Properties",
|
|
449
|
+
"Issue Widget": "Issue Widget",
|
|
450
|
+
"Issues": "Issues",
|
|
451
|
+
"Issues by Priority": "Issues by Priority",
|
|
452
|
+
"Issues by Status": "Issues by Status",
|
|
453
|
+
"Join requests": "Join requests",
|
|
454
|
+
"Jump to live": "Jump to live",
|
|
455
|
+
"Keep my draft": "Keep my draft",
|
|
456
|
+
"Key": "Key",
|
|
457
|
+
"Key name (e.g. production)": "Key name (e.g. production)",
|
|
458
|
+
"Keyboard Shortcuts": "Keyboard Shortcuts",
|
|
459
|
+
"Kind": "Kind",
|
|
460
|
+
"Label": "Label",
|
|
461
|
+
"Labels": "Labels",
|
|
462
|
+
"Large": "Large",
|
|
463
|
+
"Large stat example": "Large stat example",
|
|
464
|
+
"Last 14 days": "Last 14 days",
|
|
465
|
+
"Last 30 Days": "Last 30 Days",
|
|
466
|
+
"Last 7 Days": "Last 7 Days",
|
|
467
|
+
"Last Crash": "Last Crash",
|
|
468
|
+
"Last Heartbeat": "Last Heartbeat",
|
|
469
|
+
"Last checked: {{value}}": "Last checked: {{value}}",
|
|
470
|
+
"Last error": "Last error",
|
|
471
|
+
"Last run succeeded 24s ago. Next timer run in 9m.": "Last run succeeded 24s ago. Next timer run in 9m.",
|
|
472
|
+
"Last {{count}} log entries": "Last {{count}} log entries",
|
|
473
|
+
"Last: {{value}}": "Last: {{value}}",
|
|
474
|
+
"Latest Run": "Latest Run",
|
|
475
|
+
"Launch": "Launch",
|
|
476
|
+
"Leave a comment...": "Leave a comment...",
|
|
477
|
+
"Left": "Left",
|
|
478
|
+
"Lifecycle": "Lifecycle",
|
|
479
|
+
"Lifetime budget": "Lifetime budget",
|
|
480
|
+
"Limit": "Limit",
|
|
481
|
+
"Line variant": "Line variant",
|
|
482
|
+
"Link": "Link",
|
|
483
|
+
"Linked Approvals ({{count}})": "Linked Approvals ({{count}})",
|
|
484
|
+
"Linked Issues": "Linked Issues",
|
|
485
|
+
"Linked issues remain open until the requesting agent follows up and closes them.": "Linked issues remain open until the requesting agent follows up and closes them.",
|
|
486
|
+
"List": "List",
|
|
487
|
+
"List view": "List view",
|
|
488
|
+
"Live": "Live",
|
|
489
|
+
"Live Run": "Live Run",
|
|
490
|
+
"Live Runs": "Live Runs",
|
|
491
|
+
"Live now": "Live now",
|
|
492
|
+
"Live stream": "Live stream",
|
|
493
|
+
"Loading bundled examples...": "Loading bundled examples...",
|
|
494
|
+
"Loading companies...": "Loading companies...",
|
|
495
|
+
"Loading configuration...": "Loading configuration...",
|
|
496
|
+
"Loading experimental settings...": "Loading experimental settings...",
|
|
497
|
+
"Loading keys...": "Loading keys...",
|
|
498
|
+
"Loading log...": "Loading log...",
|
|
499
|
+
"Loading plugin details...": "Loading plugin details...",
|
|
500
|
+
"Loading plugins...": "Loading plugins...",
|
|
501
|
+
"Loading run logs...": "Loading run logs...",
|
|
502
|
+
"Local Claude agent": "Local Claude agent",
|
|
503
|
+
"Local Codex agent": "Local Codex agent",
|
|
504
|
+
"Local Cursor agent": "Local Cursor agent",
|
|
505
|
+
"Local Gemini agent": "Local Gemini agent",
|
|
506
|
+
"Local Pi agent": "Local Pi agent",
|
|
507
|
+
"Local multi-provider agent": "Local multi-provider agent",
|
|
508
|
+
"Log Viewer": "Log Viewer",
|
|
509
|
+
"Log/code text example": "Log/code text example",
|
|
510
|
+
"Look for repositories with `SKILL.md`, then paste the repo URL here.": "Look for repositories with `SKILL.md`, then paste the repo URL here.",
|
|
511
|
+
"Low": "Low",
|
|
512
|
+
"Manual debug": "Manual debug",
|
|
513
|
+
"Mark all as read": "Mark all as read",
|
|
514
|
+
"Mark as done": "Mark as done",
|
|
515
|
+
"Mark as read": "Mark as read",
|
|
516
|
+
"Mark resubmitted": "Mark resubmitted",
|
|
517
|
+
"Markdown body": "Markdown body",
|
|
518
|
+
"Marking…": "Marking…",
|
|
519
|
+
"Max turns per run": "Max turns per run",
|
|
520
|
+
"Me": "Me",
|
|
521
|
+
"Medium": "Medium",
|
|
522
|
+
"Metric": "Metric",
|
|
523
|
+
"Metric Cards": "Metric Cards",
|
|
524
|
+
"Mine": "Mine",
|
|
525
|
+
"Mission / goal (optional)": "Mission / goal (optional)",
|
|
526
|
+
"Mode": "Mode",
|
|
527
|
+
"Model": "Model",
|
|
528
|
+
"Mono identifier example": "Mono identifier example",
|
|
529
|
+
"Month to Date": "Month to Date",
|
|
530
|
+
"Monthly Cost": "Monthly Cost",
|
|
531
|
+
"Monthly UTC budget": "Monthly UTC budget",
|
|
532
|
+
"More Agent Adapter Types": "More Agent Adapter Types",
|
|
533
|
+
"Muted": "Muted",
|
|
534
|
+
"Muted description example": "Muted description example",
|
|
535
|
+
"Muted foreground": "Muted foreground",
|
|
536
|
+
"My recent issues": "My recent issues",
|
|
537
|
+
"NPM Package": "NPM Package",
|
|
538
|
+
"Name": "Name",
|
|
539
|
+
"Name your company": "Name your company",
|
|
540
|
+
"Navigation Patterns": "Navigation Patterns",
|
|
541
|
+
"Needs action": "Needs action",
|
|
542
|
+
"New Agent": "New Agent",
|
|
543
|
+
"New Company": "New Company",
|
|
544
|
+
"New Goal": "New Goal",
|
|
545
|
+
"New Issue": "New Issue",
|
|
546
|
+
"New Issue (outside inputs)": "New Issue (outside inputs)",
|
|
547
|
+
"New budget": "New budget",
|
|
548
|
+
"New document": "New document",
|
|
549
|
+
"New label": "New label",
|
|
550
|
+
"Next": "Next",
|
|
551
|
+
"Next: {{value}}": "Next: {{value}}",
|
|
552
|
+
"No OpenCode models discovered. Run `opencode models` and authenticate providers.": "No OpenCode models discovered. Run `opencode models` and authenticate providers.",
|
|
553
|
+
"No active API keys.": "No active API keys.",
|
|
554
|
+
"No activity yet.": "No activity yet.",
|
|
555
|
+
"No agents attached": "No agents attached",
|
|
556
|
+
"No agents match the selected filter.": "No agents match the selected filter.",
|
|
557
|
+
"No approvals yet.": "No approvals yet.",
|
|
558
|
+
"No assignee": "No assignee",
|
|
559
|
+
"No assignees found.": "No assignees found.",
|
|
560
|
+
"No bundled example plugins were found in this checkout.": "No bundled example plugins were found in this checkout.",
|
|
561
|
+
"No comments or runs yet.": "No comments or runs yet.",
|
|
562
|
+
"No company matches prefix \"{{prefix}}\".": "No company matches prefix \"{{prefix}}\".",
|
|
563
|
+
"No company matches the requested prefix.": "No company matches the requested prefix.",
|
|
564
|
+
"No company selected": "No company selected",
|
|
565
|
+
"No cost data yet.": "No cost data yet.",
|
|
566
|
+
"No cost events yet.": "No cost events yet.",
|
|
567
|
+
"No description provided.": "No description provided.",
|
|
568
|
+
"No error summary available.": "No error summary available.",
|
|
569
|
+
"No finance events in this period.": "No finance events in this period.",
|
|
570
|
+
"No finance events yet.": "No finance events yet.",
|
|
571
|
+
"No finance events yet. Add account-level charges once biller invoices or credits land.": "No finance events yet. Add account-level charges once biller invoices or credits land.",
|
|
572
|
+
"No goals yet.": "No goals yet.",
|
|
573
|
+
"No goals.": "No goals.",
|
|
574
|
+
"No inbox items match these filters.": "No inbox items match these filters.",
|
|
575
|
+
"No issues match the current filters or search.": "No issues match the current filters or search.",
|
|
576
|
+
"No items to show. Create your first one to get started.": "No items to show. Create your first one to get started.",
|
|
577
|
+
"No job runs recorded yet.": "No job runs recorded yet.",
|
|
578
|
+
"No labels": "No labels",
|
|
579
|
+
"No linked projects.": "No linked projects.",
|
|
580
|
+
"No log events.": "No log events.",
|
|
581
|
+
"No manager": "No manager",
|
|
582
|
+
"No models discovered.": "No models discovered.",
|
|
583
|
+
"No monthly cap configured": "No monthly cap configured",
|
|
584
|
+
"No new inbox items.": "No new inbox items.",
|
|
585
|
+
"No organizational hierarchy defined.": "No organizational hierarchy defined.",
|
|
586
|
+
"No pending approvals.": "No pending approvals.",
|
|
587
|
+
"No persisted log lines.": "No persisted log lines.",
|
|
588
|
+
"No persisted transcript for this run.": "No persisted transcript for this run.",
|
|
589
|
+
"No plugins installed": "No plugins installed",
|
|
590
|
+
"No project": "No project",
|
|
591
|
+
"No project-attributed run costs yet.": "No project-attributed run costs yet.",
|
|
592
|
+
"No projects found.": "No projects found.",
|
|
593
|
+
"No projects yet.": "No projects yet.",
|
|
594
|
+
"No recent agent runs.": "No recent agent runs.",
|
|
595
|
+
"No recent inbox items.": "No recent inbox items.",
|
|
596
|
+
"No recent issues.": "No recent issues.",
|
|
597
|
+
"No results found.": "No results found.",
|
|
598
|
+
"No runs yet.": "No runs yet.",
|
|
599
|
+
"No special permissions requested.": "No special permissions requested.",
|
|
600
|
+
"No stored error message.": "No stored error message.",
|
|
601
|
+
"No sub-goals.": "No sub-goals.",
|
|
602
|
+
"No sub-issues.": "No sub-issues.",
|
|
603
|
+
"No transcript captured.": "No transcript captured.",
|
|
604
|
+
"No transcript yet.": "No transcript yet.",
|
|
605
|
+
"No triggers configured yet.": "No triggers configured yet.",
|
|
606
|
+
"No webhook deliveries recorded yet.": "No webhook deliveries recorded yet.",
|
|
607
|
+
"No worker process registered.": "No worker process registered.",
|
|
608
|
+
"No {{name}} input": "No {{name}} input",
|
|
609
|
+
"None": "None",
|
|
610
|
+
"Not Found": "Not Found",
|
|
611
|
+
"Not found": "Not found",
|
|
612
|
+
"Not installed": "Not installed",
|
|
613
|
+
"Note": "Note",
|
|
614
|
+
"Observed": "Observed",
|
|
615
|
+
"On-demand": "On-demand",
|
|
616
|
+
"Open": "Open",
|
|
617
|
+
"Open Command Palette": "Open Command Palette",
|
|
618
|
+
"Open Dialog": "Open Dialog",
|
|
619
|
+
"Open Issues": "Open Issues",
|
|
620
|
+
"Open Popover": "Open Popover",
|
|
621
|
+
"Open Settings": "Open Settings",
|
|
622
|
+
"Open Side Panel": "Open Side Panel",
|
|
623
|
+
"Open command palette": "Open command palette",
|
|
624
|
+
"Open dashboard": "Open dashboard",
|
|
625
|
+
"Open docs": "Open docs",
|
|
626
|
+
"Open hired agent": "Open hired agent",
|
|
627
|
+
"Open run": "Open run",
|
|
628
|
+
"OpenCode (local)": "OpenCode (local)",
|
|
629
|
+
"OpenCode models are still loading. Please wait and try again.": "OpenCode models are still loading. Please wait and try again.",
|
|
630
|
+
"OpenCode requires an explicit model in provider/model format.": "OpenCode requires an explicit model in provider/model format.",
|
|
631
|
+
"Optional title": "Optional title",
|
|
632
|
+
"Org": "Org",
|
|
633
|
+
"Org Chart": "Org Chart",
|
|
634
|
+
"Out of date": "Out of date",
|
|
635
|
+
"Outline": "Outline",
|
|
636
|
+
"Output": "Output",
|
|
637
|
+
"Output tokens": "Output tokens",
|
|
638
|
+
"Over budget (95%)": "Over budget (95%)",
|
|
639
|
+
"Overall": "Overall",
|
|
640
|
+
"Overview": "Overview",
|
|
641
|
+
"Overview tab content.": "Overview tab content.",
|
|
642
|
+
"Overwrite remote": "Overwrite remote",
|
|
643
|
+
"Owner": "Owner",
|
|
644
|
+
"PID": "PID",
|
|
645
|
+
"Page Skeleton (detail)": "Page Skeleton (detail)",
|
|
646
|
+
"Page Skeleton (list)": "Page Skeleton (list)",
|
|
647
|
+
"Page not found": "Page not found",
|
|
648
|
+
"Page title example": "Page title example",
|
|
649
|
+
"Pages": "Pages",
|
|
650
|
+
"Paperclip CN App": "Paperclip CN App",
|
|
651
|
+
"Paperclip CN could not create the trigger.": "Paperclip CN could not create the trigger.",
|
|
652
|
+
"Paperclip CN could not delete the trigger.": "Paperclip CN could not delete the trigger.",
|
|
653
|
+
"Paperclip CN could not rotate the webhook secret.": "Paperclip CN could not rotate the webhook secret.",
|
|
654
|
+
"Paperclip CN could not save the routine.": "Paperclip CN could not save the routine.",
|
|
655
|
+
"Paperclip CN could not start the routine run.": "Paperclip CN could not start the routine run.",
|
|
656
|
+
"Paperclip CN could not update the routine.": "Paperclip CN could not update the routine.",
|
|
657
|
+
"Paperclip CN could not update the trigger.": "Paperclip CN could not update the trigger.",
|
|
658
|
+
"Parent": "Parent",
|
|
659
|
+
"Passed": "Passed",
|
|
660
|
+
"Paste a local path, GitHub URL, or `skills.sh` command into the field first.": "Paste a local path, GitHub URL, or `skills.sh` command into the field first.",
|
|
661
|
+
"Pause": "Pause",
|
|
662
|
+
"Pause automatic triggers": "Pause automatic triggers",
|
|
663
|
+
"Paused": "Paused",
|
|
664
|
+
"Paused by budget hard stop": "Paused by budget hard stop",
|
|
665
|
+
"Pending": "Pending",
|
|
666
|
+
"Pending RPCs": "Pending RPCs",
|
|
667
|
+
"Permissions": "Permissions",
|
|
668
|
+
"Pin": "Pin",
|
|
669
|
+
"Pinned to {{ref}}": "Pinned to {{ref}}",
|
|
670
|
+
"Plugin": "Plugin",
|
|
671
|
+
"Plugin Details": "Plugin Details",
|
|
672
|
+
"Plugin ID": "Plugin ID",
|
|
673
|
+
"Plugin Key": "Plugin Key",
|
|
674
|
+
"Plugin Manager": "Plugin Manager",
|
|
675
|
+
"Plugin disabled": "Plugin disabled",
|
|
676
|
+
"Plugin enabled": "Plugin enabled",
|
|
677
|
+
"Plugin entered an error state without a stored error message.": "Plugin entered an error state without a stored error message.",
|
|
678
|
+
"Plugin error": "Plugin error",
|
|
679
|
+
"Plugin installed successfully": "Plugin installed successfully",
|
|
680
|
+
"Plugin uninstalled successfully": "Plugin uninstalled successfully",
|
|
681
|
+
"Plugins": "Plugins",
|
|
682
|
+
"Plugins are alpha.": "Plugins are alpha.",
|
|
683
|
+
"Popover": "Popover",
|
|
684
|
+
"Post comment": "Post comment",
|
|
685
|
+
"Posting...": "Posting...",
|
|
686
|
+
"Primary": "Primary",
|
|
687
|
+
"Primary foreground": "Primary foreground",
|
|
688
|
+
"Priority": "Priority",
|
|
689
|
+
"PriorityIcon (interactive)": "PriorityIcon (interactive)",
|
|
690
|
+
"Process": "Process",
|
|
691
|
+
"Process adapter missing command": "Process adapter missing command",
|
|
692
|
+
"Process exited with code {{code}}": "Process exited with code {{code}}",
|
|
693
|
+
"Processed": "Processed",
|
|
694
|
+
"Progress Bars (Budget)": "Progress Bars (Budget)",
|
|
695
|
+
"Project": "Project",
|
|
696
|
+
"Project skill scan complete": "Project skill scan complete",
|
|
697
|
+
"Project skill scan failed": "Project skill scan failed",
|
|
698
|
+
"Projects": "Projects",
|
|
699
|
+
"Projects ({{count}})": "Projects ({{count}})",
|
|
700
|
+
"Prompt": "Prompt",
|
|
701
|
+
"Prompt:": "Prompt:",
|
|
702
|
+
"Properties": "Properties",
|
|
703
|
+
"Property Row Pattern": "Property Row Pattern",
|
|
704
|
+
"Providers": "Providers",
|
|
705
|
+
"Provision": "Provision",
|
|
706
|
+
"Queued Comments ({{count}})": "Queued Comments ({{count}})",
|
|
707
|
+
"Quick Actions": "Quick Actions",
|
|
708
|
+
"Quick filters": "Quick filters",
|
|
709
|
+
"Radius": "Radius",
|
|
710
|
+
"Raw": "Raw",
|
|
711
|
+
"Re-open": "Re-open",
|
|
712
|
+
"Read only": "Read only",
|
|
713
|
+
"Readable": "Readable",
|
|
714
|
+
"Ready": "Ready",
|
|
715
|
+
"Ready to launch": "Ready to launch",
|
|
716
|
+
"Received": "Received",
|
|
717
|
+
"Recent": "Recent",
|
|
718
|
+
"Recent Issues": "Recent Issues",
|
|
719
|
+
"Recent Job Runs": "Recent Job Runs",
|
|
720
|
+
"Recent Logs": "Recent Logs",
|
|
721
|
+
"Recent Webhook Deliveries": "Recent Webhook Deliveries",
|
|
722
|
+
"Recent financial events": "Recent financial events",
|
|
723
|
+
"Recommended": "Recommended",
|
|
724
|
+
"Refreshing skills list...": "Refreshing skills list...",
|
|
725
|
+
"Refunds, offsets, and credit returns": "Refunds, offsets, and credit returns",
|
|
726
|
+
"Reject": "Reject",
|
|
727
|
+
"Reject failed": "Reject failed",
|
|
728
|
+
"Reload remote": "Reload remote",
|
|
729
|
+
"Remote revision {{revision}}": "Remote revision {{revision}}",
|
|
730
|
+
"Rename": "Rename",
|
|
731
|
+
"Replay window (seconds)": "Replay window (seconds)",
|
|
732
|
+
"Repo root": "Repo root",
|
|
733
|
+
"Reports To": "Reports To",
|
|
734
|
+
"Reports to {{name}}": "Reports to {{name}}",
|
|
735
|
+
"Reports to {{name}} (terminated)": "Reports to {{name}} (terminated)",
|
|
736
|
+
"Reports to...": "Reports to...",
|
|
737
|
+
"Reports to: N/A (CEO)": "Reports to: N/A (CEO)",
|
|
738
|
+
"Request revision": "Request revision",
|
|
739
|
+
"Request-scoped inference spend for the selected period.": "Request-scoped inference spend for the selected period.",
|
|
740
|
+
"Requested by": "Requested by",
|
|
741
|
+
"Requested path": "Requested path",
|
|
742
|
+
"Requesting agent was notified to review this approval and linked issues.": "Requesting agent was notified to review this approval and linked issues.",
|
|
743
|
+
"Reset Sessions": "Reset Sessions",
|
|
744
|
+
"Reset filters": "Reset filters",
|
|
745
|
+
"Resolve this budget stop from the budget controls on": "Resolve this budget stop from the budget controls on",
|
|
746
|
+
"Resolved": "Resolved",
|
|
747
|
+
"Resubmit failed": "Resubmit failed",
|
|
748
|
+
"Result": "Result",
|
|
749
|
+
"Resume": "Resume",
|
|
750
|
+
"Resume request was skipped because the agent is not currently invokable.": "Resume request was skipped because the agent is not currently invokable.",
|
|
751
|
+
"Resuming…": "Resuming…",
|
|
752
|
+
"Retried with ANTHROPIC_API_KEY unset in adapter config, but the environment test is still failing.": "Retried with ANTHROPIC_API_KEY unset in adapter config, but the environment test is still failing.",
|
|
753
|
+
"Retry": "Retry",
|
|
754
|
+
"Retry was skipped because the agent is not currently invokable.": "Retry was skipped because the agent is not currently invokable.",
|
|
755
|
+
"Retrying...": "Retrying...",
|
|
756
|
+
"Retrying…": "Retrying…",
|
|
757
|
+
"Reused existing workspace": "Reused existing workspace",
|
|
758
|
+
"Review": "Review",
|
|
759
|
+
"Review linked issue": "Review linked issue",
|
|
760
|
+
"Review linked issues": "Review linked issues",
|
|
761
|
+
"Review remote": "Review remote",
|
|
762
|
+
"Revision request failed": "Revision request failed",
|
|
763
|
+
"Revoke": "Revoke",
|
|
764
|
+
"Revoked Keys": "Revoked Keys",
|
|
765
|
+
"Revoked {{date}}": "Revoked {{date}}",
|
|
766
|
+
"Right": "Right",
|
|
767
|
+
"Ring": "Ring",
|
|
768
|
+
"Role": "Role",
|
|
769
|
+
"Rotate secret": "Rotate secret",
|
|
770
|
+
"Routine": "Routine",
|
|
771
|
+
"Routine not found": "Routine not found",
|
|
772
|
+
"Routine run failed": "Routine run failed",
|
|
773
|
+
"Routine run started": "Routine run started",
|
|
774
|
+
"Routine saved": "Routine saved",
|
|
775
|
+
"Routine title": "Routine title",
|
|
776
|
+
"Routines": "Routines",
|
|
777
|
+
"Run": "Run",
|
|
778
|
+
"Run Activity": "Run Activity",
|
|
779
|
+
"Run Detail": "Run Detail",
|
|
780
|
+
"Run Heartbeat": "Run Heartbeat",
|
|
781
|
+
"Run Transcript Fixtures": "Run Transcript Fixtures",
|
|
782
|
+
"Run costs attributed through project-linked issues.": "Run costs attributed through project-linked issues.",
|
|
783
|
+
"Run exited with an error.": "Run exited with an error.",
|
|
784
|
+
"Run failed": "Run failed",
|
|
785
|
+
"Run invocation badges": "Run invocation badges",
|
|
786
|
+
"Running": "Running",
|
|
787
|
+
"Runs": "Runs",
|
|
788
|
+
"Runs a live probe that asks the adapter CLI to respond with hello.": "Runs a live probe that asks the adapter CLI to respond with hello.",
|
|
789
|
+
"Runs tab content.": "Runs tab content.",
|
|
790
|
+
"Runtime Dashboard": "Runtime Dashboard",
|
|
791
|
+
"Runtime diagnostics are unavailable right now.": "Runtime diagnostics are unavailable right now.",
|
|
792
|
+
"Save": "Save",
|
|
793
|
+
"Save Configuration": "Save Configuration",
|
|
794
|
+
"Save failed": "Save failed",
|
|
795
|
+
"Save routine": "Save routine",
|
|
796
|
+
"Save this now. Paperclip CN will not show the secret value again.": "Save this now. Paperclip CN will not show the secret value again.",
|
|
797
|
+
"Saved manager is missing from this company. Choose a new manager or clear.": "Saved manager is missing from this company. Choose a new manager or clear.",
|
|
798
|
+
"Saving...": "Saving...",
|
|
799
|
+
"Scan warnings": "Scan warnings",
|
|
800
|
+
"Scanning project workspaces for skills...": "Scanning project workspaces for skills...",
|
|
801
|
+
"Schedule": "Schedule",
|
|
802
|
+
"Scope": "Scope",
|
|
803
|
+
"Scroll Area": "Scroll Area",
|
|
804
|
+
"Scroll to bottom": "Scroll to bottom",
|
|
805
|
+
"Search GitHub": "Search GitHub",
|
|
806
|
+
"Search assignees...": "Search assignees...",
|
|
807
|
+
"Search issues": "Search issues",
|
|
808
|
+
"Search issues...": "Search issues...",
|
|
809
|
+
"Search labels...": "Search labels...",
|
|
810
|
+
"Search models...": "Search models...",
|
|
811
|
+
"Search projects...": "Search projects...",
|
|
812
|
+
"Secondary": "Secondary",
|
|
813
|
+
"Section heading example": "Section heading example",
|
|
814
|
+
"Section title example": "Section title example",
|
|
815
|
+
"See All": "See All",
|
|
816
|
+
"See full request": "See full request",
|
|
817
|
+
"Select": "Select",
|
|
818
|
+
"Select a company first.": "Select a company first.",
|
|
819
|
+
"Select a company to view activity.": "Select a company to view activity.",
|
|
820
|
+
"Select a company to view agents.": "Select a company to view agents.",
|
|
821
|
+
"Select a company to view costs.": "Select a company to view costs.",
|
|
822
|
+
"Select a company to view goals.": "Select a company to view goals.",
|
|
823
|
+
"Select a company to view inbox.": "Select a company to view inbox.",
|
|
824
|
+
"Select a company to view issues.": "Select a company to view issues.",
|
|
825
|
+
"Select a company to view projects.": "Select a company to view projects.",
|
|
826
|
+
"Select a company to view routines.": "Select a company to view routines.",
|
|
827
|
+
"Select a company to view the org chart.": "Select a company to view the org chart.",
|
|
828
|
+
"Select a start and end date to load data.": "Select a start and end date to load data.",
|
|
829
|
+
"Select color {{color}}": "Select color {{color}}",
|
|
830
|
+
"Select model (required)": "Select model (required)",
|
|
831
|
+
"Select status": "Select status",
|
|
832
|
+
"Separator": "Separator",
|
|
833
|
+
"Session": "Session",
|
|
834
|
+
"Set up CI/CD pipeline": "Set up CI/CD pipeline",
|
|
835
|
+
"Settings": "Settings",
|
|
836
|
+
"Sheet": "Sheet",
|
|
837
|
+
"Short description": "Short description",
|
|
838
|
+
"Show": "Show",
|
|
839
|
+
"Show full log": "Show full log",
|
|
840
|
+
"Show properties": "Show properties",
|
|
841
|
+
"Show settled state": "Show settled state",
|
|
842
|
+
"Show streaming state": "Show streaming state",
|
|
843
|
+
"Show terminated": "Show terminated",
|
|
844
|
+
"Sidebar": "Sidebar",
|
|
845
|
+
"Sidebar border": "Sidebar border",
|
|
846
|
+
"Sidebar nav items": "Sidebar nav items",
|
|
847
|
+
"Signing mode": "Signing mode",
|
|
848
|
+
"Sizes": "Sizes",
|
|
849
|
+
"Skeletons": "Skeletons",
|
|
850
|
+
"Skill conflicts found": "Skill conflicts found",
|
|
851
|
+
"Skill created": "Skill created",
|
|
852
|
+
"Skill import failed": "Skill import failed",
|
|
853
|
+
"Skill name": "Skill name",
|
|
854
|
+
"Skill saved": "Skill saved",
|
|
855
|
+
"Skill updated": "Skill updated",
|
|
856
|
+
"Skills": "Skills",
|
|
857
|
+
"Skip permissions": "Skip permissions",
|
|
858
|
+
"Skipped": "Skipped",
|
|
859
|
+
"Small": "Small",
|
|
860
|
+
"Small trigger": "Small trigger",
|
|
861
|
+
"Sort": "Sort",
|
|
862
|
+
"Source": "Source",
|
|
863
|
+
"Source run {{value}}": "Source run {{value}}",
|
|
864
|
+
"Standard Card": "Standard Card",
|
|
865
|
+
"Started": "Started",
|
|
866
|
+
"Started working on the authentication module. Will need API keys configured.": "Started working on the authentication module. Will need API keys configured.",
|
|
867
|
+
"Started {{time}}": "Started {{time}}",
|
|
868
|
+
"States": "States",
|
|
869
|
+
"Status": "Status",
|
|
870
|
+
"Status System": "Status System",
|
|
871
|
+
"StatusBadge (all statuses)": "StatusBadge (all statuses)",
|
|
872
|
+
"StatusIcon (interactive)": "StatusIcon (interactive)",
|
|
873
|
+
"Stop": "Stop",
|
|
874
|
+
"Stop editing": "Stop editing",
|
|
875
|
+
"Stopping…": "Stopping…",
|
|
876
|
+
"Streamed with the same transcript UI used on the full run detail page.": "Streamed with the same transcript UI used on the full run detail page.",
|
|
877
|
+
"Streaming": "Streaming",
|
|
878
|
+
"Sub Goal": "Sub Goal",
|
|
879
|
+
"Sub-Goals ({{count}})": "Sub-Goals ({{count}})",
|
|
880
|
+
"Sub-issues": "Sub-issues",
|
|
881
|
+
"Submit markdown comment": "Submit markdown comment",
|
|
882
|
+
"Succeeded": "Succeeded",
|
|
883
|
+
"Success Rate": "Success Rate",
|
|
884
|
+
"Summary": "Summary",
|
|
885
|
+
"Summary content with underline tabs.": "Summary content with underline tabs.",
|
|
886
|
+
"System": "System",
|
|
887
|
+
"Tabs": "Tabs",
|
|
888
|
+
"Target Date": "Target Date",
|
|
889
|
+
"Task": "Task",
|
|
890
|
+
"Task title": "Task title",
|
|
891
|
+
"Teardown": "Teardown",
|
|
892
|
+
"Terminate": "Terminate",
|
|
893
|
+
"Test Configuration": "Test Configuration",
|
|
894
|
+
"Test now": "Test now",
|
|
895
|
+
"Testing...": "Testing...",
|
|
896
|
+
"Textarea": "Textarea",
|
|
897
|
+
"The active-agents dashboard card, tuned for compact scanning while keeping the same transcript language.": "The active-agents dashboard card, tuned for compact scanning while keeping the same transcript language.",
|
|
898
|
+
"The issue-detail live run widget, optimized for following an active run without leaving the task page.": "The issue-detail live run widget, optimized for following an active run without leaving the task page.",
|
|
899
|
+
"The long-form run page with the `Nice | Raw` toggle and the most inspectable transcript view.": "The long-form run page with the `Nice | Raw` toggle and the most inspectable transcript view.",
|
|
900
|
+
"The plugin runtime and API surface are still changing. Expect breaking changes while this feature settles.": "The plugin runtime and API surface are still changing. Expect breaking changes while this feature settles.",
|
|
901
|
+
"This action cannot be undone.": "This action cannot be undone.",
|
|
902
|
+
"This agent is pending board approval and cannot be invoked yet.": "This agent is pending board approval and cannot be invoked yet.",
|
|
903
|
+
"This document changed while you were editing. Your local draft is preserved and autosave is paused.": "This document changed while you were editing. Your local draft is preserved and autosave is paused.",
|
|
904
|
+
"This is a sample dialog showing the standard layout with header, content, and footer.": "This is a sample dialog showing the standard layout with header, content, and footer.",
|
|
905
|
+
"This is a tooltip": "This is a tooltip",
|
|
906
|
+
"This is an editable description. Click to edit it so the textarea can auto-size without causing layout shift.": "This is an editable description. Click to edit it so the textarea can auto-size without causing layout shift.",
|
|
907
|
+
"This is the organization your agents will work for.": "This is the organization your agents will work for.",
|
|
908
|
+
"This issue is hidden": "This issue is hidden",
|
|
909
|
+
"This plugin does not require any settings.": "This plugin does not require any settings.",
|
|
910
|
+
"This route does not exist.": "This route does not exist.",
|
|
911
|
+
"Timed out after {{seconds}}s": "Timed out after {{seconds}}s",
|
|
912
|
+
"Timer": "Timer",
|
|
913
|
+
"Tiny label example": "Tiny label example",
|
|
914
|
+
"Title": "Title",
|
|
915
|
+
"Title (single-line)": "Title (single-line)",
|
|
916
|
+
"Todo": "Todo",
|
|
917
|
+
"Toggle Properties Panel": "Toggle Properties Panel",
|
|
918
|
+
"Toggle Sidebar": "Toggle Sidebar",
|
|
919
|
+
"Toggle guarded dev-server auto-restart": "Toggle guarded dev-server auto-restart",
|
|
920
|
+
"Toggle isolated workspaces experimental setting": "Toggle isolated workspaces experimental setting",
|
|
921
|
+
"Tokens": "Tokens",
|
|
922
|
+
"Tool failed": "Tool failed",
|
|
923
|
+
"Tooltips": "Tooltips",
|
|
924
|
+
"Top-ups, fees, credits, commitments, and other non-request charges.": "Top-ups, fees, credits, commitments, and other non-request charges.",
|
|
925
|
+
"Total": "Total",
|
|
926
|
+
"Total cost": "Total cost",
|
|
927
|
+
"Transcript ({{count}})": "Transcript ({{count}})",
|
|
928
|
+
"Triggers": "Triggers",
|
|
929
|
+
"Type a command or search...": "Type a command or search...",
|
|
930
|
+
"Typography": "Typography",
|
|
931
|
+
"UI primitives": "UI primitives",
|
|
932
|
+
"UX Lab": "UX Lab",
|
|
933
|
+
"Unassigned": "Unassigned",
|
|
934
|
+
"Unattributed": "Unattributed",
|
|
935
|
+
"Unauthorized": "Unauthorized",
|
|
936
|
+
"Unchecked item": "Unchecked item",
|
|
937
|
+
"Under budget": "Under budget",
|
|
938
|
+
"Under budget (40%)": "Under budget (40%)",
|
|
939
|
+
"Uninstall": "Uninstall",
|
|
940
|
+
"Uninstall Plugin": "Uninstall Plugin",
|
|
941
|
+
"Uninstalling...": "Uninstalling...",
|
|
942
|
+
"Unknown": "Unknown",
|
|
943
|
+
"Unknown manager (stale ID)": "Unknown manager (stale ID)",
|
|
944
|
+
"Unlimited budget": "Unlimited budget",
|
|
945
|
+
"Unread": "Unread",
|
|
946
|
+
"Unsaved changes": "Unsaved changes",
|
|
947
|
+
"Unset ANTHROPIC_API_KEY": "Unset ANTHROPIC_API_KEY",
|
|
948
|
+
"Up to date": "Up to date",
|
|
949
|
+
"Update failed": "Update failed",
|
|
950
|
+
"Update this page whenever new UI primitives or app-level patterns ship.": "Update this page whenever new UI primitives or app-level patterns ship.",
|
|
951
|
+
"Updated": "Updated",
|
|
952
|
+
"Upload": "Upload",
|
|
953
|
+
"Upload attachment": "Upload attachment",
|
|
954
|
+
"Uploading...": "Uploading...",
|
|
955
|
+
"Uptime": "Uptime",
|
|
956
|
+
"Use lowercase letters, numbers, -, or _, and start with a letter or number.": "Use lowercase letters, numbers, -, or _, and start with a letter or number.",
|
|
957
|
+
"Used by": "Used by",
|
|
958
|
+
"Used {{toolLabel}}": "Used {{toolLabel}}",
|
|
959
|
+
"Used {{toolLabel}} ({{count}} calls)": "Used {{toolLabel}} ({{count}} calls)",
|
|
960
|
+
"User": "User",
|
|
961
|
+
"Using {{toolLabel}}": "Using {{toolLabel}}",
|
|
962
|
+
"Validation error": "Validation error",
|
|
963
|
+
"Variants": "Variants",
|
|
964
|
+
"Version": "Version",
|
|
965
|
+
"View": "View",
|
|
966
|
+
"View details": "View details",
|
|
967
|
+
"View full error": "View full error",
|
|
968
|
+
"View toggle": "View toggle",
|
|
969
|
+
"Waiting for output...": "Waiting for output...",
|
|
970
|
+
"Waiting for result": "Waiting for result",
|
|
971
|
+
"Waiting for result...": "Waiting for result...",
|
|
972
|
+
"Waiting for run output...": "Waiting for run output...",
|
|
973
|
+
"Waiting for transcript parsing...": "Waiting for transcript parsing...",
|
|
974
|
+
"Waiting for transcript...": "Waiting for transcript...",
|
|
975
|
+
"Wake now": "Wake now",
|
|
976
|
+
"Warning (75%)": "Warning (75%)",
|
|
977
|
+
"Warnings": "Warnings",
|
|
978
|
+
"Watch issue": "Watch issue",
|
|
979
|
+
"Webhook URL": "Webhook URL",
|
|
980
|
+
"Webhook secret rotated": "Webhook secret rotated",
|
|
981
|
+
"Webhook trigger created": "Webhook trigger created",
|
|
982
|
+
"What each agent consumed in the selected period.": "What each agent consumed in the selected period.",
|
|
983
|
+
"What errored": "What errored",
|
|
984
|
+
"What is this company trying to achieve?": "What is this company trying to achieve?",
|
|
985
|
+
"Window": "Window",
|
|
986
|
+
"With icons": "With icons",
|
|
987
|
+
"Work": "Work",
|
|
988
|
+
"Worker Process": "Worker Process",
|
|
989
|
+
"Worker process, scheduled jobs, and webhook deliveries": "Worker process, scheduled jobs, and webhook deliveries",
|
|
990
|
+
"Working dir": "Working dir",
|
|
991
|
+
"Workspace ({{count}})": "Workspace ({{count}})",
|
|
992
|
+
"Worktree": "Worktree",
|
|
993
|
+
"Worktree cleanup": "Worktree cleanup",
|
|
994
|
+
"Worktree setup": "Worktree setup",
|
|
995
|
+
"Write API documentation": "Write API documentation",
|
|
996
|
+
"Write something...": "Write something...",
|
|
997
|
+
"Year to Date": "Year to Date",
|
|
998
|
+
"Zoom in": "Zoom in",
|
|
999
|
+
"Zoom out": "Zoom out",
|
|
1000
|
+
"activity.changedPriorityFromTo": "Changed priority from {{from}} to {{to}} on",
|
|
1001
|
+
"activity.changedPriorityTo": "Changed priority to {{priority}} on",
|
|
1002
|
+
"activity.changedStatusFromTo": "Changed status from {{from}} to {{to}} on",
|
|
1003
|
+
"activity.changedStatusTo": "Changed status to {{status}} on",
|
|
1004
|
+
"adapter result JSON": "adapter result JSON",
|
|
1005
|
+
"added a comment": "added a comment",
|
|
1006
|
+
"added an attachment": "added an attachment",
|
|
1007
|
+
"advanced filters": "advanced filters",
|
|
1008
|
+
"agent has errors": "agent has errors",
|
|
1009
|
+
"agent hire created": "agent hire created",
|
|
1010
|
+
"agentConfig.adapter": "Adapter",
|
|
1011
|
+
"agentConfig.adapterType": "Adapter type",
|
|
1012
|
+
"agentConfig.advancedRunPolicy": "Advanced run policy",
|
|
1013
|
+
"agentConfig.agentName": "Agent name",
|
|
1014
|
+
"agentConfig.ask": "Ask",
|
|
1015
|
+
"agentConfig.auto": "Auto",
|
|
1016
|
+
"agentConfig.bootstrapPromptLegacy": "Bootstrap prompt (legacy)",
|
|
1017
|
+
"agentConfig.bootstrapPromptLegacyWarning": "Bootstrap prompt is legacy and will be removed in a future release. Consider moving this content into the agent's prompt template or instructions file instead.",
|
|
1018
|
+
"agentConfig.bootstrapPromptPlaceholder": "Optional initial setup prompt for the first run",
|
|
1019
|
+
"agentConfig.capabilities": "Capabilities",
|
|
1020
|
+
"agentConfig.capabilitiesPlaceholder": "Describe what this agent can do...",
|
|
1021
|
+
"agentConfig.chooseManager": "Choose manager…",
|
|
1022
|
+
"agentConfig.codexMinimalSearchWarning": "Codex may reject `minimal` thinking when search is enabled.",
|
|
1023
|
+
"agentConfig.comingSoon": "Coming soon",
|
|
1024
|
+
"agentConfig.command": "Command",
|
|
1025
|
+
"agentConfig.cooldownSec": "Cooldown (sec)",
|
|
1026
|
+
"agentConfig.createSecretFromCurrentPlainValue": "Create secret from current plain value",
|
|
1027
|
+
"agentConfig.currentBadge": "current",
|
|
1028
|
+
"agentConfig.default": "Default",
|
|
1029
|
+
"agentConfig.detectFromConfig": "Detect from config",
|
|
1030
|
+
"agentConfig.detectFromHermesConfig": "Detect from Hermes config",
|
|
1031
|
+
"agentConfig.detectedBadge": "detected",
|
|
1032
|
+
"agentConfig.detectingModel": "Detecting...",
|
|
1033
|
+
"agentConfig.envKeyPlaceholder": "KEY",
|
|
1034
|
+
"agentConfig.environmentTestFailed": "Environment test failed",
|
|
1035
|
+
"agentConfig.environmentVariables": "Environment variables",
|
|
1036
|
+
"agentConfig.extraArgs": "Extra args",
|
|
1037
|
+
"agentConfig.extraArgsPlaceholder": "Comma-separated, e.g. --verbose, --search",
|
|
1038
|
+
"agentConfig.failed": "Failed",
|
|
1039
|
+
"agentConfig.failedToCreateSecret": "Failed to create secret",
|
|
1040
|
+
"agentConfig.failedToLoadAdapterModels": "Failed to load adapter models.",
|
|
1041
|
+
"agentConfig.graceSec": "Grace period (sec)",
|
|
1042
|
+
"agentConfig.heartbeatOnInterval": "Heartbeat on interval",
|
|
1043
|
+
"agentConfig.high": "High",
|
|
1044
|
+
"agentConfig.hint": "Hint",
|
|
1045
|
+
"agentConfig.identity": "Identity",
|
|
1046
|
+
"agentConfig.instructionsFileHint": "Absolute path to a markdown file (for example `AGENTS.md`) that defines this agent's behavior. Injected into the system prompt at runtime.",
|
|
1047
|
+
"agentConfig.instructionsFileLabel": "Agent instructions file",
|
|
1048
|
+
"agentConfig.instructionsFilePlaceholder": "/absolute/path/to/AGENTS.md",
|
|
1049
|
+
"agentConfig.low": "Low",
|
|
1050
|
+
"agentConfig.max": "Max",
|
|
1051
|
+
"agentConfig.maxConcurrentRuns": "Max concurrent runs",
|
|
1052
|
+
"agentConfig.medium": "Medium",
|
|
1053
|
+
"agentConfig.minimal": "Minimal",
|
|
1054
|
+
"agentConfig.model": "Model",
|
|
1055
|
+
"agentConfig.modelsGroupLabel": "Models",
|
|
1056
|
+
"agentConfig.name": "Name",
|
|
1057
|
+
"agentConfig.noHermesModelsDetected": "No Hermes model detected yet. Configure Hermes or enter a provider/model manually.",
|
|
1058
|
+
"agentConfig.noModelsFound": "No models found.",
|
|
1059
|
+
"agentConfig.otherGroupLabel": "Other",
|
|
1060
|
+
"agentConfig.paperclipEnvVarsInjectedAutomatically": "`PAPERCLIP_*` variables are injected automatically at runtime.",
|
|
1061
|
+
"agentConfig.passed": "Passed",
|
|
1062
|
+
"agentConfig.permissionsAndConfiguration": "Permissions & Configuration",
|
|
1063
|
+
"agentConfig.plain": "Plain",
|
|
1064
|
+
"agentConfig.plan": "Plan",
|
|
1065
|
+
"agentConfig.promptTemplate": "Prompt template",
|
|
1066
|
+
"agentConfig.promptTemplateCreateWarning": "After saving, this prompt template is replayed on every heartbeat. Keep it concise and stable so context does not keep ballooning.",
|
|
1067
|
+
"agentConfig.promptTemplatePlaceholder": "You are agent {{ agent.name }}. Your role is {{ agent.role }}...",
|
|
1068
|
+
"agentConfig.promptTemplateWarning": "Prompt template is replayed on every heartbeat. Keep it concise and stable so context does not keep ballooning.",
|
|
1069
|
+
"agentConfig.reportsTo": "Reports to",
|
|
1070
|
+
"agentConfig.runHeartbeatEvery": "Run heartbeat every",
|
|
1071
|
+
"agentConfig.runPolicy": "Run policy",
|
|
1072
|
+
"agentConfig.seal": "Seal",
|
|
1073
|
+
"agentConfig.searchModels": "Search models...",
|
|
1074
|
+
"agentConfig.searchModelsCreateHint": "Search models... (type to create)",
|
|
1075
|
+
"agentConfig.seconds": "sec",
|
|
1076
|
+
"agentConfig.secret": "Secret",
|
|
1077
|
+
"agentConfig.secretNamePrompt": "Secret name",
|
|
1078
|
+
"agentConfig.selectCompanyToCreateSecrets": "Select a company before creating secrets.",
|
|
1079
|
+
"agentConfig.selectCompanyToTestEnvironment": "Select a company before testing the adapter environment.",
|
|
1080
|
+
"agentConfig.selectCompanyToUploadImages": "Select a company before uploading images.",
|
|
1081
|
+
"agentConfig.selectModel": "Select model",
|
|
1082
|
+
"agentConfig.selectModelRequired": "Select model (required)",
|
|
1083
|
+
"agentConfig.selectSecret": "Select secret...",
|
|
1084
|
+
"agentConfig.storeValueAsSecret": "Store value as secret and replace with reference",
|
|
1085
|
+
"agentConfig.testEnvironment": "Test environment",
|
|
1086
|
+
"agentConfig.testingEnvironment": "Testing...",
|
|
1087
|
+
"agentConfig.thinkingEffort": "Thinking effort",
|
|
1088
|
+
"agentConfig.timeoutSec": "Timeout (sec)",
|
|
1089
|
+
"agentConfig.title": "Title",
|
|
1090
|
+
"agentConfig.titlePlaceholder": "e.g. VP of Engineering",
|
|
1091
|
+
"agentConfig.unsavedChanges": "Unsaved changes",
|
|
1092
|
+
"agentConfig.useManualModel": "Use manual model",
|
|
1093
|
+
"agentConfig.value": "Value",
|
|
1094
|
+
"agentConfig.wakeOnDemand": "Wake on demand",
|
|
1095
|
+
"agentConfig.warnings": "Warnings",
|
|
1096
|
+
"agentConfig.workingDirectoryDeprecated": "Working directory (legacy)",
|
|
1097
|
+
"agentConfig.workingDirectoryPlaceholder": "/absolute/path/to/workspace",
|
|
1098
|
+
"agentDetail.actionFailed": "Action failed",
|
|
1099
|
+
"agentDetail.runCrumb": "Run {{id}}",
|
|
1100
|
+
"agents have errors": "agents have errors",
|
|
1101
|
+
"agents.count_one": "{{count}} agent",
|
|
1102
|
+
"agents.count_other": "{{count}} agents",
|
|
1103
|
+
"and retry.": "and retry.",
|
|
1104
|
+
"api": "api",
|
|
1105
|
+
"api.requestFailedWithStatus": "Request failed: {{status}}",
|
|
1106
|
+
"app.addAgent": "Add Agent",
|
|
1107
|
+
"app.addAnotherAgentDescription": "Run onboarding again to add an agent and a starter task for this company.",
|
|
1108
|
+
"app.addAnotherAgentTitle": "Add another agent to {{companyName}}",
|
|
1109
|
+
"app.addAnotherCompanyDescription": "Run onboarding again to create another company and seed its first agent.",
|
|
1110
|
+
"app.addAnotherCompanyTitle": "Create another company",
|
|
1111
|
+
"app.bootstrapInviteActive": "No instance admin exists yet. A bootstrap invite is already active. Check your Paperclip CN startup logs for the first admin invite URL, or run this command to rotate it:",
|
|
1112
|
+
"app.bootstrapInviteMissing": "No instance admin exists yet. Run this command in your Paperclip CN environment to generate the first admin invite URL:",
|
|
1113
|
+
"app.createFirstCompanyDescription": "Get started by creating a company.",
|
|
1114
|
+
"app.createFirstCompanyTitle": "Create your first company",
|
|
1115
|
+
"app.failedToLoadAppState": "Failed to load app state",
|
|
1116
|
+
"app.instanceSetupRequired": "Instance setup required",
|
|
1117
|
+
"app.newCompany": "New Company",
|
|
1118
|
+
"app.startFirstCompanyDescription": "Get started by creating a company and your first agent.",
|
|
1119
|
+
"app.startFirstCompanyTitle": "Create your first company",
|
|
1120
|
+
"app.startOnboarding": "Start Onboarding",
|
|
1121
|
+
"approved": "approved",
|
|
1122
|
+
"archived": "archived",
|
|
1123
|
+
"assigned the issue": "assigned the issue",
|
|
1124
|
+
"at": "at",
|
|
1125
|
+
"at minute": "at minute",
|
|
1126
|
+
"attached file to": "attached file to",
|
|
1127
|
+
"auth.authenticationFailed": "Authentication failed",
|
|
1128
|
+
"auth.createOne": "Create one",
|
|
1129
|
+
"auth.email": "Email",
|
|
1130
|
+
"auth.failedToLoadSession": "Failed to load session ({{status}})",
|
|
1131
|
+
"auth.haveAccount": "Already have an account?",
|
|
1132
|
+
"auth.name": "Name",
|
|
1133
|
+
"auth.needAccount": "Need an account?",
|
|
1134
|
+
"auth.password": "Password",
|
|
1135
|
+
"auth.requestFailed": "Request failed ({{status}})",
|
|
1136
|
+
"auth.requiredFields": "Please fill in all required fields.",
|
|
1137
|
+
"auth.signInLink": "Sign in",
|
|
1138
|
+
"auth.submit.signIn": "Sign In",
|
|
1139
|
+
"auth.submit.signUp": "Create Account",
|
|
1140
|
+
"auth.subtitle.signIn": "Use your email and password to access this instance.",
|
|
1141
|
+
"auth.subtitle.signUp": "Create an account for this instance. Email confirmation is not required in v1.",
|
|
1142
|
+
"auth.title.signIn": "Sign in to Paperclip CN",
|
|
1143
|
+
"auth.title.signUp": "Create your Paperclip CN account",
|
|
1144
|
+
"billingType.credits": "Credits",
|
|
1145
|
+
"billingType.fixed": "Fixed",
|
|
1146
|
+
"billingType.meteredApi": "Metered API",
|
|
1147
|
+
"billingType.subscription": "Subscription",
|
|
1148
|
+
"billingType.subscriptionOverage": "Subscription overage",
|
|
1149
|
+
"billingType.unknown": "Unknown",
|
|
1150
|
+
"boardClaim.claimBody": "This will promote your user to instance admin and migrate company ownership access from local trusted mode.",
|
|
1151
|
+
"boardClaim.claimButton": "Claim ownership",
|
|
1152
|
+
"boardClaim.claimTitle": "Claim Board ownership",
|
|
1153
|
+
"boardClaim.claimedBody": "This instance is now linked to your authenticated user.",
|
|
1154
|
+
"boardClaim.claimedTitle": "Board ownership claimed",
|
|
1155
|
+
"boardClaim.claiming": "Claiming…",
|
|
1156
|
+
"boardClaim.failedToClaim": "Failed to claim board ownership",
|
|
1157
|
+
"boardClaim.invalidUrl": "Invalid board claim URL.",
|
|
1158
|
+
"boardClaim.loading": "Loading claim challenge...",
|
|
1159
|
+
"boardClaim.openBoard": "Open board",
|
|
1160
|
+
"boardClaim.signInButton": "Sign in / Create account",
|
|
1161
|
+
"boardClaim.signInRequired": "Sign in required",
|
|
1162
|
+
"boardClaim.signInRequiredBody": "Sign in or create an account, then return to this page to claim Board ownership.",
|
|
1163
|
+
"boardClaim.unavailableBody": "Challenge is invalid or expired.",
|
|
1164
|
+
"boardClaim.unavailableTitle": "Claim challenge unavailable",
|
|
1165
|
+
"brand.docsCta": "Documentation",
|
|
1166
|
+
"brand.productName": "Paperclip CN",
|
|
1167
|
+
"cached": "cached",
|
|
1168
|
+
"cancelled a heartbeat": "cancelled a heartbeat",
|
|
1169
|
+
"cancelled heartbeat for": "cancelled heartbeat for",
|
|
1170
|
+
"changed": "changed",
|
|
1171
|
+
"changed the priority from {{from}} to {{to}}": "changed the priority from {{from}} to {{to}}",
|
|
1172
|
+
"changed the priority to {{priority}}": "changed the priority to {{priority}}",
|
|
1173
|
+
"changed the status from {{from}} to {{to}}": "changed the status from {{from}} to {{to}}",
|
|
1174
|
+
"changed the status to {{status}}": "changed the status to {{status}}",
|
|
1175
|
+
"checked out": "checked out",
|
|
1176
|
+
"checked out the issue": "checked out the issue",
|
|
1177
|
+
"clear session for these issues": "clear session for these issues",
|
|
1178
|
+
"clearSessionConfirm": "Clear session for {{count}} issue(s) touched by this run?",
|
|
1179
|
+
"clearing session...": "clearing session...",
|
|
1180
|
+
"cliAuth.accessApprovedBody": "The Paperclip CN CLI can now finish authentication on the requesting machine.",
|
|
1181
|
+
"cliAuth.accessApprovedTitle": "CLI access approved",
|
|
1182
|
+
"cliAuth.approveBody": "A local Paperclip CN CLI process is requesting board access to this instance.",
|
|
1183
|
+
"cliAuth.approveButton": "Approve CLI access",
|
|
1184
|
+
"cliAuth.approveTitle": "Approve Paperclip CN CLI access",
|
|
1185
|
+
"cliAuth.approving": "Approving...",
|
|
1186
|
+
"cliAuth.board": "Board",
|
|
1187
|
+
"cliAuth.cancelledTitle": "CLI auth challenge cancelled",
|
|
1188
|
+
"cliAuth.cancelling": "Cancelling...",
|
|
1189
|
+
"cliAuth.client": "Client",
|
|
1190
|
+
"cliAuth.command": "Command",
|
|
1191
|
+
"cliAuth.expiredTitle": "CLI auth challenge expired",
|
|
1192
|
+
"cliAuth.instanceAdmin": "Instance admin",
|
|
1193
|
+
"cliAuth.instanceAdminRequired": "This challenge requires instance-admin access. Sign in with an instance admin account to approve it.",
|
|
1194
|
+
"cliAuth.invalidUrl": "Invalid CLI auth URL.",
|
|
1195
|
+
"cliAuth.loading": "Loading CLI auth challenge...",
|
|
1196
|
+
"cliAuth.requestedAccess": "Requested access",
|
|
1197
|
+
"cliAuth.requestedCompany": "Requested company",
|
|
1198
|
+
"cliAuth.retryBody": "Start the CLI auth flow again from your terminal to generate a new approval request.",
|
|
1199
|
+
"cliAuth.signInButton": "Sign in / Create account",
|
|
1200
|
+
"cliAuth.signInRequiredBody": "Sign in or create an account, then return to this page to approve the CLI access request.",
|
|
1201
|
+
"cliAuth.signInRequiredTitle": "Sign in required",
|
|
1202
|
+
"cliAuth.unavailableBody": "Challenge is invalid or expired.",
|
|
1203
|
+
"cliAuth.unavailableTitle": "CLI auth challenge unavailable",
|
|
1204
|
+
"cliAuth.updateFailed": "Failed to update CLI auth challenge",
|
|
1205
|
+
"commented on": "commented on",
|
|
1206
|
+
"commented on the approval": "commented on the approval",
|
|
1207
|
+
"commented {{value}}": "commented {{value}}",
|
|
1208
|
+
"common.cancel": "Cancel",
|
|
1209
|
+
"common.code": "Code",
|
|
1210
|
+
"common.create": "Create",
|
|
1211
|
+
"common.hint": "Hint",
|
|
1212
|
+
"common.justNow": "just now",
|
|
1213
|
+
"common.loading": "Loading...",
|
|
1214
|
+
"common.none": "None",
|
|
1215
|
+
"common.optional": "Optional",
|
|
1216
|
+
"common.save": "Save",
|
|
1217
|
+
"common.saved": "Saved",
|
|
1218
|
+
"common.saving": "Saving...",
|
|
1219
|
+
"common.view": "View",
|
|
1220
|
+
"common.working": "Working...",
|
|
1221
|
+
"companies.agentCount_one": "{{count}} agent",
|
|
1222
|
+
"companies.agentCount_other": "{{count}} agents",
|
|
1223
|
+
"companies.issueCount_one": "{{count}} issue",
|
|
1224
|
+
"companies.issueCount_other": "{{count}} issues",
|
|
1225
|
+
"companyExport.binaryPreviewUnavailable": "Binary asset preview is not available for this file type.",
|
|
1226
|
+
"companyExport.buildFailedBody": "Failed to build export package.",
|
|
1227
|
+
"companyExport.building": "Building export...",
|
|
1228
|
+
"companyExport.companyFallback": "Company",
|
|
1229
|
+
"companyExport.exportButton_one": "Export {{count}} file",
|
|
1230
|
+
"companyExport.exportButton_other": "Export {{count}} files",
|
|
1231
|
+
"companyExport.exportDownloadedBody_one": "{{count}} file exported as {{rootPath}}.zip",
|
|
1232
|
+
"companyExport.exportDownloadedBody_other": "{{count}} files exported as {{rootPath}}.zip",
|
|
1233
|
+
"companyExport.exportDownloadedTitle": "Export downloaded",
|
|
1234
|
+
"companyExport.exportFailedBody": "Failed to load export data.",
|
|
1235
|
+
"companyExport.exportFailedTitle": "Export failed",
|
|
1236
|
+
"companyExport.exportTitle": "Export",
|
|
1237
|
+
"companyExport.header": "{{companyName}} export",
|
|
1238
|
+
"companyExport.loadingData": "Loading export data...",
|
|
1239
|
+
"companyExport.orgChartLabel": "Org Chart",
|
|
1240
|
+
"companyExport.packageFiles": "Package files",
|
|
1241
|
+
"companyExport.readme.agent": "Agent",
|
|
1242
|
+
"companyExport.readme.agentCompanyPackage": "This is an [Agent Company](https://agentcompanies.io) package from [Paperclip CN](https://penclip.ing).",
|
|
1243
|
+
"companyExport.readme.agents": "Agents",
|
|
1244
|
+
"companyExport.readme.content": "Content",
|
|
1245
|
+
"companyExport.readme.count": "Count",
|
|
1246
|
+
"companyExport.readme.exportedOn": "Exported from [Paperclip CN](https://penclip.ing) on {{date}}",
|
|
1247
|
+
"companyExport.readme.gettingStarted": "Getting Started",
|
|
1248
|
+
"companyExport.readme.moreInfo": "See [Paperclip CN](https://penclip.ing) for more information.",
|
|
1249
|
+
"companyExport.readme.projects": "Projects",
|
|
1250
|
+
"companyExport.readme.reportsTo": "Reports To",
|
|
1251
|
+
"companyExport.readme.role": "Role",
|
|
1252
|
+
"companyExport.readme.skills": "Skills",
|
|
1253
|
+
"companyExport.readme.tasks": "Tasks",
|
|
1254
|
+
"companyExport.readme.whatsInside": "What's Inside",
|
|
1255
|
+
"companyExport.searchFiles": "Search files...",
|
|
1256
|
+
"companyExport.selectCompany": "Select a company to export.",
|
|
1257
|
+
"companyExport.selectPreview": "Select a file to preview its contents.",
|
|
1258
|
+
"companyExport.selectedCount_one": "{{selected}} / {{total}} file selected",
|
|
1259
|
+
"companyExport.selectedCount_other": "{{selected}} / {{total}} files selected",
|
|
1260
|
+
"companyExport.showMoreIssues": "Show more issues ({{visible}} of {{total}})",
|
|
1261
|
+
"companyExport.warningCount_one": "{{count}} warning",
|
|
1262
|
+
"companyExport.warningCount_other": "{{count}} warnings",
|
|
1263
|
+
"companyImport.binaryPreviewUnavailable": "Binary asset preview is not available for this file type.",
|
|
1264
|
+
"companyImport.chooseZip": "Choose zip",
|
|
1265
|
+
"companyImport.collisionStrategy": "Collision strategy",
|
|
1266
|
+
"companyImport.collisionStrategyHint": "Board imports can rename, skip, or replace matching company content.",
|
|
1267
|
+
"companyImport.conflictCount_one": "{{count}} conflict",
|
|
1268
|
+
"companyImport.conflictCount_other": "{{count}} conflicts",
|
|
1269
|
+
"companyImport.emptyZipPackage": "No package files were found in the selected zip archive.",
|
|
1270
|
+
"companyImport.errorCount_one": "{{count}} error",
|
|
1271
|
+
"companyImport.errorCount_other": "{{count}} errors",
|
|
1272
|
+
"companyImport.existingCompany": "Existing company: {{name}}",
|
|
1273
|
+
"companyImport.githubRepo": "GitHub repo",
|
|
1274
|
+
"companyImport.githubUrl": "GitHub URL",
|
|
1275
|
+
"companyImport.githubUrlHint": "Repo tree path or blob URL to COMPANY.md (e.g. github.com/owner/repo/tree/main/company).",
|
|
1276
|
+
"companyImport.githubUrlPlaceholder": "https://github.com/owner/repo/tree/main/company",
|
|
1277
|
+
"companyImport.importButton_one": "Import {{count}} file",
|
|
1278
|
+
"companyImport.importButton_other": "Import {{count}} files",
|
|
1279
|
+
"companyImport.importCompleteBody_one": "{{companyName}}: {{count}} agent processed.",
|
|
1280
|
+
"companyImport.importCompleteBody_other": "{{companyName}}: {{count}} agents processed.",
|
|
1281
|
+
"companyImport.importCompleteTitle": "Import complete",
|
|
1282
|
+
"companyImport.importFailedBody": "Failed to apply import.",
|
|
1283
|
+
"companyImport.importFailedTitle": "Import failed",
|
|
1284
|
+
"companyImport.importPreview": "Import preview",
|
|
1285
|
+
"companyImport.importing": "Importing...",
|
|
1286
|
+
"companyImport.localZip": "Local zip",
|
|
1287
|
+
"companyImport.localZipHelp": "Upload a .zip exported directly from Paperclip CN. Re-zipped archives created by Finder, Explorer, or other zip tools may not import correctly.",
|
|
1288
|
+
"companyImport.newCompany": "Create new company",
|
|
1289
|
+
"companyImport.newCompanyName": "New company name",
|
|
1290
|
+
"companyImport.newCompanyNameHint": "Optional override. Leave blank to use the package name.",
|
|
1291
|
+
"companyImport.newCompanyPlaceholder": "Imported Company",
|
|
1292
|
+
"companyImport.noSourceConfigured": "No source configured.",
|
|
1293
|
+
"companyImport.packageFiles": "Package files",
|
|
1294
|
+
"companyImport.packageReadFailedBody": "Failed to read folder.",
|
|
1295
|
+
"companyImport.packageReadFailedTitle": "Package read failed",
|
|
1296
|
+
"companyImport.previewFailedBody": "Failed to preview import.",
|
|
1297
|
+
"companyImport.previewFailedTitle": "Preview failed",
|
|
1298
|
+
"companyImport.previewImport": "Preview import",
|
|
1299
|
+
"companyImport.previewing": "Previewing...",
|
|
1300
|
+
"companyImport.renameOnConflict": "Rename on conflict",
|
|
1301
|
+
"companyImport.replaceExisting": "Replace existing",
|
|
1302
|
+
"companyImport.selectCompany": "Select a company to import into.",
|
|
1303
|
+
"companyImport.selectPreview": "Select a file to preview its contents.",
|
|
1304
|
+
"companyImport.selectZipPackage": "Select a .zip company package.",
|
|
1305
|
+
"companyImport.skipOnConflict": "Skip on conflict",
|
|
1306
|
+
"companyImport.sourceHint": "Choose a GitHub repo or upload a local Paperclip CN zip package.",
|
|
1307
|
+
"companyImport.sourceTitle": "Import source",
|
|
1308
|
+
"companyImport.target": "Target",
|
|
1309
|
+
"companyImport.targetHint": "Import into this company or create a new one.",
|
|
1310
|
+
"companySettings.alreadyArchived": "Already archived",
|
|
1311
|
+
"companySettings.appearance": "Appearance",
|
|
1312
|
+
"companySettings.archiveCompany": "Archive company",
|
|
1313
|
+
"companySettings.archiveConfirm": "Archive company \"{{name}}\"? It will be hidden from the sidebar.",
|
|
1314
|
+
"companySettings.archiveDescription": "Archive this company to hide it from the sidebar. This persists in the database.",
|
|
1315
|
+
"companySettings.archiving": "Archiving...",
|
|
1316
|
+
"companySettings.brandColor": "Brand color",
|
|
1317
|
+
"companySettings.brandColorHint": "Sets the hue for the company icon. Leave empty for auto-generated color.",
|
|
1318
|
+
"companySettings.clear": "Clear",
|
|
1319
|
+
"companySettings.companyLabelFallback": "Company",
|
|
1320
|
+
"companySettings.companyName": "Company name",
|
|
1321
|
+
"companySettings.companyNameHint": "The display name for your company.",
|
|
1322
|
+
"companySettings.companyPackages": "Company Packages",
|
|
1323
|
+
"companySettings.copied": "Copied",
|
|
1324
|
+
"companySettings.copiedSnippet": "Copied snippet",
|
|
1325
|
+
"companySettings.copySnippet": "Copy snippet",
|
|
1326
|
+
"companySettings.dangerZone": "Danger Zone",
|
|
1327
|
+
"companySettings.description": "Description",
|
|
1328
|
+
"companySettings.descriptionHint": "Optional description shown in the company profile.",
|
|
1329
|
+
"companySettings.descriptionPlaceholder": "Optional company description",
|
|
1330
|
+
"companySettings.export": "Export",
|
|
1331
|
+
"companySettings.failedToArchive": "Failed to archive company",
|
|
1332
|
+
"companySettings.failedToCreateInvite": "Failed to create invite",
|
|
1333
|
+
"companySettings.failedToSave": "Failed to save",
|
|
1334
|
+
"companySettings.general": "General",
|
|
1335
|
+
"companySettings.generateInvitePrompt": "Generate OpenClaw Invite Prompt",
|
|
1336
|
+
"companySettings.generating": "Generating...",
|
|
1337
|
+
"companySettings.hiring": "Hiring",
|
|
1338
|
+
"companySettings.import": "Import",
|
|
1339
|
+
"companySettings.importExportMovedPrefix": "Import and export have moved to dedicated pages accessible from the",
|
|
1340
|
+
"companySettings.importExportMovedSuffix": "header.",
|
|
1341
|
+
"companySettings.invitePromptTitle": "OpenClaw Invite Prompt",
|
|
1342
|
+
"companySettings.invites": "Invites",
|
|
1343
|
+
"companySettings.logo": "Logo",
|
|
1344
|
+
"companySettings.logoHint": "Upload a PNG, JPEG, WEBP, GIF, or SVG logo image.",
|
|
1345
|
+
"companySettings.logoUploadFailed": "Logo upload failed",
|
|
1346
|
+
"companySettings.noCompanySelected": "No company selected. Select a company from the switcher above.",
|
|
1347
|
+
"companySettings.openclawInviteHelp": "Generate an OpenClaw agent invite snippet.",
|
|
1348
|
+
"companySettings.openclawInviteHint": "Creates a short-lived OpenClaw agent invite and renders a copy-ready prompt.",
|
|
1349
|
+
"companySettings.removeLogo": "Remove logo",
|
|
1350
|
+
"companySettings.removingLogo": "Removing...",
|
|
1351
|
+
"companySettings.requireBoardApproval": "Require board approval for new hires",
|
|
1352
|
+
"companySettings.requireBoardApprovalHint": "New agent hires stay pending until approved by board.",
|
|
1353
|
+
"companySettings.saveChanges": "Save changes",
|
|
1354
|
+
"companySettings.saving": "Saving...",
|
|
1355
|
+
"companySettings.settings": "Settings",
|
|
1356
|
+
"companySettings.title": "Company Settings",
|
|
1357
|
+
"companySettings.uploadingLogo": "Uploading logo...",
|
|
1358
|
+
"companySkills.add": "Add",
|
|
1359
|
+
"companySkills.availableCount_one": "{{count}} available",
|
|
1360
|
+
"companySkills.availableCount_other": "{{count}} available",
|
|
1361
|
+
"companySkills.filterSkills": "Filter skills",
|
|
1362
|
+
"companySkills.noSkillsMatch": "No skills match this filter.",
|
|
1363
|
+
"companySkills.scanProjectWorkspaces": "Scan project workspaces for skills",
|
|
1364
|
+
"companySkills.selectCompany": "Select a company to manage skills.",
|
|
1365
|
+
"companySkills.selectFile": "Select a file to inspect.",
|
|
1366
|
+
"companySkills.selectSkill": "Select a skill to inspect its files.",
|
|
1367
|
+
"companySkills.skillCreatedBody": "{{name}} is now editable in the Paperclip CN workspace.",
|
|
1368
|
+
"companySkills.skillsImportedBody_one": "{{count}} skill added.",
|
|
1369
|
+
"companySkills.skillsImportedBody_other": "{{count}} skills added.",
|
|
1370
|
+
"companySkills.skillsImportedTitle": "Skills imported",
|
|
1371
|
+
"companySkills.sourcePlaceholder": "Paste path, GitHub URL, or skills.sh command",
|
|
1372
|
+
"companySkills.title": "Skills",
|
|
1373
|
+
"costs.unlimited": "Open",
|
|
1374
|
+
"created": "created",
|
|
1375
|
+
"created API key for": "created API key for",
|
|
1376
|
+
"created OpenClaw invite prompt": "created OpenClaw invite prompt",
|
|
1377
|
+
"created a document": "created a document",
|
|
1378
|
+
"created an agent": "created an agent",
|
|
1379
|
+
"created an agent hire request": "created an agent hire request",
|
|
1380
|
+
"created company": "created company",
|
|
1381
|
+
"created document for": "created document for",
|
|
1382
|
+
"created hire request for": "created hire request for",
|
|
1383
|
+
"created invite": "created invite",
|
|
1384
|
+
"created the issue": "created the issue",
|
|
1385
|
+
"created trigger for": "created trigger for",
|
|
1386
|
+
"credits": "credits",
|
|
1387
|
+
"dashboard.activeBudgetIncidents": "{{count}} active budget incidents",
|
|
1388
|
+
"dashboard.agentSummary": "{{running}} running, {{paused}} paused, {{errors}} errors",
|
|
1389
|
+
"dashboard.agentsEnabled": "Agents Enabled",
|
|
1390
|
+
"dashboard.awaitingBoardReview": "Awaiting board review",
|
|
1391
|
+
"dashboard.budgetOverridesAwaitingReview": "{{count}} budget overrides awaiting board review",
|
|
1392
|
+
"dashboard.budgetSummary": "{{pausedAgents}} agents paused · {{pausedProjects}} projects paused · {{pendingApprovals}} pending budget approvals",
|
|
1393
|
+
"dashboard.budgetUsage": "{{percent}}% of {{budget}} budget",
|
|
1394
|
+
"dashboard.createOneHere": "Create one here",
|
|
1395
|
+
"dashboard.createOrSelectCompany": "Create or select a company to view the dashboard.",
|
|
1396
|
+
"dashboard.getStarted": "Get Started",
|
|
1397
|
+
"dashboard.issuesByPriority": "Issues by Priority",
|
|
1398
|
+
"dashboard.issuesByStatus": "Issues by Status",
|
|
1399
|
+
"dashboard.last14Days": "Last 14 days",
|
|
1400
|
+
"dashboard.monthSpend": "Month Spend",
|
|
1401
|
+
"dashboard.noAgents": "You have no agents.",
|
|
1402
|
+
"dashboard.noTasksYet": "No tasks yet.",
|
|
1403
|
+
"dashboard.openBudgets": "Open budgets",
|
|
1404
|
+
"dashboard.pendingApprovals": "Pending Approvals",
|
|
1405
|
+
"dashboard.recentActivity": "Recent Activity",
|
|
1406
|
+
"dashboard.recentTasks": "Recent Tasks",
|
|
1407
|
+
"dashboard.runActivity": "Run Activity",
|
|
1408
|
+
"dashboard.successRate": "Success Rate",
|
|
1409
|
+
"dashboard.taskSummary": "{{open}} open, {{blocked}} blocked",
|
|
1410
|
+
"dashboard.tasksInProgress": "Tasks In Progress",
|
|
1411
|
+
"dashboard.title": "Dashboard",
|
|
1412
|
+
"dashboard.unlimitedBudget": "Unlimited budget",
|
|
1413
|
+
"dashboard.welcome": "Welcome to Paperclip CN. Set up your first company and agent to get started.",
|
|
1414
|
+
"debits": "debits",
|
|
1415
|
+
"deleted": "deleted",
|
|
1416
|
+
"deleted a document": "deleted a document",
|
|
1417
|
+
"deleted document from": "deleted document from",
|
|
1418
|
+
"deleted the issue": "deleted the issue",
|
|
1419
|
+
"deleted trigger for": "deleted trigger for",
|
|
1420
|
+
"e.g. Research competitor pricing": "e.g. Research competitor pricing",
|
|
1421
|
+
"entityType.agent": "Agent",
|
|
1422
|
+
"entityType.approval": "Approval",
|
|
1423
|
+
"entityType.company": "Company",
|
|
1424
|
+
"entityType.cost": "Cost",
|
|
1425
|
+
"entityType.goal": "Goal",
|
|
1426
|
+
"entityType.heartbeatRun": "Heartbeat Run",
|
|
1427
|
+
"entityType.invite": "Invite",
|
|
1428
|
+
"entityType.issue": "Issue",
|
|
1429
|
+
"entityType.project": "Project",
|
|
1430
|
+
"entityType.routine": "Routine",
|
|
1431
|
+
"entityType.routineRun": "Routine Run",
|
|
1432
|
+
"entityType.routineTrigger": "Routine Trigger",
|
|
1433
|
+
"errors.apiRouteNotFound": "API route not found",
|
|
1434
|
+
"errors.forbidden": "Forbidden",
|
|
1435
|
+
"errors.internalServer": "Internal server error",
|
|
1436
|
+
"errors.notFound": "Not found",
|
|
1437
|
+
"errors.unauthorized": "Unauthorized",
|
|
1438
|
+
"errors.validation": "Validation error",
|
|
1439
|
+
"estimated": "estimated",
|
|
1440
|
+
"execCloseDialog.aheadBehind": "Ahead / behind",
|
|
1441
|
+
"execCloseDialog.alreadyArchived": "This workspace is already archived.",
|
|
1442
|
+
"execCloseDialog.archiveDescription_post": "and clean up any owned workspace artifacts. Paperclip keeps the workspace record and issue history, but removes it from active workspace views.",
|
|
1443
|
+
"execCloseDialog.archiveDescription_pre": "Archive",
|
|
1444
|
+
"execCloseDialog.attachedRuntimeServices": "Attached runtime services",
|
|
1445
|
+
"execCloseDialog.blockingIssues": "Blocking issues",
|
|
1446
|
+
"execCloseDialog.blockingReasons": "Blocking reasons",
|
|
1447
|
+
"execCloseDialog.checking": "Checking whether this workspace is safe to close...",
|
|
1448
|
+
"execCloseDialog.cleanupActions": "Cleanup actions",
|
|
1449
|
+
"execCloseDialog.cleanupFailedRetry": "Cleanup previously failed on this workspace. Retrying close will rerun the cleanup flow and update the workspace status if it succeeds.",
|
|
1450
|
+
"execCloseDialog.closeWorkspace": "Close workspace",
|
|
1451
|
+
"execCloseDialog.dirtyTrackedFiles": "Dirty tracked files",
|
|
1452
|
+
"execCloseDialog.disposable": "This workspace is disposable and can be archived.",
|
|
1453
|
+
"execCloseDialog.failedToClose": "Failed to close workspace",
|
|
1454
|
+
"execCloseDialog.gitStatus": "Git status",
|
|
1455
|
+
"execCloseDialog.lastChecked": "Last checked",
|
|
1456
|
+
"execCloseDialog.mergedIntoBase": "Merged into base",
|
|
1457
|
+
"execCloseDialog.no": "No",
|
|
1458
|
+
"execCloseDialog.noAdditionalDetails": "No additional details",
|
|
1459
|
+
"execCloseDialog.otherLinkedIssues": "Other linked issues",
|
|
1460
|
+
"execCloseDialog.primaryWorkspace": "This execution workspace currently points at the project's primary workspace path.",
|
|
1461
|
+
"execCloseDialog.readinessFailed": "Failed to inspect workspace close readiness.",
|
|
1462
|
+
"execCloseDialog.repoRoot": "Repo root:",
|
|
1463
|
+
"execCloseDialog.retryClose": "Retry close",
|
|
1464
|
+
"execCloseDialog.separateCheckout": "This execution workspace has its own checkout path and can be archived independently.",
|
|
1465
|
+
"execCloseDialog.sharedSession": "This is a shared workspace session. Archiving it removes this session record but keeps the underlying project workspace.",
|
|
1466
|
+
"execCloseDialog.stateBlocked": "Close is blocked",
|
|
1467
|
+
"execCloseDialog.stateReady": "Close is ready",
|
|
1468
|
+
"execCloseDialog.stateWarning": "Close is allowed with warnings",
|
|
1469
|
+
"execCloseDialog.untrackedFiles": "Untracked files",
|
|
1470
|
+
"execCloseDialog.warnings": "Warnings",
|
|
1471
|
+
"execCloseDialog.workspaceCloseRetried": "Workspace close retried",
|
|
1472
|
+
"execCloseDialog.workspaceClosed": "Workspace closed",
|
|
1473
|
+
"execCloseDialog.workspacePath": "Workspace path:",
|
|
1474
|
+
"execCloseDialog.yes": "Yes",
|
|
1475
|
+
"executionWorkspace.baseRef": "Base ref",
|
|
1476
|
+
"executionWorkspace.branch": "Branch",
|
|
1477
|
+
"executionWorkspace.cleanup": "Cleanup",
|
|
1478
|
+
"executionWorkspace.cleanupNotScheduled": "Not scheduled",
|
|
1479
|
+
"executionWorkspace.lastUsedAt": "Last used",
|
|
1480
|
+
"executionWorkspace.loadFailed": "Failed to load workspace",
|
|
1481
|
+
"executionWorkspace.mode.agent_default": "Agent default",
|
|
1482
|
+
"executionWorkspace.mode.inherit": "Inherit",
|
|
1483
|
+
"executionWorkspace.mode.isolated_workspace": "Isolated workspace",
|
|
1484
|
+
"executionWorkspace.mode.operator_branch": "Operator branch",
|
|
1485
|
+
"executionWorkspace.mode.reuse_existing": "Reuse existing workspace",
|
|
1486
|
+
"executionWorkspace.mode.shared_workspace": "Shared workspace",
|
|
1487
|
+
"executionWorkspace.openedAt": "Opened",
|
|
1488
|
+
"executionWorkspace.project": "Project",
|
|
1489
|
+
"executionWorkspace.providerRef": "Provider ref",
|
|
1490
|
+
"executionWorkspace.providerType.adapter_managed": "Adapter managed",
|
|
1491
|
+
"executionWorkspace.providerType.cloud_sandbox": "Cloud sandbox",
|
|
1492
|
+
"executionWorkspace.providerType.git_worktree": "Git worktree",
|
|
1493
|
+
"executionWorkspace.providerType.local_fs": "Local filesystem",
|
|
1494
|
+
"executionWorkspace.repoUrl": "Repo URL",
|
|
1495
|
+
"executionWorkspace.sourceIssue": "Source issue",
|
|
1496
|
+
"executionWorkspace.title": "Execution workspace",
|
|
1497
|
+
"executionWorkspace.workingDir": "Working dir",
|
|
1498
|
+
"failed requester wake-up": "failed requester wake-up",
|
|
1499
|
+
"failed requester wake-up for": "failed requester wake-up for",
|
|
1500
|
+
"financeDirection.credit": "Credit",
|
|
1501
|
+
"financeDirection.debit": "Debit",
|
|
1502
|
+
"financeEventKind.byokFee": "BYOK fee",
|
|
1503
|
+
"financeEventKind.creditExpiry": "Credit expiry",
|
|
1504
|
+
"financeEventKind.creditPurchase": "Credit purchase",
|
|
1505
|
+
"financeEventKind.creditRefund": "Credit refund",
|
|
1506
|
+
"financeEventKind.customModelImport": "Custom model import",
|
|
1507
|
+
"financeEventKind.customModelStorage": "Custom model storage",
|
|
1508
|
+
"financeEventKind.gatewayOverhead": "Gateway overhead",
|
|
1509
|
+
"financeEventKind.inferenceCharge": "Inference charge",
|
|
1510
|
+
"financeEventKind.logStorage": "Log storage",
|
|
1511
|
+
"financeEventKind.logpush": "Logpush",
|
|
1512
|
+
"financeEventKind.manualAdjustment": "Manual adjustment",
|
|
1513
|
+
"financeEventKind.platformFee": "Platform fee",
|
|
1514
|
+
"financeEventKind.provisionedCapacity": "Provisioned capacity",
|
|
1515
|
+
"financeEventKind.training": "Training",
|
|
1516
|
+
"goalLevel.agent": "Agent",
|
|
1517
|
+
"goalLevel.company": "Company",
|
|
1518
|
+
"goalLevel.task": "Task",
|
|
1519
|
+
"goalLevel.team": "Team",
|
|
1520
|
+
"hit an error state.": "hit an error state.",
|
|
1521
|
+
"in": "in",
|
|
1522
|
+
"in env or run": "in env or run",
|
|
1523
|
+
"inbox.adapterLabel": "adapter: {{adapterType}}",
|
|
1524
|
+
"inbox.failedRunTitle": "Failed run{{agentName}}",
|
|
1525
|
+
"inbox.failedToApproveJoinRequest": "Failed to approve join request",
|
|
1526
|
+
"inbox.failedToArchiveIssue": "Failed to archive issue",
|
|
1527
|
+
"inbox.failedToRejectJoinRequest": "Failed to reject join request",
|
|
1528
|
+
"inbox.requestedFromIp": "requested {{time}} from IP {{ip}}",
|
|
1529
|
+
"init": "init",
|
|
1530
|
+
"invite.acceptBootstrap": "Accept bootstrap invite",
|
|
1531
|
+
"invite.adapterType": "Adapter type",
|
|
1532
|
+
"invite.agentName": "Agent name",
|
|
1533
|
+
"invite.agentReadableOnboarding": "Agent-readable onboarding text",
|
|
1534
|
+
"invite.bootstrapCompleteBody": "The first instance admin is now configured. You can continue to the board.",
|
|
1535
|
+
"invite.bootstrapCompleteTitle": "Bootstrap complete",
|
|
1536
|
+
"invite.bootstrapTitle": "Bootstrap your Paperclip CN instance",
|
|
1537
|
+
"invite.capabilities": "Capabilities (optional)",
|
|
1538
|
+
"invite.claimSecretTitle": "One-time claim secret (save now)",
|
|
1539
|
+
"invite.comingSoon": " (Coming soon)",
|
|
1540
|
+
"invite.connectivityDiagnostics": "Connectivity diagnostics",
|
|
1541
|
+
"invite.expiresAt": "Invite expires {{value}}.",
|
|
1542
|
+
"invite.installTo": "Install to {{path}}",
|
|
1543
|
+
"invite.invalidToken": "Invalid invite token.",
|
|
1544
|
+
"invite.joinAs": "Join as {{type}}",
|
|
1545
|
+
"invite.joinCompanyTitle": "Join this Paperclip CN company",
|
|
1546
|
+
"invite.joinSubmittedBody": "Your request is pending admin approval. You will not have access until approved.",
|
|
1547
|
+
"invite.joinSubmittedTitle": "Join request submitted",
|
|
1548
|
+
"invite.joinType.agent": "agent",
|
|
1549
|
+
"invite.joinType.human": "human",
|
|
1550
|
+
"invite.loading": "Loading invite...",
|
|
1551
|
+
"invite.notAvailableBody": "This invite may be expired, revoked, or already used.",
|
|
1552
|
+
"invite.notAvailableTitle": "Invite not available",
|
|
1553
|
+
"invite.openBoard": "Open board",
|
|
1554
|
+
"invite.requestId": "Request ID",
|
|
1555
|
+
"invite.signInButton": "Sign in / Create account",
|
|
1556
|
+
"invite.signInRequiredBody": "Sign in or create an account before submitting a human join request.",
|
|
1557
|
+
"invite.skillBootstrapTitle": "Paperclip CN skill bootstrap",
|
|
1558
|
+
"invite.submitJoinRequest": "Submit join request",
|
|
1559
|
+
"invite.submitting": "Submitting...",
|
|
1560
|
+
"invoked a heartbeat": "invoked a heartbeat",
|
|
1561
|
+
"invoked heartbeat for": "invoked heartbeat for",
|
|
1562
|
+
"is set. You can clear it in this CEO adapter config and retry the probe.": "is set. You can clear it in this CEO adapter config and retry the probe.",
|
|
1563
|
+
"issue approval linked": "issue approval linked",
|
|
1564
|
+
"issue read marked": "issue read marked",
|
|
1565
|
+
"issueWorkspace.adapterManaged": "Adapter managed",
|
|
1566
|
+
"issueWorkspace.chooseExistingWorkspace": "Choose an existing workspace",
|
|
1567
|
+
"issueWorkspace.cloudSandbox": "Cloud sandbox",
|
|
1568
|
+
"issueWorkspace.current": "Current:",
|
|
1569
|
+
"issueWorkspace.edit": "Edit",
|
|
1570
|
+
"issueWorkspace.existingIsolatedWorkspace": "Existing isolated workspace",
|
|
1571
|
+
"issueWorkspace.freshIsolated": "A fresh isolated workspace will be created when this issue runs.",
|
|
1572
|
+
"issueWorkspace.isolatedWorkspace": "Isolated workspace",
|
|
1573
|
+
"issueWorkspace.newIsolatedWorkspace": "New isolated workspace",
|
|
1574
|
+
"issueWorkspace.operatorBranch": "Operator branch",
|
|
1575
|
+
"issueWorkspace.projectDefault": "Project default",
|
|
1576
|
+
"issueWorkspace.projectDefaultWhenRuns": "This issue will use the project default workspace configuration when it runs.",
|
|
1577
|
+
"issueWorkspace.repo": "Repo:",
|
|
1578
|
+
"issueWorkspace.reuseExistingWorkspace": "Reuse existing workspace",
|
|
1579
|
+
"issueWorkspace.reuseWhenRuns": "This issue will reuse an existing workspace when it runs.",
|
|
1580
|
+
"issueWorkspace.reusing": "Reusing:",
|
|
1581
|
+
"issueWorkspace.save": "Save",
|
|
1582
|
+
"issueWorkspace.viewWorkspaceDetails": "View workspace details →",
|
|
1583
|
+
"issueWorkspace.workspace": "Workspace",
|
|
1584
|
+
"issuesTouched": "Issues Touched ({{count}})",
|
|
1585
|
+
"language.en": "English",
|
|
1586
|
+
"language.zh-CN": "简体中文",
|
|
1587
|
+
"layout.closeSidebar": "Close sidebar",
|
|
1588
|
+
"layout.documentation": "Documentation",
|
|
1589
|
+
"layout.instanceSettings": "Instance settings",
|
|
1590
|
+
"layout.languageSwitcherLabel": "Switch language",
|
|
1591
|
+
"layout.skipToMainContent": "Skip to Main Content",
|
|
1592
|
+
"layout.switchToDarkMode": "Switch to dark mode",
|
|
1593
|
+
"layout.switchToLightMode": "Switch to light mode",
|
|
1594
|
+
"linked an approval": "linked an approval",
|
|
1595
|
+
"linked approval to": "linked approval to",
|
|
1596
|
+
"liveUpdates.action.viewAgent": "View agent",
|
|
1597
|
+
"liveUpdates.action.viewInbox": "View inbox",
|
|
1598
|
+
"liveUpdates.action.viewIssue": "View {{issueRef}}",
|
|
1599
|
+
"liveUpdates.action.viewRun": "View run",
|
|
1600
|
+
"liveUpdates.activity.issueCommentedAndUpdatedTitle": "{{actor}} commented and updated {{issueRef}}",
|
|
1601
|
+
"liveUpdates.activity.issueCommentedTitle": "{{actor}} commented on {{issueRef}}",
|
|
1602
|
+
"liveUpdates.activity.issueCreatedTitle": "{{actor}} created {{issueRef}}",
|
|
1603
|
+
"liveUpdates.activity.issueReopenedAndCommentedTitle": "{{actor}} reopened and commented on {{issueRef}}",
|
|
1604
|
+
"liveUpdates.activity.issueUpdatedTitle": "{{actor}} updated {{issueRef}}",
|
|
1605
|
+
"liveUpdates.actor.board": "Board",
|
|
1606
|
+
"liveUpdates.actor.someone": "Someone",
|
|
1607
|
+
"liveUpdates.actor.system": "System",
|
|
1608
|
+
"liveUpdates.agentFallback": "Agent {{id}}",
|
|
1609
|
+
"liveUpdates.agentStatus.erroredTitle": "{{name}} errored",
|
|
1610
|
+
"liveUpdates.agentStatus.startedTitle": "{{name}} started",
|
|
1611
|
+
"liveUpdates.issueFallbackRef": "Issue {{id}}",
|
|
1612
|
+
"liveUpdates.issueUpdate.descriptionChanged": "description changed",
|
|
1613
|
+
"liveUpdates.issueUpdate.priorityChanged": "priority -> {{priority}}",
|
|
1614
|
+
"liveUpdates.issueUpdate.reassigned": "reassigned",
|
|
1615
|
+
"liveUpdates.issueUpdate.reopened": "reopened",
|
|
1616
|
+
"liveUpdates.issueUpdate.reopenedFrom": "reopened from {{from}}",
|
|
1617
|
+
"liveUpdates.issueUpdate.statusChanged": "status -> {{status}}",
|
|
1618
|
+
"liveUpdates.issueUpdate.titleChanged": "title changed",
|
|
1619
|
+
"liveUpdates.issueUpdate.unassigned": "unassigned",
|
|
1620
|
+
"liveUpdates.joinRequest.body": "A new join request is waiting for approval.",
|
|
1621
|
+
"liveUpdates.joinRequest.title": "{{actor}} wants to join",
|
|
1622
|
+
"liveUpdates.runStatus.cancelledTitle": "{{name}} run cancelled",
|
|
1623
|
+
"liveUpdates.runStatus.failedTitle": "{{name}} run failed",
|
|
1624
|
+
"liveUpdates.runStatus.succeededTitle": "{{name}} run succeeded",
|
|
1625
|
+
"liveUpdates.runStatus.timedOutTitle": "{{name}} run timed out",
|
|
1626
|
+
"liveUpdates.runStatus.triggerDetail": "Trigger: {{triggerDetail}}",
|
|
1627
|
+
"marked as read": "marked as read",
|
|
1628
|
+
"myIssues.empty": "No issues assigned to you.",
|
|
1629
|
+
"myIssues.selectCompany": "Select a company to view your issues.",
|
|
1630
|
+
"myIssues.title": "My Issues",
|
|
1631
|
+
"net": "net",
|
|
1632
|
+
"newAgent.advancedDescription": "Choose your adapter type for advanced setup.",
|
|
1633
|
+
"newAgent.advancedLink": "I want advanced configuration myself",
|
|
1634
|
+
"newAgent.askCeo": "Ask the CEO to create a new agent",
|
|
1635
|
+
"newAgent.back": "Back",
|
|
1636
|
+
"newAgent.companySkillsEmpty": "No optional company skills installed yet.",
|
|
1637
|
+
"newAgent.companySkillsHint": "Optional skills from the company library. Built-in Paperclip CN runtime skills are added automatically.",
|
|
1638
|
+
"newAgent.companySkillsTitle": "Company skills",
|
|
1639
|
+
"newAgent.create": "Create agent",
|
|
1640
|
+
"newAgent.defaultIssueDescription": "(type in what kind of agent you want here)",
|
|
1641
|
+
"newAgent.defaultIssueTitle": "Create a new agent",
|
|
1642
|
+
"newAgent.failedToLoadOpenCodeModels": "Failed to load OpenCode models.",
|
|
1643
|
+
"newAgent.firstAgentCeoNote": "This will be the CEO",
|
|
1644
|
+
"newAgent.option.claudeLocal": "Local Claude agent",
|
|
1645
|
+
"newAgent.option.codexLocal": "Local Codex agent",
|
|
1646
|
+
"newAgent.option.cursor": "Local Cursor agent",
|
|
1647
|
+
"newAgent.option.geminiLocal": "Local Gemini agent",
|
|
1648
|
+
"newAgent.option.hermesLocal": "Local multi-provider agent",
|
|
1649
|
+
"newAgent.option.openclawGateway": "Invoke OpenClaw via gateway protocol",
|
|
1650
|
+
"newAgent.option.opencodeLocal": "Local multi-provider agent",
|
|
1651
|
+
"newAgent.option.piLocal": "Local Pi agent",
|
|
1652
|
+
"newAgent.recommendation": "We recommend letting your CEO handle agent setup. They know the org structure and can configure reporting, permissions, and adapters.",
|
|
1653
|
+
"newAgent.recommended": "Recommended",
|
|
1654
|
+
"newAgent.title": "Add a new agent",
|
|
1655
|
+
"newAgent.unavailableOpenCodeModel": "Configured OpenCode model is unavailable: {{selectedModel}}",
|
|
1656
|
+
"newGoal.createGoal": "Create goal",
|
|
1657
|
+
"newGoal.createSubGoal": "Create sub-goal",
|
|
1658
|
+
"newGoal.creating": "Creating…",
|
|
1659
|
+
"newGoal.descriptionPlaceholder": "Add description...",
|
|
1660
|
+
"newGoal.goalTitlePlaceholder": "Goal title",
|
|
1661
|
+
"newGoal.noParent": "No parent",
|
|
1662
|
+
"newGoal.parentGoal": "Parent goal",
|
|
1663
|
+
"newGoal.subGoalTitle": "New sub-goal",
|
|
1664
|
+
"newGoal.title": "New goal",
|
|
1665
|
+
"newIssue.assigneeOptions.agent": "Agent options",
|
|
1666
|
+
"newIssue.assigneeOptions.claude_local": "Claude options",
|
|
1667
|
+
"newIssue.assigneeOptions.codex_local": "Codex options",
|
|
1668
|
+
"newIssue.assigneeOptions.opencode_local": "OpenCode options",
|
|
1669
|
+
"newIssue.attachments": "Attachments",
|
|
1670
|
+
"newIssue.chooseExistingWorkspace": "Choose an existing workspace",
|
|
1671
|
+
"newIssue.createFailed": "Failed to create issue. Try again.",
|
|
1672
|
+
"newIssue.creating": "Creating...",
|
|
1673
|
+
"newIssue.creatingIssue": "Creating issue...",
|
|
1674
|
+
"newIssue.defaultModel": "Default model",
|
|
1675
|
+
"newIssue.descriptionPlaceholder": "Add description...",
|
|
1676
|
+
"newIssue.discardDraft": "Discard draft",
|
|
1677
|
+
"newIssue.documents": "Documents",
|
|
1678
|
+
"newIssue.dueDate": "Due date",
|
|
1679
|
+
"newIssue.enableChrome": "Enable Chrome (--chrome)",
|
|
1680
|
+
"newIssue.executionWorkspaceHelp": "Control whether this issue runs in the shared workspace, a new isolated workspace, or an existing one.",
|
|
1681
|
+
"newIssue.executionWorkspaceMode.isolated_workspace": "New isolated workspace",
|
|
1682
|
+
"newIssue.executionWorkspaceMode.reuse_existing": "Reuse existing workspace",
|
|
1683
|
+
"newIssue.executionWorkspaceMode.shared_workspace": "Project default",
|
|
1684
|
+
"newIssue.executionWorkspaceTitle": "Execution workspace",
|
|
1685
|
+
"newIssue.existingExecutionWorkspace": "existing execution workspace",
|
|
1686
|
+
"newIssue.forLabel": "For",
|
|
1687
|
+
"newIssue.inLabel": "in",
|
|
1688
|
+
"newIssue.removeAttachment": "Remove attachment",
|
|
1689
|
+
"newIssue.removeDocument": "Remove document",
|
|
1690
|
+
"newIssue.reusingExecutionWorkspace": "Reusing {{name}} from {{source}}.",
|
|
1691
|
+
"newIssue.startDate": "Start date",
|
|
1692
|
+
"newIssue.title": "New issue",
|
|
1693
|
+
"newIssue.titlePlaceholder": "Issue title",
|
|
1694
|
+
"newIssue.uploadWarnings.body_one": "1 staged file could not be added.",
|
|
1695
|
+
"newIssue.uploadWarnings.body_other": "{{count}} staged files could not be added.",
|
|
1696
|
+
"newIssue.uploadWarnings.openIssue": "Open {{issueRef}}",
|
|
1697
|
+
"newIssue.uploadWarnings.title": "Created {{issueRef}} with upload warnings",
|
|
1698
|
+
"newProject.addGoal": "+ Goal",
|
|
1699
|
+
"newProject.allGoalsSelected": "All goals already selected.",
|
|
1700
|
+
"newProject.choosePath": "Choose path",
|
|
1701
|
+
"newProject.createProject": "Create project",
|
|
1702
|
+
"newProject.creating": "Creating…",
|
|
1703
|
+
"newProject.descriptionPlaceholder": "Add description...",
|
|
1704
|
+
"newProject.failedToCreateProject": "Failed to create project.",
|
|
1705
|
+
"newProject.githubRepoFallback": "GitHub repo",
|
|
1706
|
+
"newProject.goal": "Goal",
|
|
1707
|
+
"newProject.localFolderFallback": "Local folder",
|
|
1708
|
+
"newProject.localFolderHint": "Set an absolute path on this machine where local agents will read and write files for this project.",
|
|
1709
|
+
"newProject.localFolderInvalid": "Local folder must be a full absolute path.",
|
|
1710
|
+
"newProject.localFolderLabel": "Local folder",
|
|
1711
|
+
"newProject.localFolderPlaceholder": "/absolute/path/to/workspace",
|
|
1712
|
+
"newProject.noCompanySelected": "Select a company first.",
|
|
1713
|
+
"newProject.noGoal": "No goal",
|
|
1714
|
+
"newProject.pathHelp.description": "Paste the absolute path into the input field, for example:",
|
|
1715
|
+
"newProject.pathHelp.linuxLabel": "Linux (terminal)",
|
|
1716
|
+
"newProject.pathHelp.linuxStep1": "Open a terminal and navigate to the directory.",
|
|
1717
|
+
"newProject.pathHelp.linuxStep2": "Run pwd to print the full path.",
|
|
1718
|
+
"newProject.pathHelp.linuxStep3": "Copy the output and paste it here.",
|
|
1719
|
+
"newProject.pathHelp.macLabel": "macOS (Finder)",
|
|
1720
|
+
"newProject.pathHelp.macStep1": "Find the folder in Finder.",
|
|
1721
|
+
"newProject.pathHelp.macStep2": "Hold Option and right-click the folder.",
|
|
1722
|
+
"newProject.pathHelp.macStep3": "Click \"Copy as Pathname\", then paste it here.",
|
|
1723
|
+
"newProject.pathHelp.ok": "OK",
|
|
1724
|
+
"newProject.pathHelp.title": "How to get a full path",
|
|
1725
|
+
"newProject.pathHelp.windowsLabel": "Windows (File Explorer)",
|
|
1726
|
+
"newProject.pathHelp.windowsStep1": "Find the folder in File Explorer.",
|
|
1727
|
+
"newProject.pathHelp.windowsStep2": "Hold Shift and right-click the folder.",
|
|
1728
|
+
"newProject.pathHelp.windowsStep3": "Click \"Copy as path\", then paste it here.",
|
|
1729
|
+
"newProject.projectNamePlaceholder": "Project name",
|
|
1730
|
+
"newProject.removeGoalAriaLabel": "Remove goal {{goalTitle}}",
|
|
1731
|
+
"newProject.repoUrlHint": "Link a GitHub repository so agents can clone, read, and push code for this project.",
|
|
1732
|
+
"newProject.repoUrlInvalid": "Repo must use a valid GitHub repo URL.",
|
|
1733
|
+
"newProject.repoUrlLabel": "GitHub repo",
|
|
1734
|
+
"newProject.repoUrlPlaceholder": "https://github.com/org/repo",
|
|
1735
|
+
"newProject.targetDatePlaceholder": "Target date",
|
|
1736
|
+
"newProject.title": "New project",
|
|
1737
|
+
"npm Package Name": "npm Package Name",
|
|
1738
|
+
"on": "on",
|
|
1739
|
+
"on day": "on day",
|
|
1740
|
+
"onboarding.defaultTaskDescription": "You are the CEO. You set the direction for the company.\n\n- hire a founding engineer\n- write a hiring plan\n- break the roadmap into concrete tasks and start delegating work",
|
|
1741
|
+
"onboarding.defaultTaskTitle": "Hire your first engineer and create a hiring plan",
|
|
1742
|
+
"orgChart.empty": "No agents in the organization. Create agents to build your org chart.",
|
|
1743
|
+
"orgChart.selectCompany": "Select a company to view org chart.",
|
|
1744
|
+
"out": "out",
|
|
1745
|
+
"pathInstructions.choose": "Choose path",
|
|
1746
|
+
"pathInstructions.descriptionPrefix": "Paste the absolute path (for example",
|
|
1747
|
+
"pathInstructions.descriptionSuffix": ") into the input field.",
|
|
1748
|
+
"pathInstructions.linux.step1": "Open a terminal and navigate to the directory with cd.",
|
|
1749
|
+
"pathInstructions.linux.step2": "Run pwd to print the full path.",
|
|
1750
|
+
"pathInstructions.linux.step3": "Copy the output and paste it here.",
|
|
1751
|
+
"pathInstructions.linux.tip": "In most file managers, Ctrl+L reveals the full path in the address bar.",
|
|
1752
|
+
"pathInstructions.linuxLabel": "Linux",
|
|
1753
|
+
"pathInstructions.mac.step1": "Open Finder and navigate to the folder.",
|
|
1754
|
+
"pathInstructions.mac.step2": "Right-click the folder, or Control-click it.",
|
|
1755
|
+
"pathInstructions.mac.step3": "Hold Option (⌥). The Copy action changes to Copy as Pathname.",
|
|
1756
|
+
"pathInstructions.mac.step4": "Click Copy as Pathname, then paste it here.",
|
|
1757
|
+
"pathInstructions.mac.tip": "You can also open Terminal, type cd, drag the folder into the terminal window, press Enter, and then run pwd to see the full path.",
|
|
1758
|
+
"pathInstructions.macLabel": "macOS",
|
|
1759
|
+
"pathInstructions.title": "How to get a full path",
|
|
1760
|
+
"pathInstructions.windows.step1": "Open File Explorer and navigate to the folder.",
|
|
1761
|
+
"pathInstructions.windows.step2": "Click the address bar at the top to reveal the full path.",
|
|
1762
|
+
"pathInstructions.windows.step3": "Copy the path, then paste it here.",
|
|
1763
|
+
"pathInstructions.windows.tip": "You can also hold Shift, right-click the folder, and choose Copy as path.",
|
|
1764
|
+
"pathInstructions.windowsLabel": "Windows",
|
|
1765
|
+
"paused": "paused",
|
|
1766
|
+
"paused the agent": "paused the agent",
|
|
1767
|
+
"pluginExamples.authoringSmoke.description": "Smoke-test example plugin used to validate the plugin host and authoring flow.",
|
|
1768
|
+
"pluginExamples.authoringSmoke.displayName": "Plugin Authoring Smoke Example",
|
|
1769
|
+
"pluginExamples.fileBrowser.description": "Example plugin that adds a Files link under each project in the sidebar, a file browser and editor tab on the project detail page, and quick-open actions for referenced files in comments.",
|
|
1770
|
+
"pluginExamples.fileBrowser.displayName": "File Browser (Example)",
|
|
1771
|
+
"pluginExamples.helloWorld.description": "Reference UI plugin that adds a simple Hello World widget to the Paperclip CN dashboard.",
|
|
1772
|
+
"pluginExamples.helloWorld.displayName": "Hello World Widget (Example)",
|
|
1773
|
+
"pluginExamples.kitchenSink.description": "Reference plugin that demonstrates the current Paperclip CN plugin API surface, UI surfaces, bridge actions, events, jobs, webhooks, tools, local workspace access, and runtime diagnostics in one place.",
|
|
1774
|
+
"pluginExamples.kitchenSink.displayName": "Kitchen Sink (Example)",
|
|
1775
|
+
"pluginPage.routeConflictPrefix": "Multiple plugins declare the route",
|
|
1776
|
+
"pluginPage.routeConflictSuffix": "Use the plugin-id route until the conflict is resolved.",
|
|
1777
|
+
"pluginPage.selectCompany": "Select a company to view this page.",
|
|
1778
|
+
"priority.critical": "Critical",
|
|
1779
|
+
"priority.high": "High",
|
|
1780
|
+
"priority.low": "Low",
|
|
1781
|
+
"priority.medium": "Medium",
|
|
1782
|
+
"projectProperties.advancedCheckoutHelp": "Provision runs inside the derived worktree before agent execution. Teardown is stored here for future cleanup flows.",
|
|
1783
|
+
"projectProperties.allGoalsLinked": "All goals linked.",
|
|
1784
|
+
"projectProperties.archiveDescription": "Archive this project to hide it from the sidebar and project selectors.",
|
|
1785
|
+
"projectProperties.archiveProject": "Archive project",
|
|
1786
|
+
"projectProperties.archiving": "Archiving…",
|
|
1787
|
+
"projectProperties.baseRef": "Base ref",
|
|
1788
|
+
"projectProperties.branchTemplate": "Branch template",
|
|
1789
|
+
"projectProperties.changeLocalFolder": "Change local folder",
|
|
1790
|
+
"projectProperties.changeRepo": "Change repo",
|
|
1791
|
+
"projectProperties.clearLocalFolderAriaLabel": "Clear local folder",
|
|
1792
|
+
"projectProperties.clearRepoAriaLabel": "Clear repo",
|
|
1793
|
+
"projectProperties.codebase": "Codebase",
|
|
1794
|
+
"projectProperties.codebaseHelp": "Repo identifies the source of truth. Local folder is the default place agents write code.",
|
|
1795
|
+
"projectProperties.codebaseHelpAriaLabel": "Codebase help",
|
|
1796
|
+
"projectProperties.confirm": "Confirm",
|
|
1797
|
+
"projectProperties.confirmArchive": "Archive \"{{name}}\"?",
|
|
1798
|
+
"projectProperties.confirmClearLocalFolder": "Clear local folder from this workspace?",
|
|
1799
|
+
"projectProperties.confirmClearRepo": "Clear repo from this workspace?",
|
|
1800
|
+
"projectProperties.confirmDeleteLocalFolder": "Delete this workspace local folder?",
|
|
1801
|
+
"projectProperties.confirmDeleteRepo": "Delete this workspace repo?",
|
|
1802
|
+
"projectProperties.confirmUnarchive": "Unarchive \"{{name}}\"?",
|
|
1803
|
+
"projectProperties.defaultIsolatedCheckout": "New issues default to isolated checkout",
|
|
1804
|
+
"projectProperties.defaultIsolatedCheckoutHelp": "If disabled, new issues stay on the project's primary checkout unless someone opts in.",
|
|
1805
|
+
"projectProperties.enableIsolatedCheckouts": "Enable isolated issue checkouts",
|
|
1806
|
+
"projectProperties.enableIsolatedCheckoutsHelp": "Let issues choose between the project's primary checkout and an isolated execution workspace.",
|
|
1807
|
+
"projectProperties.executionWorkspaces": "Execution Workspaces",
|
|
1808
|
+
"projectProperties.executionWorkspacesHelp": "Project-owned defaults for isolated issue checkouts and execution workspace behavior.",
|
|
1809
|
+
"projectProperties.executionWorkspacesHelpAriaLabel": "Execution workspaces help",
|
|
1810
|
+
"projectProperties.failed": "Failed",
|
|
1811
|
+
"projectProperties.failedToDeleteWorkspace": "Failed to delete workspace.",
|
|
1812
|
+
"projectProperties.failedToSaveWorkspace": "Failed to save workspace.",
|
|
1813
|
+
"projectProperties.failedToUpdateWorkspace": "Failed to update workspace.",
|
|
1814
|
+
"projectProperties.gitWorktree": "Git worktree",
|
|
1815
|
+
"projectProperties.hideAdvancedCheckoutSettings": "Hide advanced checkout settings",
|
|
1816
|
+
"projectProperties.hostManagedImplementation": "Host-managed implementation:",
|
|
1817
|
+
"projectProperties.lead": "Lead",
|
|
1818
|
+
"projectProperties.legacyWorkspaceNotice": "Additional legacy workspace records exist on this project. Paperclip CN is using the primary workspace as the codebase view.",
|
|
1819
|
+
"projectProperties.managedFolder": "Paperclip CN-managed folder.",
|
|
1820
|
+
"projectProperties.noDescription": "No description",
|
|
1821
|
+
"projectProperties.noUrl": "No URL",
|
|
1822
|
+
"projectProperties.notSet": "Not set.",
|
|
1823
|
+
"projectProperties.projectNamePlaceholder": "Project name",
|
|
1824
|
+
"projectProperties.provisionCommand": "Provision command",
|
|
1825
|
+
"projectProperties.removeGoalAriaLabel": "Remove goal {{goalTitle}}",
|
|
1826
|
+
"projectProperties.repo": "Repo",
|
|
1827
|
+
"projectProperties.runtimeLifecycle.ephemeral": "Ephemeral",
|
|
1828
|
+
"projectProperties.runtimeLifecycle.shared": "Shared",
|
|
1829
|
+
"projectProperties.saved": "Saved",
|
|
1830
|
+
"projectProperties.saving": "Saving",
|
|
1831
|
+
"projectProperties.setLocalFolder": "Set local folder",
|
|
1832
|
+
"projectProperties.setRepo": "Set repo",
|
|
1833
|
+
"projectProperties.showAdvancedCheckoutSettings": "Show advanced checkout settings",
|
|
1834
|
+
"projectProperties.teardownCommand": "Teardown command",
|
|
1835
|
+
"projectProperties.unarchiveDescription": "Unarchive this project to restore it in the sidebar and project selectors.",
|
|
1836
|
+
"projectProperties.unarchiveProject": "Unarchive project",
|
|
1837
|
+
"projectProperties.unarchiving": "Unarchiving…",
|
|
1838
|
+
"projectProperties.worktreeParentDir": "Worktree parent dir",
|
|
1839
|
+
"projectWorkspace.attachedServices": "Attached services",
|
|
1840
|
+
"projectWorkspace.attachedServicesDesc": "Shared services for this project workspace. Execution workspaces inherit this config unless they override it.",
|
|
1841
|
+
"projectWorkspace.backToWorkspaces": "Back to workspaces",
|
|
1842
|
+
"projectWorkspace.breadcrumb.workspaces": "Workspaces",
|
|
1843
|
+
"projectWorkspace.cleanupCommand": "Cleanup command",
|
|
1844
|
+
"projectWorkspace.cleanupCommandHint": "Runs before project-level execution workspace teardown",
|
|
1845
|
+
"projectWorkspace.currentState": "Current state",
|
|
1846
|
+
"projectWorkspace.defaultRef": "Default ref",
|
|
1847
|
+
"projectWorkspace.description": "Configure the concrete workspace Paperclip attaches to this project. These values drive per-workspace checkout behavior, default runtime services for child execution workspaces, and let you override setup or cleanup commands when one workspace needs special handling.",
|
|
1848
|
+
"projectWorkspace.failedToControlRuntime": "Failed to control runtime services.",
|
|
1849
|
+
"projectWorkspace.failedToLoadWorkspace": "Failed to load workspace",
|
|
1850
|
+
"projectWorkspace.failedToSave": "Failed to save workspace.",
|
|
1851
|
+
"projectWorkspace.failedToUpdate": "Failed to update workspace.",
|
|
1852
|
+
"projectWorkspace.isPrimaryDescription": "This is the project's primary codebase workspace.",
|
|
1853
|
+
"projectWorkspace.loadingWorkspace": "Loading workspace…",
|
|
1854
|
+
"projectWorkspace.localPath": "Local path",
|
|
1855
|
+
"projectWorkspace.makePrimary": "Make primary",
|
|
1856
|
+
"projectWorkspace.noCommandRecorded": "No command recorded",
|
|
1857
|
+
"projectWorkspace.noServicesConfigured": "No runtime-service default is configured for this workspace yet.",
|
|
1858
|
+
"projectWorkspace.noServicesRunning": "No runtime services are currently running for this workspace.",
|
|
1859
|
+
"projectWorkspace.noUnsavedChanges": "No unsaved changes.",
|
|
1860
|
+
"projectWorkspace.none": "None",
|
|
1861
|
+
"projectWorkspace.notSet": "Not set",
|
|
1862
|
+
"projectWorkspace.port": "Port {{port}}",
|
|
1863
|
+
"projectWorkspace.primaryWorkspace": "Primary workspace",
|
|
1864
|
+
"projectWorkspace.remoteProvider": "Remote provider",
|
|
1865
|
+
"projectWorkspace.remoteWorkspaceRef": "Remote workspace ref",
|
|
1866
|
+
"projectWorkspace.repoRef": "Repo ref",
|
|
1867
|
+
"projectWorkspace.repoUrl": "Repo URL",
|
|
1868
|
+
"projectWorkspace.reset": "Reset",
|
|
1869
|
+
"projectWorkspace.restart": "Restart",
|
|
1870
|
+
"projectWorkspace.runtimeServices": "Runtime services",
|
|
1871
|
+
"projectWorkspace.runtimeServicesJson": "Runtime services JSON",
|
|
1872
|
+
"projectWorkspace.runtimeServicesJsonHint": "Default runtime services for this workspace. Execution workspaces inherit this config unless they set an override. If you do not know the commands yet, ask your CEO to configure them for you.",
|
|
1873
|
+
"projectWorkspace.runtimeServicesRestarted": "Runtime services restarted.",
|
|
1874
|
+
"projectWorkspace.runtimeServicesStarted": "Runtime services started.",
|
|
1875
|
+
"projectWorkspace.runtimeServicesStopped": "Runtime services stopped.",
|
|
1876
|
+
"projectWorkspace.saveChanges": "Save changes",
|
|
1877
|
+
"projectWorkspace.secondaryWorkspace": "Secondary workspace",
|
|
1878
|
+
"projectWorkspace.setupCommand": "Setup command",
|
|
1879
|
+
"projectWorkspace.setupCommandHint": "Runs when this workspace needs custom bootstrap",
|
|
1880
|
+
"projectWorkspace.sharedWorkspaceKey": "Shared workspace key",
|
|
1881
|
+
"projectWorkspace.sourceType": "Source type",
|
|
1882
|
+
"projectWorkspace.sourceType.gitRepo": "Remote git repo",
|
|
1883
|
+
"projectWorkspace.sourceType.gitRepoDesc": "A repo URL with optional refs and local checkout.",
|
|
1884
|
+
"projectWorkspace.sourceType.localGit": "Local git checkout",
|
|
1885
|
+
"projectWorkspace.sourceType.localGitDesc": "A local path Paperclip can use directly.",
|
|
1886
|
+
"projectWorkspace.sourceType.nonGit": "Local non-git path",
|
|
1887
|
+
"projectWorkspace.sourceType.nonGitDesc": "A local folder without git semantics.",
|
|
1888
|
+
"projectWorkspace.sourceType.remoteManaged": "Remote-managed workspace",
|
|
1889
|
+
"projectWorkspace.sourceType.remoteManagedDesc": "A hosted workspace tracked by external reference.",
|
|
1890
|
+
"projectWorkspace.start": "Start",
|
|
1891
|
+
"projectWorkspace.stop": "Stop",
|
|
1892
|
+
"projectWorkspace.title": "Project workspace",
|
|
1893
|
+
"projectWorkspace.validation.absolutePathRequired": "Local workspace path must be absolute.",
|
|
1894
|
+
"projectWorkspace.validation.invalidJson": "Runtime services JSON must be a JSON object.",
|
|
1895
|
+
"projectWorkspace.validation.pathOrRepoRequired": "Workspace requires at least one local path or repo URL.",
|
|
1896
|
+
"projectWorkspace.validation.remoteManagedRequired": "Remote-managed workspaces require a remote workspace ref or repo URL.",
|
|
1897
|
+
"projectWorkspace.validation.validUrlRequired": "Repo URL must be a valid URL.",
|
|
1898
|
+
"projectWorkspace.visibility": "Visibility",
|
|
1899
|
+
"projectWorkspace.visibility.advanced": "Advanced",
|
|
1900
|
+
"projectWorkspace.visibility.default": "Default",
|
|
1901
|
+
"projectWorkspace.workspaceFacts": "Workspace facts",
|
|
1902
|
+
"projectWorkspace.workspaceId": "Workspace ID",
|
|
1903
|
+
"projectWorkspace.workspaceName": "Workspace name",
|
|
1904
|
+
"projectWorkspace.workspaceNotFound": "Workspace not found for this project.",
|
|
1905
|
+
"queued requester wake-up": "queued requester wake-up",
|
|
1906
|
+
"queued requester wake-up for": "queued requester wake-up for",
|
|
1907
|
+
"recorded cost for": "recorded cost for",
|
|
1908
|
+
"rejected": "rejected",
|
|
1909
|
+
"released": "released",
|
|
1910
|
+
"released the issue": "released the issue",
|
|
1911
|
+
"removed an attachment": "removed an attachment",
|
|
1912
|
+
"removed attachment from": "removed attachment from",
|
|
1913
|
+
"reported cost for": "reported cost for",
|
|
1914
|
+
"requested approval": "requested approval",
|
|
1915
|
+
"requested by": "requested by",
|
|
1916
|
+
"requested revisions": "requested revisions",
|
|
1917
|
+
"requested revisions on": "requested revisions on",
|
|
1918
|
+
"reset session for": "reset session for",
|
|
1919
|
+
"resubmitted": "resubmitted",
|
|
1920
|
+
"result": "result",
|
|
1921
|
+
"resumed": "resumed",
|
|
1922
|
+
"resumed the agent": "resumed the agent",
|
|
1923
|
+
"rev {{revision}} • updated {{time}}": "rev {{revision}} • updated {{time}}",
|
|
1924
|
+
"rotated trigger secret for": "rotated trigger secret for",
|
|
1925
|
+
"seededName.ceo": "CEO",
|
|
1926
|
+
"seededName.cto": "CTO",
|
|
1927
|
+
"seededName.onboarding": "Onboarding",
|
|
1928
|
+
"status.active": "Active",
|
|
1929
|
+
"status.approved": "Approved",
|
|
1930
|
+
"status.archived": "Archived",
|
|
1931
|
+
"status.backlog": "Backlog",
|
|
1932
|
+
"status.blocked": "Blocked",
|
|
1933
|
+
"status.cancelled": "Cancelled",
|
|
1934
|
+
"status.done": "Done",
|
|
1935
|
+
"status.error": "Error",
|
|
1936
|
+
"status.failed": "Failed",
|
|
1937
|
+
"status.idle": "Idle",
|
|
1938
|
+
"status.inProgress": "In Progress",
|
|
1939
|
+
"status.inReview": "In Review",
|
|
1940
|
+
"status.paused": "Paused",
|
|
1941
|
+
"status.pending": "Pending",
|
|
1942
|
+
"status.pendingApproval": "Pending Approval",
|
|
1943
|
+
"status.planned": "Planned",
|
|
1944
|
+
"status.queued": "Queued",
|
|
1945
|
+
"status.rejected": "Rejected",
|
|
1946
|
+
"status.revisionRequested": "Revision Requested",
|
|
1947
|
+
"status.running": "Running",
|
|
1948
|
+
"status.skipped": "Skipped",
|
|
1949
|
+
"status.starting": "Starting",
|
|
1950
|
+
"status.succeeded": "Succeeded",
|
|
1951
|
+
"status.terminated": "Terminated",
|
|
1952
|
+
"status.timedOut": "Timed out",
|
|
1953
|
+
"status.todo": "Todo",
|
|
1954
|
+
"stderr": "stderr",
|
|
1955
|
+
"stderr excerpt": "stderr excerpt",
|
|
1956
|
+
"stdout": "stdout",
|
|
1957
|
+
"stdout excerpt": "stdout excerpt",
|
|
1958
|
+
"step completed": "step completed",
|
|
1959
|
+
"step started": "step started",
|
|
1960
|
+
"subscription": "subscription",
|
|
1961
|
+
"system": "system",
|
|
1962
|
+
"terminated": "terminated",
|
|
1963
|
+
"terminated the agent": "terminated the agent",
|
|
1964
|
+
"to": "to",
|
|
1965
|
+
"tok": "tok",
|
|
1966
|
+
"tracking {{value}}": "tracking {{value}}",
|
|
1967
|
+
"triggered run for": "triggered run for",
|
|
1968
|
+
"unassigned the issue": "unassigned the issue",
|
|
1969
|
+
"unknown": "unknown",
|
|
1970
|
+
"untracked": "untracked",
|
|
1971
|
+
"updated": "updated",
|
|
1972
|
+
"updated a document": "updated a document",
|
|
1973
|
+
"updated budget for": "updated budget for",
|
|
1974
|
+
"updated company": "updated company",
|
|
1975
|
+
"updated document on": "updated document on",
|
|
1976
|
+
"updated the agent": "updated the agent",
|
|
1977
|
+
"updated the description": "updated the description",
|
|
1978
|
+
"updated the issue": "updated the issue",
|
|
1979
|
+
"updated the title": "updated the title",
|
|
1980
|
+
"updated trigger for": "updated trigger for",
|
|
1981
|
+
"updated {{time}}": "updated {{time}}",
|
|
1982
|
+
"updated {{value}}": "updated {{value}}",
|
|
1983
|
+
"usage": "usage",
|
|
1984
|
+
"utilization this month": "utilization this month",
|
|
1985
|
+
"worktreeBanner.label": "Worktree",
|
|
1986
|
+
"{{agents}} agents paused · {{projects}} projects paused": "{{agents}} agents paused · {{projects}} projects paused",
|
|
1987
|
+
"{{amount}} debits": "{{amount}} debits",
|
|
1988
|
+
"{{amount}} estimated in range": "{{amount}} estimated in range",
|
|
1989
|
+
"{{consecutive}} consecutive / {{total}} total": "{{consecutive}} consecutive / {{total}} total",
|
|
1990
|
+
"{{count}} fields: {{fields}}": "{{count}} fields: {{fields}}",
|
|
1991
|
+
"{{count}} log lines": "{{count}} log lines",
|
|
1992
|
+
"{{count}} tools": "{{count}} tools",
|
|
1993
|
+
"{{count}} total events in range": "{{count}} total events in range",
|
|
1994
|
+
"{{count}}m": "{{count}}m",
|
|
1995
|
+
"{{count}}ms": "{{count}}ms",
|
|
1996
|
+
"{{count}}s": "{{count}}s",
|
|
1997
|
+
"{{days}}d {{hours}}h": "{{days}}d {{hours}}h",
|
|
1998
|
+
"{{debits}} debits · {{credits}} credits": "{{debits}} debits · {{credits}} credits",
|
|
1999
|
+
"{{events}} events - {{billers}} billers": "{{events}} events - {{billers}} billers",
|
|
2000
|
+
"{{events}} events across {{kinds}} kinds": "{{events}} events across {{kinds}} kinds",
|
|
2001
|
+
"{{hours}}h {{minutes}}m": "{{hours}}h {{minutes}}m",
|
|
2002
|
+
"{{key}} payload": "{{key}} payload",
|
|
2003
|
+
"{{label}} copied": "{{label}} copied",
|
|
2004
|
+
"{{minutes}}m {{seconds}}s": "{{minutes}}m {{seconds}}s",
|
|
2005
|
+
"{{percent}}% of monthly budget consumed in this range.": "{{percent}}% of monthly budget consumed in this range.",
|
|
2006
|
+
"{{start}} to {{end}}": "{{start}} to {{end}}",
|
|
2007
|
+
"{{tokens}} tokens across request-scoped events": "{{tokens}} tokens across request-scoped events"
|
|
2008
|
+
}
|