bmad-plus 0.7.4 → 0.8.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/CHANGELOG.md +450 -407
- package/LICENSE +21 -0
- package/README.md +555 -446
- package/osint-agent-package/README.md +88 -88
- package/osint-agent-package/SETUP_KEYS.md +108 -108
- package/osint-agent-package/agents/osint-investigator.md +80 -80
- package/osint-agent-package/install.ps1 +87 -87
- package/osint-agent-package/install.sh +76 -76
- package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -260
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
- package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
- package/package.json +62 -57
- package/readme-international/README.de.md +576 -426
- package/readme-international/README.es.md +578 -518
- package/readme-international/README.fr.md +576 -516
- package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
- package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
- package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
- package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
- package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
- package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
- package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/pack-animated/animated-website-agent.md +325 -325
- package/src/bmad-plus/agents/pack-animated/templates/animated-website-workflow.md +55 -55
- package/src/bmad-plus/agents/pack-backup/backup-agent.md +71 -71
- package/src/bmad-plus/agents/pack-backup/templates/backup-workflow.md +51 -51
- package/src/bmad-plus/agents/pack-seo/SKILL.md +171 -171
- package/src/bmad-plus/agents/pack-seo/checklist.md +140 -140
- package/src/bmad-plus/agents/pack-seo/pagespeed-playbook.md +320 -320
- package/src/bmad-plus/agents/pack-seo/ref/audit-schema.json +187 -187
- package/src/bmad-plus/agents/pack-seo/ref/cwv-thresholds.md +87 -87
- package/src/bmad-plus/agents/pack-seo/ref/eeat-criteria.md +123 -123
- package/src/bmad-plus/agents/pack-seo/ref/geo-signals.md +167 -167
- package/src/bmad-plus/agents/pack-seo/ref/hreflang-rules.md +153 -153
- package/src/bmad-plus/agents/pack-seo/ref/quality-gates.md +133 -133
- package/src/bmad-plus/agents/pack-seo/ref/schema-catalog.md +91 -91
- package/src/bmad-plus/agents/pack-seo/ref/schema-templates.json +356 -356
- package/src/bmad-plus/agents/pack-seo/seo-chief.md +294 -294
- package/src/bmad-plus/agents/pack-seo/seo-judge.md +241 -241
- package/src/bmad-plus/agents/pack-seo/seo-scout.md +171 -171
- package/src/bmad-plus/agents/pack-seo/templates/seo-audit-workflow.md +241 -241
- package/src/bmad-plus/data/role-triggers.yaml +209 -209
- package/src/bmad-plus/module-help.csv +10 -10
- package/src/bmad-plus/module.yaml +283 -280
- package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -0
- package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -0
- package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -0
- package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -0
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
- package/src/bmad-plus/packs/pack-memory/README.md +106 -106
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
- package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -0
- package/src/bmad-plus/packs/pack-seo/checklist.md +140 -0
- package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -0
- package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -0
- package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -0
- package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -0
- package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -0
- package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -0
- package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -0
- package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -0
- package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -0
- package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -0
- package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -0
- package/src/bmad-plus/packs/pack-shield/README.md +110 -110
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -262
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -179
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -201
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -97
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -251
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -221
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -150
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -167
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -83
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -250
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -218
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -127
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -272
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -202
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -367
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -510
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -247
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -173
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -239
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -266
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -164
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
- package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
- package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
- package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
- package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
- package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
- package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
- package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
- package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
- package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
- package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
- package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
- package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
- package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
- package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
- package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
- package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
- package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
- package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
- package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
- package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
- package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
- package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
- package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
- package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
- package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
- package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
- package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
- package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
- package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
- package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
- package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
- package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
- package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
- package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
- package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
- package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
- package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
- package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
- package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
- package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
- package/tools/cli/commands/autoconfig.js +498 -489
- package/tools/cli/commands/doctor.js +222 -175
- package/tools/cli/commands/install.js +739 -739
- package/tools/cli/commands/memory.js +194 -194
- package/tools/cli/commands/scan.js +360 -350
- package/tools/cli/commands/uninstall.js +96 -96
- package/tools/cli/commands/update.js +174 -174
- package/tools/cli/i18n.js +763 -763
package/tools/cli/i18n.js
CHANGED
|
@@ -1,763 +1,763 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BMAD+ CLI — Internationalization (i18n)
|
|
3
|
-
* 10 languages: EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
|
|
4
|
-
*
|
|
5
|
-
* Author: Laurent Rochetta
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
const LANGUAGES = {
|
|
9
|
-
en: {
|
|
10
|
-
flag: '🇬🇧',
|
|
11
|
-
name: 'English',
|
|
12
|
-
locale: 'en',
|
|
13
|
-
installer_title: ' BMAD+ Installer v0.
|
|
14
|
-
select_language: 'Select your language',
|
|
15
|
-
installing_to: 'Installing to',
|
|
16
|
-
select_packs: 'Which packs to install? (Core is always included)',
|
|
17
|
-
select_ide: 'Which IDE are you using?',
|
|
18
|
-
detected_ides: 'Detected IDEs',
|
|
19
|
-
selected_packs: 'Selected packs',
|
|
20
|
-
enter_name: 'Your first name (agents use it to greet you)',
|
|
21
|
-
comm_language: 'Communication language',
|
|
22
|
-
exec_mode: 'Execution mode',
|
|
23
|
-
exec_manual: 'Manual — You call agents yourself',
|
|
24
|
-
exec_autopilot: 'Autopilot — Nexus manages the full pipeline',
|
|
25
|
-
exec_hybrid: 'Hybrid — Autopilot with frequent checkpoints',
|
|
26
|
-
installing_files: 'Installing files...',
|
|
27
|
-
configuring_ides: 'Configuring IDEs...',
|
|
28
|
-
installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} files copied`,
|
|
29
|
-
ide_configured: (n) => `✅ ${n} IDE(s) configured`,
|
|
30
|
-
cancelled: 'Installation cancelled.',
|
|
31
|
-
failed: 'Installation failed.',
|
|
32
|
-
source_not_found: 'Source directory not found',
|
|
33
|
-
soon: 'coming soon',
|
|
34
|
-
guide_title: '✅ Installation complete — Getting started',
|
|
35
|
-
guide_who: '💬 Who to talk to?',
|
|
36
|
-
guide_idea: 'Discuss an idea',
|
|
37
|
-
guide_prd: 'Create a PRD',
|
|
38
|
-
guide_arch: 'Technical architecture',
|
|
39
|
-
guide_code: 'Implement code',
|
|
40
|
-
guide_test: 'Test / code review',
|
|
41
|
-
guide_sprint: 'Plan a sprint',
|
|
42
|
-
guide_auto: 'Automate everything',
|
|
43
|
-
guide_osint: 'OSINT investigation',
|
|
44
|
-
guide_maker: 'Create a new agent',
|
|
45
|
-
guide_seo: 'SEO / GEO audit (360°)',
|
|
46
|
-
guide_backup: 'Smart project backup',
|
|
47
|
-
guide_animated: 'Animated luxury website',
|
|
48
|
-
guide_shield: '\ud83d\udee1\ufe0f GRC Compliance',
|
|
49
|
-
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audit my app for GDPR compliance"',
|
|
50
|
-
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
51
|
-
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, generate SOC 2 evidence checklist"',
|
|
52
|
-
guide_workflow: '🚀 Recommended workflow:',
|
|
53
|
-
guide_or_auto: '⚡ Or: "autopilot" to manage everything automatically',
|
|
54
|
-
guide_output: '📁 Output',
|
|
55
|
-
guide_ready: 'BMAD+ is ready! Talk to Atlas to get started 🚀',
|
|
56
|
-
guide_credits: '✨ BMAD+ is created by Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
57
|
-
// Uninstall
|
|
58
|
-
uninstall_confirm: 'Remove BMAD+ from this project?',
|
|
59
|
-
uninstall_removing: 'Removing...',
|
|
60
|
-
uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
|
|
61
|
-
uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
|
|
62
|
-
installed_on: 'installed',
|
|
63
|
-
// Update
|
|
64
|
-
update_confirm: 'Update agents and skills?',
|
|
65
|
-
update_updating: 'Updating agents and skills...',
|
|
66
|
-
update_done: (n) => `✅ ${n} files updated`,
|
|
67
|
-
update_current: '✅ Already up to date!',
|
|
68
|
-
update_ready: 'Update complete! 🚀',
|
|
69
|
-
guide_cli_title: 'CLI Commands',
|
|
70
|
-
guide_cli_install: '— Install agents & skills',
|
|
71
|
-
guide_cli_update: '— Update agents (keeps config)',
|
|
72
|
-
guide_cli_doctor: '— Check installation health',
|
|
73
|
-
guide_cli_uninstall: '— Remove BMAD+ from project',
|
|
74
|
-
guide_examples_title: 'Quick Examples',
|
|
75
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
76
|
-
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP timestamped',
|
|
77
|
-
guide_example_animated: '🎬 Animated: "/animated build hero.mp4"',
|
|
78
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
79
|
-
guide_memory: '🧠 Persistent Brain',
|
|
80
|
-
guide_dev_studio: '🏗️ Dev Studio',
|
|
81
|
-
guide_example_memory_1: '🧠 Memory: "Zecher, scan projects in D:\\DEV"',
|
|
82
|
-
guide_example_memory_2: '🧠 Memory: "Zecher, where were we?"',
|
|
83
|
-
guide_example_memory_3: '🧠 Memory: "Zecher, consolidate memory"',
|
|
84
|
-
guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, brainstorm a productivity app"',
|
|
85
|
-
guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, design the architecture"',
|
|
86
|
-
guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implement story S1"',
|
|
87
|
-
brain_detected: 'Existing brain detected',
|
|
88
|
-
brain_created: 'Global brain created',
|
|
89
|
-
},
|
|
90
|
-
|
|
91
|
-
fr: {
|
|
92
|
-
flag: '🇫🇷',
|
|
93
|
-
name: 'Français',
|
|
94
|
-
locale: 'fr',
|
|
95
|
-
installer_title: ' BMAD+ Installeur v0.
|
|
96
|
-
select_language: 'Choisissez votre langue',
|
|
97
|
-
installing_to: 'Installation dans',
|
|
98
|
-
select_packs: 'Quels packs installer ? (Core est toujours inclus)',
|
|
99
|
-
select_ide: 'Quels IDE utilises-tu ?',
|
|
100
|
-
detected_ides: 'IDE détectés',
|
|
101
|
-
selected_packs: 'Packs sélectionnés',
|
|
102
|
-
enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
|
|
103
|
-
comm_language: 'Langue de communication',
|
|
104
|
-
exec_mode: 'Mode d\'exécution',
|
|
105
|
-
exec_manual: 'Manuel — Tu appelles les agents toi-même',
|
|
106
|
-
exec_autopilot: 'Autopilot — Nexus gère tout le pipeline',
|
|
107
|
-
exec_hybrid: 'Hybride — Autopilot avec checkpoints fréquents',
|
|
108
|
-
installing_files: 'Installation des fichiers...',
|
|
109
|
-
configuring_ides: 'Configuration des IDE...',
|
|
110
|
-
installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
|
|
111
|
-
ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
|
|
112
|
-
cancelled: 'Installation annulée.',
|
|
113
|
-
failed: 'Installation échouée.',
|
|
114
|
-
source_not_found: 'Répertoire source introuvable',
|
|
115
|
-
soon: 'bientôt',
|
|
116
|
-
guide_title: '✅ Installation terminée — Comment commencer',
|
|
117
|
-
guide_who: '💬 À qui parler ?',
|
|
118
|
-
guide_idea: 'Discuter d\'une idée',
|
|
119
|
-
guide_prd: 'Créer un PRD',
|
|
120
|
-
guide_arch: 'Architecture technique',
|
|
121
|
-
guide_code: 'Implémenter du code',
|
|
122
|
-
guide_test: 'Tester / code review',
|
|
123
|
-
guide_sprint: 'Planifier un sprint',
|
|
124
|
-
guide_auto: 'Tout automatiser',
|
|
125
|
-
guide_osint: 'Investigation OSINT',
|
|
126
|
-
guide_maker: 'Créer un nouvel agent',
|
|
127
|
-
guide_seo: 'Audit SEO / GEO (360°)',
|
|
128
|
-
guide_backup: 'Sauvegarde intelligente',
|
|
129
|
-
guide_animated: 'Site web animé de luxe',
|
|
130
|
-
guide_shield: '🛡️ Conformité GRC',
|
|
131
|
-
guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
|
|
132
|
-
guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
133
|
-
guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
|
|
134
|
-
guide_workflow: '🚀 Workflow recommandé :',
|
|
135
|
-
guide_or_auto: '⚡ Ou : "autopilot" pour tout gérer automatiquement',
|
|
136
|
-
guide_output: '📁 Sortie',
|
|
137
|
-
guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
|
|
138
|
-
guide_credits: '✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
139
|
-
uninstall_confirm: 'Supprimer BMAD+ de ce projet ?',
|
|
140
|
-
uninstall_removing: 'Suppression...',
|
|
141
|
-
uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
|
|
142
|
-
uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
|
|
143
|
-
installed_on: 'installé le',
|
|
144
|
-
update_confirm: 'Mettre à jour les agents et skills ?',
|
|
145
|
-
update_updating: 'Mise à jour des agents et skills...',
|
|
146
|
-
update_done: (n) => `✅ ${n} fichiers mis à jour`,
|
|
147
|
-
update_current: '✅ Déjà à jour !',
|
|
148
|
-
update_ready: 'Mise à jour terminée ! 🚀',
|
|
149
|
-
guide_cli_title: 'Commandes CLI',
|
|
150
|
-
guide_cli_install: '— Installer agents & skills',
|
|
151
|
-
guide_cli_update: '— Mettre à jour (conserve la config)',
|
|
152
|
-
guide_cli_doctor: '— Vérifier l\'installation',
|
|
153
|
-
guide_cli_uninstall: '— Supprimer BMAD+ du projet',
|
|
154
|
-
guide_examples_title: 'Exemples rapides',
|
|
155
|
-
guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
|
|
156
|
-
guide_example_backup: '🗂️ Backup : "/backup create" → ZIP horodaté',
|
|
157
|
-
guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
|
|
158
|
-
guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
|
|
159
|
-
guide_memory: '🧠 Cerveau persistant',
|
|
160
|
-
guide_dev_studio: '🏗️ Dev Studio',
|
|
161
|
-
guide_example_memory_1: '🧠 Mémoire : "Zecher, scanne les projets dans D:\\DEV"',
|
|
162
|
-
guide_example_memory_2: '🧠 Mémoire : "Zecher, où en étions-nous ?"',
|
|
163
|
-
guide_example_memory_3: '🧠 Mémoire : "Zecher, consolide la mémoire"',
|
|
164
|
-
guide_example_dev_studio_1: '🏗️ Dev Studio : "Miriam, brainstorme une app de productivité"',
|
|
165
|
-
guide_example_dev_studio_2: '🏗️ Dev Studio : "Bezalel, conçois l\'architecture"',
|
|
166
|
-
guide_example_dev_studio_3: '🏗️ Dev Studio : "Oholiab, implémente la story S1"',
|
|
167
|
-
brain_detected: 'Cerveau existant détecté',
|
|
168
|
-
brain_created: 'Cerveau global créé',
|
|
169
|
-
},
|
|
170
|
-
|
|
171
|
-
es: {
|
|
172
|
-
flag: '🇪🇸',
|
|
173
|
-
name: 'Español',
|
|
174
|
-
locale: 'es',
|
|
175
|
-
installer_title: ' BMAD+ Instalador v0.
|
|
176
|
-
select_language: 'Seleccione su idioma',
|
|
177
|
-
installing_to: 'Instalando en',
|
|
178
|
-
select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
|
|
179
|
-
select_ide: '¿Qué IDE usas?',
|
|
180
|
-
detected_ides: 'IDEs detectados',
|
|
181
|
-
selected_packs: 'Packs seleccionados',
|
|
182
|
-
enter_name: 'Tu nombre (los agentes lo usan para saludarte)',
|
|
183
|
-
comm_language: 'Idioma de comunicación',
|
|
184
|
-
exec_mode: 'Modo de ejecución',
|
|
185
|
-
exec_manual: 'Manual — Tú llamas a los agentes',
|
|
186
|
-
exec_autopilot: 'Autopilot — Nexus gestiona todo el pipeline',
|
|
187
|
-
exec_hybrid: 'Híbrido — Autopilot con puntos de control frecuentes',
|
|
188
|
-
installing_files: 'Instalando archivos...',
|
|
189
|
-
configuring_ides: 'Configurando IDEs...',
|
|
190
|
-
installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
|
|
191
|
-
ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
|
|
192
|
-
cancelled: 'Instalación cancelada.',
|
|
193
|
-
failed: 'Instalación fallida.',
|
|
194
|
-
source_not_found: 'Directorio fuente no encontrado',
|
|
195
|
-
soon: 'próximamente',
|
|
196
|
-
guide_title: '✅ Instalación completa — Cómo empezar',
|
|
197
|
-
guide_who: '💬 ¿Con quién hablar?',
|
|
198
|
-
guide_idea: 'Discutir una idea',
|
|
199
|
-
guide_prd: 'Crear un PRD',
|
|
200
|
-
guide_arch: 'Arquitectura técnica',
|
|
201
|
-
guide_code: 'Implementar código',
|
|
202
|
-
guide_test: 'Probar / code review',
|
|
203
|
-
guide_sprint: 'Planificar un sprint',
|
|
204
|
-
guide_auto: 'Automatizar todo',
|
|
205
|
-
guide_osint: 'Investigación OSINT',
|
|
206
|
-
guide_maker: 'Crear un agente nuevo',
|
|
207
|
-
guide_seo: 'Auditoría SEO / GEO (360°)',
|
|
208
|
-
guide_backup: 'Copia de seguridad inteligente',
|
|
209
|
-
guide_animated: 'Sitio web animado de lujo',
|
|
210
|
-
guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
|
|
211
|
-
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
|
|
212
|
-
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
|
|
213
|
-
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
|
|
214
|
-
guide_workflow: '🚀 Flujo recomendado:',
|
|
215
|
-
guide_or_auto: '⚡ O: "autopilot" para gestionar todo automáticamente',
|
|
216
|
-
guide_output: '📁 Salida',
|
|
217
|
-
guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
|
|
218
|
-
guide_credits: '✨ BMAD+ es creado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
219
|
-
uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
|
|
220
|
-
uninstall_removing: 'Eliminando...',
|
|
221
|
-
uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
|
|
222
|
-
uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
|
|
223
|
-
installed_on: 'instalado el',
|
|
224
|
-
update_confirm: '¿Actualizar agentes y habilidades?',
|
|
225
|
-
update_updating: 'Actualizando agentes y habilidades...',
|
|
226
|
-
update_done: (n) => `✅ ${n} archivos actualizados`,
|
|
227
|
-
update_current: '✅ ¡Ya está actualizado!',
|
|
228
|
-
update_ready: '¡Actualización completada! 🚀',
|
|
229
|
-
guide_cli_title: 'Comandos CLI',
|
|
230
|
-
guide_cli_install: '— Instalar agentes y habilidades',
|
|
231
|
-
guide_cli_update: '— Actualizar (conserva la config)',
|
|
232
|
-
guide_cli_doctor: '— Verificar la instalación',
|
|
233
|
-
guide_cli_uninstall: '— Eliminar BMAD+ del proyecto',
|
|
234
|
-
guide_examples_title: 'Ejemplos rápidos',
|
|
235
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
236
|
-
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con marca de tiempo',
|
|
237
|
-
guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
|
|
238
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
239
|
-
},
|
|
240
|
-
|
|
241
|
-
de: {
|
|
242
|
-
flag: '🇩🇪',
|
|
243
|
-
name: 'Deutsch',
|
|
244
|
-
locale: 'de',
|
|
245
|
-
installer_title: ' BMAD+ Installer v0.
|
|
246
|
-
select_language: 'Wählen Sie Ihre Sprache',
|
|
247
|
-
installing_to: 'Installiere in',
|
|
248
|
-
select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
|
|
249
|
-
select_ide: 'Welche IDE verwendest du?',
|
|
250
|
-
detected_ides: 'Erkannte IDEs',
|
|
251
|
-
selected_packs: 'Ausgewählte Packs',
|
|
252
|
-
enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
|
|
253
|
-
comm_language: 'Kommunikationssprache',
|
|
254
|
-
exec_mode: 'Ausführungsmodus',
|
|
255
|
-
exec_manual: 'Manuell — Du rufst Agenten selbst auf',
|
|
256
|
-
exec_autopilot: 'Autopilot — Nexus verwaltet die gesamte Pipeline',
|
|
257
|
-
exec_hybrid: 'Hybrid — Autopilot mit häufigen Checkpoints',
|
|
258
|
-
installing_files: 'Dateien werden installiert...',
|
|
259
|
-
configuring_ides: 'IDEs werden konfiguriert...',
|
|
260
|
-
installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
|
|
261
|
-
ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
|
|
262
|
-
cancelled: 'Installation abgebrochen.',
|
|
263
|
-
failed: 'Installation fehlgeschlagen.',
|
|
264
|
-
source_not_found: 'Quellverzeichnis nicht gefunden',
|
|
265
|
-
soon: 'bald verfügbar',
|
|
266
|
-
guide_title: '✅ Installation abgeschlossen — Erste Schritte',
|
|
267
|
-
guide_who: '💬 Mit wem sprechen?',
|
|
268
|
-
guide_idea: 'Eine Idee besprechen',
|
|
269
|
-
guide_prd: 'Ein PRD erstellen',
|
|
270
|
-
guide_arch: 'Technische Architektur',
|
|
271
|
-
guide_code: 'Code implementieren',
|
|
272
|
-
guide_test: 'Testen / Code Review',
|
|
273
|
-
guide_sprint: 'Einen Sprint planen',
|
|
274
|
-
guide_auto: 'Alles automatisieren',
|
|
275
|
-
guide_osint: 'OSINT-Ermittlung',
|
|
276
|
-
guide_maker: 'Einen neuen Agenten erstellen',
|
|
277
|
-
guide_seo: 'SEO / GEO Audit (360°)',
|
|
278
|
-
guide_backup: 'Intelligente Projektsicherung',
|
|
279
|
-
guide_animated: 'Animierte Luxus-Website',
|
|
280
|
-
guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
|
|
281
|
-
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
|
|
282
|
-
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
|
|
283
|
-
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
|
|
284
|
-
guide_workflow: '🚀 Empfohlener Workflow:',
|
|
285
|
-
guide_or_auto: '⚡ Oder: "autopilot" für vollautomatische Verwaltung',
|
|
286
|
-
guide_output: '📁 Ausgabe',
|
|
287
|
-
guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
|
|
288
|
-
guide_credits: '✨ BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
289
|
-
uninstall_confirm: 'BMAD+ aus diesem Projekt entfernen?',
|
|
290
|
-
uninstall_removing: 'Entfernen...',
|
|
291
|
-
uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
|
|
292
|
-
uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
|
|
293
|
-
installed_on: 'installiert am',
|
|
294
|
-
update_confirm: 'Agenten und Skills aktualisieren?',
|
|
295
|
-
update_updating: 'Agenten und Skills werden aktualisiert...',
|
|
296
|
-
update_done: (n) => `✅ ${n} Dateien aktualisiert`,
|
|
297
|
-
update_current: '✅ Bereits aktuell!',
|
|
298
|
-
update_ready: 'Update abgeschlossen! 🚀',
|
|
299
|
-
guide_cli_title: 'CLI-Befehle',
|
|
300
|
-
guide_cli_install: '— Agenten & Skills installieren',
|
|
301
|
-
guide_cli_update: '— Aktualisieren (Konfiguration bleibt)',
|
|
302
|
-
guide_cli_doctor: '— Installation prüfen',
|
|
303
|
-
guide_cli_uninstall: '— BMAD+ vom Projekt entfernen',
|
|
304
|
-
guide_examples_title: 'Schnellbeispiele',
|
|
305
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
306
|
-
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP mit Zeitstempel',
|
|
307
|
-
guide_example_animated: '🎬 Animiert: "/animated build hero.mp4"',
|
|
308
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
309
|
-
},
|
|
310
|
-
|
|
311
|
-
'pt-br': {
|
|
312
|
-
flag: '🇧🇷',
|
|
313
|
-
name: 'Português (Brasil)',
|
|
314
|
-
locale: 'pt-BR',
|
|
315
|
-
installer_title: ' BMAD+ Instalador v0.
|
|
316
|
-
select_language: 'Selecione seu idioma',
|
|
317
|
-
installing_to: 'Instalando em',
|
|
318
|
-
select_packs: 'Quais packs instalar? (Core sempre está incluído)',
|
|
319
|
-
select_ide: 'Qual IDE você usa?',
|
|
320
|
-
detected_ides: 'IDEs detectados',
|
|
321
|
-
selected_packs: 'Packs selecionados',
|
|
322
|
-
enter_name: 'Seu nome (os agentes usam para te cumprimentar)',
|
|
323
|
-
comm_language: 'Idioma de comunicação',
|
|
324
|
-
exec_mode: 'Modo de execução',
|
|
325
|
-
exec_manual: 'Manual — Você chama os agentes',
|
|
326
|
-
exec_autopilot: 'Autopilot — Nexus gerencia todo o pipeline',
|
|
327
|
-
exec_hybrid: 'Híbrido — Autopilot com checkpoints frequentes',
|
|
328
|
-
installing_files: 'Instalando arquivos...',
|
|
329
|
-
configuring_ides: 'Configurando IDEs...',
|
|
330
|
-
installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
|
|
331
|
-
ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
|
|
332
|
-
cancelled: 'Instalação cancelada.',
|
|
333
|
-
failed: 'Instalação falhou.',
|
|
334
|
-
source_not_found: 'Diretório fonte não encontrado',
|
|
335
|
-
soon: 'em breve',
|
|
336
|
-
guide_title: '✅ Instalação completa — Como começar',
|
|
337
|
-
guide_who: '💬 Com quem falar?',
|
|
338
|
-
guide_idea: 'Discutir uma ideia',
|
|
339
|
-
guide_prd: 'Criar um PRD',
|
|
340
|
-
guide_arch: 'Arquitetura técnica',
|
|
341
|
-
guide_code: 'Implementar código',
|
|
342
|
-
guide_test: 'Testar / code review',
|
|
343
|
-
guide_sprint: 'Planejar um sprint',
|
|
344
|
-
guide_auto: 'Automatizar tudo',
|
|
345
|
-
guide_osint: 'Investigação OSINT',
|
|
346
|
-
guide_maker: 'Criar um novo agente',
|
|
347
|
-
guide_seo: 'Auditoria SEO / GEO (360°)',
|
|
348
|
-
guide_backup: 'Backup inteligente do projeto',
|
|
349
|
-
guide_animated: 'Site animado de luxo',
|
|
350
|
-
guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
|
|
351
|
-
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
|
|
352
|
-
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
|
|
353
|
-
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
|
|
354
|
-
guide_workflow: '🚀 Fluxo recomendado:',
|
|
355
|
-
guide_or_auto: '⚡ Ou: "autopilot" para gerenciar tudo automaticamente',
|
|
356
|
-
guide_output: '📁 Saída',
|
|
357
|
-
guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
|
|
358
|
-
guide_credits: '✨ BMAD+ foi criado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
359
|
-
uninstall_confirm: 'Remover BMAD+ deste projeto?',
|
|
360
|
-
uninstall_removing: 'Removendo...',
|
|
361
|
-
uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
|
|
362
|
-
uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
|
|
363
|
-
installed_on: 'instalado em',
|
|
364
|
-
update_confirm: 'Atualizar agentes e habilidades?',
|
|
365
|
-
update_updating: 'Atualizando agentes e habilidades...',
|
|
366
|
-
update_done: (n) => `✅ ${n} arquivos atualizados`,
|
|
367
|
-
update_current: '✅ Já está atualizado!',
|
|
368
|
-
update_ready: 'Atualização concluída! 🚀',
|
|
369
|
-
guide_cli_title: 'Comandos CLI',
|
|
370
|
-
guide_cli_install: '— Instalar agentes e habilidades',
|
|
371
|
-
guide_cli_update: '— Atualizar (mantém config)',
|
|
372
|
-
guide_cli_doctor: '— Verificar instalação',
|
|
373
|
-
guide_cli_uninstall: '— Remover BMAD+ do projeto',
|
|
374
|
-
guide_examples_title: 'Exemplos rápidos',
|
|
375
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
376
|
-
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP com timestamp',
|
|
377
|
-
guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
|
|
378
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
379
|
-
},
|
|
380
|
-
|
|
381
|
-
ru: {
|
|
382
|
-
flag: '🇷🇺',
|
|
383
|
-
name: 'Русский',
|
|
384
|
-
locale: 'ru',
|
|
385
|
-
installer_title: ' BMAD+ Установщик v0.
|
|
386
|
-
select_language: 'Выберите язык',
|
|
387
|
-
installing_to: 'Установка в',
|
|
388
|
-
select_packs: 'Какие пакеты установить? (Core всегда включён)',
|
|
389
|
-
select_ide: 'Какую IDE вы используете?',
|
|
390
|
-
detected_ides: 'Обнаруженные IDE',
|
|
391
|
-
selected_packs: 'Выбранные пакеты',
|
|
392
|
-
enter_name: 'Ваше имя (агенты используют его для приветствия)',
|
|
393
|
-
comm_language: 'Язык общения',
|
|
394
|
-
exec_mode: 'Режим выполнения',
|
|
395
|
-
exec_manual: 'Ручной — Вы вызываете агентов сами',
|
|
396
|
-
exec_autopilot: 'Автопилот — Nexus управляет всем конвейером',
|
|
397
|
-
exec_hybrid: 'Гибрид — Автопилот с частыми контрольными точками',
|
|
398
|
-
installing_files: 'Установка файлов...',
|
|
399
|
-
configuring_ides: 'Настройка IDE...',
|
|
400
|
-
installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
|
|
401
|
-
ide_configured: (n) => `✅ ${n} IDE настроено`,
|
|
402
|
-
cancelled: 'Установка отменена.',
|
|
403
|
-
failed: 'Установка не удалась.',
|
|
404
|
-
source_not_found: 'Исходная директория не найдена',
|
|
405
|
-
soon: 'скоро',
|
|
406
|
-
guide_title: '✅ Установка завершена — Начало работы',
|
|
407
|
-
guide_who: '💬 С кем поговорить?',
|
|
408
|
-
guide_idea: 'Обсудить идею',
|
|
409
|
-
guide_prd: 'Создать PRD',
|
|
410
|
-
guide_arch: 'Техническая архитектура',
|
|
411
|
-
guide_code: 'Реализовать код',
|
|
412
|
-
guide_test: 'Тестировать / ревью кода',
|
|
413
|
-
guide_sprint: 'Планировать спринт',
|
|
414
|
-
guide_auto: 'Автоматизировать всё',
|
|
415
|
-
guide_osint: 'OSINT расследование',
|
|
416
|
-
guide_maker: 'Создать нового агента',
|
|
417
|
-
guide_seo: 'SEO / GEO аудит (360°)',
|
|
418
|
-
guide_backup: 'Умное резервное копирование',
|
|
419
|
-
guide_animated: 'Анимированный люксовый сайт',
|
|
420
|
-
guide_shield: '🛡️ Соответствие GRC',
|
|
421
|
-
guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
|
|
422
|
-
guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
|
|
423
|
-
guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
|
|
424
|
-
guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
|
|
425
|
-
guide_or_auto: '⚡ Или: "autopilot" для полной автоматизации',
|
|
426
|
-
guide_output: '📁 Вывод',
|
|
427
|
-
guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
|
|
428
|
-
guide_credits: '✨ BMAD+ создан Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
429
|
-
uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
|
|
430
|
-
uninstall_removing: 'Удаление...',
|
|
431
|
-
uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
|
|
432
|
-
uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
|
|
433
|
-
installed_on: 'установлено',
|
|
434
|
-
update_confirm: 'Обновить агентов и навыки?',
|
|
435
|
-
update_updating: 'Обновление агентов и навыков...',
|
|
436
|
-
update_done: (n) => `✅ ${n} файлов обновлено`,
|
|
437
|
-
update_current: '✅ Уже актуально!',
|
|
438
|
-
update_ready: 'Обновление завершено! 🚀',
|
|
439
|
-
guide_cli_title: 'Команды CLI',
|
|
440
|
-
guide_cli_install: '— Установить агентов',
|
|
441
|
-
guide_cli_update: '— Обновить (сохранить конфиг)',
|
|
442
|
-
guide_cli_doctor: '— Проверить установку',
|
|
443
|
-
guide_cli_uninstall: '— Удалить BMAD+',
|
|
444
|
-
guide_examples_title: 'Быстрые примеры',
|
|
445
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
446
|
-
guide_example_backup: '🗂️ Бэкап: "/backup create" → ZIP',
|
|
447
|
-
guide_example_animated: '🎬 Анимация: "/animated build hero.mp4"',
|
|
448
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
449
|
-
},
|
|
450
|
-
|
|
451
|
-
zh: {
|
|
452
|
-
flag: '🇨🇳',
|
|
453
|
-
name: '中文 (简体)',
|
|
454
|
-
locale: 'zh-CN',
|
|
455
|
-
installer_title: ' BMAD+ 安装程序 v0.
|
|
456
|
-
select_language: '选择您的语言',
|
|
457
|
-
installing_to: '安装到',
|
|
458
|
-
select_packs: '安装哪些包?(Core 始终包含)',
|
|
459
|
-
select_ide: '您使用哪个 IDE?',
|
|
460
|
-
detected_ides: '检测到的 IDE',
|
|
461
|
-
selected_packs: '已选择的包',
|
|
462
|
-
enter_name: '您的名字(代理会用它来问候您)',
|
|
463
|
-
comm_language: '沟通语言',
|
|
464
|
-
exec_mode: '执行模式',
|
|
465
|
-
exec_manual: '手动 — 您自己调用代理',
|
|
466
|
-
exec_autopilot: '自动驾驶 — Nexus 管理整个流程',
|
|
467
|
-
exec_hybrid: '混合 — 自动驾驶并设有频繁检查点',
|
|
468
|
-
installing_files: '正在安装文件...',
|
|
469
|
-
configuring_ides: '正在配置 IDE...',
|
|
470
|
-
installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
|
|
471
|
-
ide_configured: (n) => `✅ ${n} 个 IDE 已配置`,
|
|
472
|
-
cancelled: '安装已取消。',
|
|
473
|
-
failed: '安装失败。',
|
|
474
|
-
source_not_found: '未找到源目录',
|
|
475
|
-
soon: '即将推出',
|
|
476
|
-
guide_title: '✅ 安装完成 — 如何开始',
|
|
477
|
-
guide_who: '💬 与谁交谈?',
|
|
478
|
-
guide_idea: '讨论一个想法',
|
|
479
|
-
guide_prd: '创建 PRD',
|
|
480
|
-
guide_arch: '技术架构',
|
|
481
|
-
guide_code: '实现代码',
|
|
482
|
-
guide_test: '测试 / 代码审查',
|
|
483
|
-
guide_sprint: '规划冲刺',
|
|
484
|
-
guide_auto: '自动化一切',
|
|
485
|
-
guide_osint: 'OSINT 调查',
|
|
486
|
-
guide_maker: '创建新代理',
|
|
487
|
-
guide_seo: 'SEO / GEO 审计 (360°)',
|
|
488
|
-
guide_backup: '智能项目备份',
|
|
489
|
-
guide_animated: '动画奢华网站',
|
|
490
|
-
guide_shield: '🛡️ GRC 合规',
|
|
491
|
-
guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
|
|
492
|
-
guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
|
|
493
|
-
guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
|
|
494
|
-
guide_workflow: '🚀 推荐工作流程:',
|
|
495
|
-
guide_or_auto: '⚡ 或者:"autopilot" 全自动管理',
|
|
496
|
-
guide_output: '📁 输出',
|
|
497
|
-
guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
|
|
498
|
-
guide_credits: '✨ BMAD+ 由 Laurent Rochetta 创建 — github.com/lrochetta/BMAD-PLUS ✨',
|
|
499
|
-
uninstall_confirm: '从此项目中删除 BMAD+?',
|
|
500
|
-
uninstall_removing: '删除中...',
|
|
501
|
-
uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
|
|
502
|
-
uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
|
|
503
|
-
installed_on: '安装于',
|
|
504
|
-
update_confirm: '更新代理和技能?',
|
|
505
|
-
update_updating: '正在更新代理和技能...',
|
|
506
|
-
update_done: (n) => `✅ ${n} 个文件已更新`,
|
|
507
|
-
update_current: '✅ 已是最新版本!',
|
|
508
|
-
update_ready: '更新完成!🚀',
|
|
509
|
-
guide_cli_title: 'CLI 命令',
|
|
510
|
-
guide_cli_install: '— 安装代理和技能',
|
|
511
|
-
guide_cli_update: '— 更新(保留配置)',
|
|
512
|
-
guide_cli_doctor: '— 检查安装',
|
|
513
|
-
guide_cli_uninstall: '— 删除 BMAD+',
|
|
514
|
-
guide_examples_title: '快速示例',
|
|
515
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
516
|
-
guide_example_backup: '🗂️ 备份: "/backup create" → ZIP',
|
|
517
|
-
guide_example_animated: '🎬 动画: "/animated build hero.mp4"',
|
|
518
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
519
|
-
},
|
|
520
|
-
|
|
521
|
-
he: {
|
|
522
|
-
flag: '🇮🇱',
|
|
523
|
-
name: 'עברית',
|
|
524
|
-
locale: 'he',
|
|
525
|
-
installer_title: ' BMAD+ מתקין v0.
|
|
526
|
-
select_language: 'בחר את השפה שלך',
|
|
527
|
-
installing_to: 'מתקין ב',
|
|
528
|
-
select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
|
|
529
|
-
select_ide: 'באיזה IDE אתה משתמש?',
|
|
530
|
-
detected_ides: 'IDE שזוהו',
|
|
531
|
-
selected_packs: 'חבילות שנבחרו',
|
|
532
|
-
enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
|
|
533
|
-
comm_language: 'שפת תקשורת',
|
|
534
|
-
exec_mode: 'מצב ביצוע',
|
|
535
|
-
exec_manual: 'ידני — אתה קורא לסוכנים בעצמך',
|
|
536
|
-
exec_autopilot: 'טייס אוטומטי — Nexus מנהל את כל הצינור',
|
|
537
|
-
exec_hybrid: 'היברידי — טייס אוטומטי עם נקודות בקרה תכופות',
|
|
538
|
-
installing_files: 'מתקין קבצים...',
|
|
539
|
-
configuring_ides: 'מגדיר IDE...',
|
|
540
|
-
installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
|
|
541
|
-
ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
|
|
542
|
-
cancelled: 'ההתקנה בוטלה.',
|
|
543
|
-
failed: 'ההתקנה נכשלה.',
|
|
544
|
-
source_not_found: 'ספריית המקור לא נמצאה',
|
|
545
|
-
soon: 'בקרוב',
|
|
546
|
-
guide_title: '✅ ההתקנה הושלמה — איך להתחיל',
|
|
547
|
-
guide_who: '💬 עם מי לדבר?',
|
|
548
|
-
guide_idea: 'לדון ברעיון',
|
|
549
|
-
guide_prd: 'ליצור PRD',
|
|
550
|
-
guide_arch: 'ארכיטקטורה טכנית',
|
|
551
|
-
guide_code: 'לממש קוד',
|
|
552
|
-
guide_test: 'לבדוק / סקירת קוד',
|
|
553
|
-
guide_sprint: 'לתכנן ספרינט',
|
|
554
|
-
guide_auto: 'לאוטמט הכל',
|
|
555
|
-
guide_osint: 'חקירת OSINT',
|
|
556
|
-
guide_maker: 'ליצור סוכן חדש',
|
|
557
|
-
guide_seo: 'ביקורת SEO / GEO (360°)',
|
|
558
|
-
guide_backup: 'גיבוי חכם של הפרויקט',
|
|
559
|
-
guide_animated: 'אתר אנימציה יוקרתי',
|
|
560
|
-
guide_shield: '🛡️ תאימות GRC',
|
|
561
|
-
guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
|
|
562
|
-
guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
|
|
563
|
-
guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
|
|
564
|
-
guide_workflow: '🚀 תהליך עבודה מומלץ:',
|
|
565
|
-
guide_or_auto: '⚡ או: "autopilot" לניהול אוטומטי מלא',
|
|
566
|
-
guide_output: '📁 פלט',
|
|
567
|
-
guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
|
|
568
|
-
guide_credits: '✨ BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
569
|
-
uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
|
|
570
|
-
uninstall_removing: 'מסיר...',
|
|
571
|
-
uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
|
|
572
|
-
uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
|
|
573
|
-
installed_on: 'הותקן ב',
|
|
574
|
-
update_confirm: 'לעדכן סוכנים וכישורים?',
|
|
575
|
-
update_updating: 'מעדכן סוכנים וכישורים...',
|
|
576
|
-
update_done: (n) => `✅ ${n} קבצים עודכנו`,
|
|
577
|
-
update_current: '✅ כבר מעודכן!',
|
|
578
|
-
update_ready: 'העדכון הושלם! 🚀',
|
|
579
|
-
guide_cli_title: 'פקודות CLI',
|
|
580
|
-
guide_cli_install: '— התקנת סוכנים',
|
|
581
|
-
guide_cli_update: '— עדכון (שומר תצורה)',
|
|
582
|
-
guide_cli_doctor: '— בדיקת התקנה',
|
|
583
|
-
guide_cli_uninstall: '— הסרת BMAD+',
|
|
584
|
-
guide_examples_title: 'דוגמאות מהירות',
|
|
585
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
586
|
-
guide_example_backup: '🗂️ גיבוי: "/backup create" → ZIP',
|
|
587
|
-
guide_example_animated: '🎬 אנימציה: "/animated build hero.mp4"',
|
|
588
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
589
|
-
},
|
|
590
|
-
|
|
591
|
-
ja: {
|
|
592
|
-
flag: '🇯🇵',
|
|
593
|
-
name: '日本語',
|
|
594
|
-
locale: 'ja',
|
|
595
|
-
installer_title: ' BMAD+ インストーラー v0.
|
|
596
|
-
select_language: '言語を選択してください',
|
|
597
|
-
installing_to: 'インストール先',
|
|
598
|
-
select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
|
|
599
|
-
select_ide: 'どのIDEを使用していますか?',
|
|
600
|
-
detected_ides: '検出されたIDE',
|
|
601
|
-
selected_packs: '選択されたパック',
|
|
602
|
-
enter_name: 'あなたの名前(エージェントが挨拶に使います)',
|
|
603
|
-
comm_language: 'コミュニケーション言語',
|
|
604
|
-
exec_mode: '実行モード',
|
|
605
|
-
exec_manual: '手動 — 自分でエージェントを呼び出す',
|
|
606
|
-
exec_autopilot: 'オートパイロット — Nexusがパイプライン全体を管理',
|
|
607
|
-
exec_hybrid: 'ハイブリッド — 頻繁なチェックポイント付きオートパイロット',
|
|
608
|
-
installing_files: 'ファイルをインストール中...',
|
|
609
|
-
configuring_ides: 'IDEを設定中...',
|
|
610
|
-
installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
|
|
611
|
-
ide_configured: (n) => `✅ ${n}つのIDEを設定`,
|
|
612
|
-
cancelled: 'インストールがキャンセルされました。',
|
|
613
|
-
failed: 'インストールに失敗しました。',
|
|
614
|
-
source_not_found: 'ソースディレクトリが見つかりません',
|
|
615
|
-
soon: '近日公開',
|
|
616
|
-
guide_title: '✅ インストール完了 — 始め方',
|
|
617
|
-
guide_who: '💬 誰に話しかける?',
|
|
618
|
-
guide_idea: 'アイデアを議論する',
|
|
619
|
-
guide_prd: 'PRDを作成する',
|
|
620
|
-
guide_arch: '技術アーキテクチャ',
|
|
621
|
-
guide_code: 'コードを実装する',
|
|
622
|
-
guide_test: 'テスト / コードレビュー',
|
|
623
|
-
guide_sprint: 'スプリントを計画する',
|
|
624
|
-
guide_auto: 'すべてを自動化する',
|
|
625
|
-
guide_osint: 'OSINT調査',
|
|
626
|
-
guide_maker: '新しいエージェントを作成する',
|
|
627
|
-
guide_seo: 'SEO / GEO 監査 (360°)',
|
|
628
|
-
guide_backup: 'スマートプロジェクトバックアップ',
|
|
629
|
-
guide_animated: 'アニメーション高級ウェブサイト',
|
|
630
|
-
guide_shield: '🛡️ GRC コンプライアンス',
|
|
631
|
-
guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
|
|
632
|
-
guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
|
|
633
|
-
guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
|
|
634
|
-
guide_workflow: '🚀 推奨ワークフロー:',
|
|
635
|
-
guide_or_auto: '⚡ または: "autopilot" で全自動管理',
|
|
636
|
-
guide_output: '📁 出力',
|
|
637
|
-
guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
|
|
638
|
-
guide_credits: '✨ BMAD+ は Laurent Rochetta によって作成されました — github.com/lrochetta/BMAD-PLUS ✨',
|
|
639
|
-
uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
|
|
640
|
-
uninstall_removing: '削除中...',
|
|
641
|
-
uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
|
|
642
|
-
uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
|
|
643
|
-
installed_on: 'インストール日',
|
|
644
|
-
update_confirm: 'エージェントとスキルを更新しますか?',
|
|
645
|
-
update_updating: 'エージェントとスキルを更新中...',
|
|
646
|
-
update_done: (n) => `✅ ${n}ファイルを更新しました`,
|
|
647
|
-
update_current: '✅ 最新の状態です!',
|
|
648
|
-
update_ready: 'アップデート完了!🚀',
|
|
649
|
-
guide_cli_title: 'CLIコマンド',
|
|
650
|
-
guide_cli_install: '— エージェントをインストール',
|
|
651
|
-
guide_cli_update: '— 更新(設定保持)',
|
|
652
|
-
guide_cli_doctor: '— インストール確認',
|
|
653
|
-
guide_cli_uninstall: '— BMAD+を削除',
|
|
654
|
-
guide_examples_title: 'クイック例',
|
|
655
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
656
|
-
guide_example_backup: '🗂️ バックアップ: "/backup create" → ZIP',
|
|
657
|
-
guide_example_animated: '🎬 アニメ: "/animated build hero.mp4"',
|
|
658
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
659
|
-
},
|
|
660
|
-
|
|
661
|
-
it: {
|
|
662
|
-
flag: '🇮🇹',
|
|
663
|
-
name: 'Italiano',
|
|
664
|
-
locale: 'it',
|
|
665
|
-
installer_title: ' BMAD+ Installatore v0.
|
|
666
|
-
select_language: 'Seleziona la tua lingua',
|
|
667
|
-
installing_to: 'Installazione in',
|
|
668
|
-
select_packs: 'Quali pack installare? (Core è sempre incluso)',
|
|
669
|
-
select_ide: 'Quale IDE usi?',
|
|
670
|
-
detected_ides: 'IDE rilevati',
|
|
671
|
-
selected_packs: 'Pack selezionati',
|
|
672
|
-
enter_name: 'Il tuo nome (gli agenti lo usano per salutarti)',
|
|
673
|
-
comm_language: 'Lingua di comunicazione',
|
|
674
|
-
exec_mode: 'Modalità di esecuzione',
|
|
675
|
-
exec_manual: 'Manuale — Chiami tu gli agenti',
|
|
676
|
-
exec_autopilot: 'Autopilot — Nexus gestisce l\'intera pipeline',
|
|
677
|
-
exec_hybrid: 'Ibrido — Autopilot con checkpoint frequenti',
|
|
678
|
-
installing_files: 'Installazione file in corso...',
|
|
679
|
-
configuring_ides: 'Configurazione IDE...',
|
|
680
|
-
installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
|
|
681
|
-
ide_configured: (n) => `✅ ${n} IDE configurati`,
|
|
682
|
-
cancelled: 'Installazione annullata.',
|
|
683
|
-
failed: 'Installazione fallita.',
|
|
684
|
-
source_not_found: 'Directory sorgente non trovata',
|
|
685
|
-
soon: 'prossimamente',
|
|
686
|
-
guide_title: '✅ Installazione completata — Come iniziare',
|
|
687
|
-
guide_who: '💬 Con chi parlare?',
|
|
688
|
-
guide_idea: 'Discutere un\'idea',
|
|
689
|
-
guide_prd: 'Creare un PRD',
|
|
690
|
-
guide_arch: 'Architettura tecnica',
|
|
691
|
-
guide_code: 'Implementare codice',
|
|
692
|
-
guide_test: 'Testare / code review',
|
|
693
|
-
guide_sprint: 'Pianificare uno sprint',
|
|
694
|
-
guide_auto: 'Automatizzare tutto',
|
|
695
|
-
guide_osint: 'Indagine OSINT',
|
|
696
|
-
guide_maker: 'Creare un nuovo agente',
|
|
697
|
-
guide_seo: 'Audit SEO / GEO (360°)',
|
|
698
|
-
guide_backup: 'Backup intelligente del progetto',
|
|
699
|
-
guide_animated: 'Sito web animato di lusso',
|
|
700
|
-
guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
|
|
701
|
-
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
|
|
702
|
-
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
703
|
-
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
|
|
704
|
-
guide_workflow: '🚀 Flusso consigliato:',
|
|
705
|
-
guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
|
|
706
|
-
guide_output: '📁 Output',
|
|
707
|
-
guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
|
|
708
|
-
guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
709
|
-
uninstall_confirm: 'Rimuovere BMAD+ da questo progetto?',
|
|
710
|
-
uninstall_removing: 'Rimozione...',
|
|
711
|
-
uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
|
|
712
|
-
uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
|
|
713
|
-
installed_on: 'installato il',
|
|
714
|
-
update_confirm: 'Aggiornare agenti e skill?',
|
|
715
|
-
update_updating: 'Aggiornamento agenti e skill...',
|
|
716
|
-
update_done: (n) => `✅ ${n} file aggiornati`,
|
|
717
|
-
update_current: '✅ Già aggiornato!',
|
|
718
|
-
update_ready: 'Aggiornamento completato! 🚀',
|
|
719
|
-
guide_cli_title: 'Comandi CLI',
|
|
720
|
-
guide_cli_install: '— Installa agenti e skill',
|
|
721
|
-
guide_cli_update: '— Aggiorna (mantiene la config)',
|
|
722
|
-
guide_cli_doctor: '— Verifica installazione',
|
|
723
|
-
guide_cli_uninstall: '— Rimuovi BMAD+ dal progetto',
|
|
724
|
-
guide_examples_title: 'Esempi rapidi',
|
|
725
|
-
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
726
|
-
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con timestamp',
|
|
727
|
-
guide_example_animated: '🎬 Animato: "/animated build hero.mp4"',
|
|
728
|
-
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
729
|
-
},
|
|
730
|
-
};
|
|
731
|
-
|
|
732
|
-
/**
|
|
733
|
-
* Get translation for a given language key
|
|
734
|
-
* @param {string} lang - Language code (en, fr, es, de, pt-br, ru, zh, he, ja)
|
|
735
|
-
* @returns {object} Translation object
|
|
736
|
-
*/
|
|
737
|
-
function t(lang) {
|
|
738
|
-
return LANGUAGES[lang] || LANGUAGES.en;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* Get available languages as clack options
|
|
743
|
-
* @returns {Array} Options for clack.select
|
|
744
|
-
*/
|
|
745
|
-
function getLanguageOptions() {
|
|
746
|
-
return Object.entries(LANGUAGES).map(([key, lang]) => ({
|
|
747
|
-
value: key,
|
|
748
|
-
label: `${lang.flag} ${lang.name}`,
|
|
749
|
-
}));
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
* Get available language names mapped to their locale (for comm language selector)
|
|
754
|
-
* @returns {Array} Options for clack.select
|
|
755
|
-
*/
|
|
756
|
-
function getCommLanguageOptions() {
|
|
757
|
-
return Object.entries(LANGUAGES).map(([, lang]) => ({
|
|
758
|
-
value: lang.name,
|
|
759
|
-
label: `${lang.flag} ${lang.name}`,
|
|
760
|
-
}));
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
module.exports = { LANGUAGES, t, getLanguageOptions, getCommLanguageOptions };
|
|
1
|
+
/**
|
|
2
|
+
* BMAD+ CLI — Internationalization (i18n)
|
|
3
|
+
* 10 languages: EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
|
|
4
|
+
*
|
|
5
|
+
* Author: Laurent Rochetta
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
const LANGUAGES = {
|
|
9
|
+
en: {
|
|
10
|
+
flag: '🇬🇧',
|
|
11
|
+
name: 'English',
|
|
12
|
+
locale: 'en',
|
|
13
|
+
installer_title: ' BMAD+ Installer v0.8.0 ',
|
|
14
|
+
select_language: 'Select your language',
|
|
15
|
+
installing_to: 'Installing to',
|
|
16
|
+
select_packs: 'Which packs to install? (Core is always included)',
|
|
17
|
+
select_ide: 'Which IDE are you using?',
|
|
18
|
+
detected_ides: 'Detected IDEs',
|
|
19
|
+
selected_packs: 'Selected packs',
|
|
20
|
+
enter_name: 'Your first name (agents use it to greet you)',
|
|
21
|
+
comm_language: 'Communication language',
|
|
22
|
+
exec_mode: 'Execution mode',
|
|
23
|
+
exec_manual: 'Manual — You call agents yourself',
|
|
24
|
+
exec_autopilot: 'Autopilot — Nexus manages the full pipeline',
|
|
25
|
+
exec_hybrid: 'Hybrid — Autopilot with frequent checkpoints',
|
|
26
|
+
installing_files: 'Installing files...',
|
|
27
|
+
configuring_ides: 'Configuring IDEs...',
|
|
28
|
+
installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} files copied`,
|
|
29
|
+
ide_configured: (n) => `✅ ${n} IDE(s) configured`,
|
|
30
|
+
cancelled: 'Installation cancelled.',
|
|
31
|
+
failed: 'Installation failed.',
|
|
32
|
+
source_not_found: 'Source directory not found',
|
|
33
|
+
soon: 'coming soon',
|
|
34
|
+
guide_title: '✅ Installation complete — Getting started',
|
|
35
|
+
guide_who: '💬 Who to talk to?',
|
|
36
|
+
guide_idea: 'Discuss an idea',
|
|
37
|
+
guide_prd: 'Create a PRD',
|
|
38
|
+
guide_arch: 'Technical architecture',
|
|
39
|
+
guide_code: 'Implement code',
|
|
40
|
+
guide_test: 'Test / code review',
|
|
41
|
+
guide_sprint: 'Plan a sprint',
|
|
42
|
+
guide_auto: 'Automate everything',
|
|
43
|
+
guide_osint: 'OSINT investigation',
|
|
44
|
+
guide_maker: 'Create a new agent',
|
|
45
|
+
guide_seo: 'SEO / GEO audit (360°)',
|
|
46
|
+
guide_backup: 'Smart project backup',
|
|
47
|
+
guide_animated: 'Animated luxury website',
|
|
48
|
+
guide_shield: '\ud83d\udee1\ufe0f GRC Compliance',
|
|
49
|
+
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audit my app for GDPR compliance"',
|
|
50
|
+
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
51
|
+
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, generate SOC 2 evidence checklist"',
|
|
52
|
+
guide_workflow: '🚀 Recommended workflow:',
|
|
53
|
+
guide_or_auto: '⚡ Or: "autopilot" to manage everything automatically',
|
|
54
|
+
guide_output: '📁 Output',
|
|
55
|
+
guide_ready: 'BMAD+ is ready! Talk to Atlas to get started 🚀',
|
|
56
|
+
guide_credits: '✨ BMAD+ is created by Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
57
|
+
// Uninstall
|
|
58
|
+
uninstall_confirm: 'Remove BMAD+ from this project?',
|
|
59
|
+
uninstall_removing: 'Removing...',
|
|
60
|
+
uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
|
|
61
|
+
uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
|
|
62
|
+
installed_on: 'installed',
|
|
63
|
+
// Update
|
|
64
|
+
update_confirm: 'Update agents and skills?',
|
|
65
|
+
update_updating: 'Updating agents and skills...',
|
|
66
|
+
update_done: (n) => `✅ ${n} files updated`,
|
|
67
|
+
update_current: '✅ Already up to date!',
|
|
68
|
+
update_ready: 'Update complete! 🚀',
|
|
69
|
+
guide_cli_title: 'CLI Commands',
|
|
70
|
+
guide_cli_install: '— Install agents & skills',
|
|
71
|
+
guide_cli_update: '— Update agents (keeps config)',
|
|
72
|
+
guide_cli_doctor: '— Check installation health',
|
|
73
|
+
guide_cli_uninstall: '— Remove BMAD+ from project',
|
|
74
|
+
guide_examples_title: 'Quick Examples',
|
|
75
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
76
|
+
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP timestamped',
|
|
77
|
+
guide_example_animated: '🎬 Animated: "/animated build hero.mp4"',
|
|
78
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
79
|
+
guide_memory: '🧠 Persistent Brain',
|
|
80
|
+
guide_dev_studio: '🏗️ Dev Studio',
|
|
81
|
+
guide_example_memory_1: '🧠 Memory: "Zecher, scan projects in D:\\DEV"',
|
|
82
|
+
guide_example_memory_2: '🧠 Memory: "Zecher, where were we?"',
|
|
83
|
+
guide_example_memory_3: '🧠 Memory: "Zecher, consolidate memory"',
|
|
84
|
+
guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, brainstorm a productivity app"',
|
|
85
|
+
guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, design the architecture"',
|
|
86
|
+
guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implement story S1"',
|
|
87
|
+
brain_detected: 'Existing brain detected',
|
|
88
|
+
brain_created: 'Global brain created',
|
|
89
|
+
},
|
|
90
|
+
|
|
91
|
+
fr: {
|
|
92
|
+
flag: '🇫🇷',
|
|
93
|
+
name: 'Français',
|
|
94
|
+
locale: 'fr',
|
|
95
|
+
installer_title: ' BMAD+ Installeur v0.8.0 ',
|
|
96
|
+
select_language: 'Choisissez votre langue',
|
|
97
|
+
installing_to: 'Installation dans',
|
|
98
|
+
select_packs: 'Quels packs installer ? (Core est toujours inclus)',
|
|
99
|
+
select_ide: 'Quels IDE utilises-tu ?',
|
|
100
|
+
detected_ides: 'IDE détectés',
|
|
101
|
+
selected_packs: 'Packs sélectionnés',
|
|
102
|
+
enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
|
|
103
|
+
comm_language: 'Langue de communication',
|
|
104
|
+
exec_mode: 'Mode d\'exécution',
|
|
105
|
+
exec_manual: 'Manuel — Tu appelles les agents toi-même',
|
|
106
|
+
exec_autopilot: 'Autopilot — Nexus gère tout le pipeline',
|
|
107
|
+
exec_hybrid: 'Hybride — Autopilot avec checkpoints fréquents',
|
|
108
|
+
installing_files: 'Installation des fichiers...',
|
|
109
|
+
configuring_ides: 'Configuration des IDE...',
|
|
110
|
+
installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
|
|
111
|
+
ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
|
|
112
|
+
cancelled: 'Installation annulée.',
|
|
113
|
+
failed: 'Installation échouée.',
|
|
114
|
+
source_not_found: 'Répertoire source introuvable',
|
|
115
|
+
soon: 'bientôt',
|
|
116
|
+
guide_title: '✅ Installation terminée — Comment commencer',
|
|
117
|
+
guide_who: '💬 À qui parler ?',
|
|
118
|
+
guide_idea: 'Discuter d\'une idée',
|
|
119
|
+
guide_prd: 'Créer un PRD',
|
|
120
|
+
guide_arch: 'Architecture technique',
|
|
121
|
+
guide_code: 'Implémenter du code',
|
|
122
|
+
guide_test: 'Tester / code review',
|
|
123
|
+
guide_sprint: 'Planifier un sprint',
|
|
124
|
+
guide_auto: 'Tout automatiser',
|
|
125
|
+
guide_osint: 'Investigation OSINT',
|
|
126
|
+
guide_maker: 'Créer un nouvel agent',
|
|
127
|
+
guide_seo: 'Audit SEO / GEO (360°)',
|
|
128
|
+
guide_backup: 'Sauvegarde intelligente',
|
|
129
|
+
guide_animated: 'Site web animé de luxe',
|
|
130
|
+
guide_shield: '🛡️ Conformité GRC',
|
|
131
|
+
guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
|
|
132
|
+
guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
133
|
+
guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
|
|
134
|
+
guide_workflow: '🚀 Workflow recommandé :',
|
|
135
|
+
guide_or_auto: '⚡ Ou : "autopilot" pour tout gérer automatiquement',
|
|
136
|
+
guide_output: '📁 Sortie',
|
|
137
|
+
guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
|
|
138
|
+
guide_credits: '✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
139
|
+
uninstall_confirm: 'Supprimer BMAD+ de ce projet ?',
|
|
140
|
+
uninstall_removing: 'Suppression...',
|
|
141
|
+
uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
|
|
142
|
+
uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
|
|
143
|
+
installed_on: 'installé le',
|
|
144
|
+
update_confirm: 'Mettre à jour les agents et skills ?',
|
|
145
|
+
update_updating: 'Mise à jour des agents et skills...',
|
|
146
|
+
update_done: (n) => `✅ ${n} fichiers mis à jour`,
|
|
147
|
+
update_current: '✅ Déjà à jour !',
|
|
148
|
+
update_ready: 'Mise à jour terminée ! 🚀',
|
|
149
|
+
guide_cli_title: 'Commandes CLI',
|
|
150
|
+
guide_cli_install: '— Installer agents & skills',
|
|
151
|
+
guide_cli_update: '— Mettre à jour (conserve la config)',
|
|
152
|
+
guide_cli_doctor: '— Vérifier l\'installation',
|
|
153
|
+
guide_cli_uninstall: '— Supprimer BMAD+ du projet',
|
|
154
|
+
guide_examples_title: 'Exemples rapides',
|
|
155
|
+
guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
|
|
156
|
+
guide_example_backup: '🗂️ Backup : "/backup create" → ZIP horodaté',
|
|
157
|
+
guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
|
|
158
|
+
guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
|
|
159
|
+
guide_memory: '🧠 Cerveau persistant',
|
|
160
|
+
guide_dev_studio: '🏗️ Dev Studio',
|
|
161
|
+
guide_example_memory_1: '🧠 Mémoire : "Zecher, scanne les projets dans D:\\DEV"',
|
|
162
|
+
guide_example_memory_2: '🧠 Mémoire : "Zecher, où en étions-nous ?"',
|
|
163
|
+
guide_example_memory_3: '🧠 Mémoire : "Zecher, consolide la mémoire"',
|
|
164
|
+
guide_example_dev_studio_1: '🏗️ Dev Studio : "Miriam, brainstorme une app de productivité"',
|
|
165
|
+
guide_example_dev_studio_2: '🏗️ Dev Studio : "Bezalel, conçois l\'architecture"',
|
|
166
|
+
guide_example_dev_studio_3: '🏗️ Dev Studio : "Oholiab, implémente la story S1"',
|
|
167
|
+
brain_detected: 'Cerveau existant détecté',
|
|
168
|
+
brain_created: 'Cerveau global créé',
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
es: {
|
|
172
|
+
flag: '🇪🇸',
|
|
173
|
+
name: 'Español',
|
|
174
|
+
locale: 'es',
|
|
175
|
+
installer_title: ' BMAD+ Instalador v0.8.0 ',
|
|
176
|
+
select_language: 'Seleccione su idioma',
|
|
177
|
+
installing_to: 'Instalando en',
|
|
178
|
+
select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
|
|
179
|
+
select_ide: '¿Qué IDE usas?',
|
|
180
|
+
detected_ides: 'IDEs detectados',
|
|
181
|
+
selected_packs: 'Packs seleccionados',
|
|
182
|
+
enter_name: 'Tu nombre (los agentes lo usan para saludarte)',
|
|
183
|
+
comm_language: 'Idioma de comunicación',
|
|
184
|
+
exec_mode: 'Modo de ejecución',
|
|
185
|
+
exec_manual: 'Manual — Tú llamas a los agentes',
|
|
186
|
+
exec_autopilot: 'Autopilot — Nexus gestiona todo el pipeline',
|
|
187
|
+
exec_hybrid: 'Híbrido — Autopilot con puntos de control frecuentes',
|
|
188
|
+
installing_files: 'Instalando archivos...',
|
|
189
|
+
configuring_ides: 'Configurando IDEs...',
|
|
190
|
+
installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
|
|
191
|
+
ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
|
|
192
|
+
cancelled: 'Instalación cancelada.',
|
|
193
|
+
failed: 'Instalación fallida.',
|
|
194
|
+
source_not_found: 'Directorio fuente no encontrado',
|
|
195
|
+
soon: 'próximamente',
|
|
196
|
+
guide_title: '✅ Instalación completa — Cómo empezar',
|
|
197
|
+
guide_who: '💬 ¿Con quién hablar?',
|
|
198
|
+
guide_idea: 'Discutir una idea',
|
|
199
|
+
guide_prd: 'Crear un PRD',
|
|
200
|
+
guide_arch: 'Arquitectura técnica',
|
|
201
|
+
guide_code: 'Implementar código',
|
|
202
|
+
guide_test: 'Probar / code review',
|
|
203
|
+
guide_sprint: 'Planificar un sprint',
|
|
204
|
+
guide_auto: 'Automatizar todo',
|
|
205
|
+
guide_osint: 'Investigación OSINT',
|
|
206
|
+
guide_maker: 'Crear un agente nuevo',
|
|
207
|
+
guide_seo: 'Auditoría SEO / GEO (360°)',
|
|
208
|
+
guide_backup: 'Copia de seguridad inteligente',
|
|
209
|
+
guide_animated: 'Sitio web animado de lujo',
|
|
210
|
+
guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
|
|
211
|
+
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
|
|
212
|
+
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
|
|
213
|
+
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
|
|
214
|
+
guide_workflow: '🚀 Flujo recomendado:',
|
|
215
|
+
guide_or_auto: '⚡ O: "autopilot" para gestionar todo automáticamente',
|
|
216
|
+
guide_output: '📁 Salida',
|
|
217
|
+
guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
|
|
218
|
+
guide_credits: '✨ BMAD+ es creado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
219
|
+
uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
|
|
220
|
+
uninstall_removing: 'Eliminando...',
|
|
221
|
+
uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
|
|
222
|
+
uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
|
|
223
|
+
installed_on: 'instalado el',
|
|
224
|
+
update_confirm: '¿Actualizar agentes y habilidades?',
|
|
225
|
+
update_updating: 'Actualizando agentes y habilidades...',
|
|
226
|
+
update_done: (n) => `✅ ${n} archivos actualizados`,
|
|
227
|
+
update_current: '✅ ¡Ya está actualizado!',
|
|
228
|
+
update_ready: '¡Actualización completada! 🚀',
|
|
229
|
+
guide_cli_title: 'Comandos CLI',
|
|
230
|
+
guide_cli_install: '— Instalar agentes y habilidades',
|
|
231
|
+
guide_cli_update: '— Actualizar (conserva la config)',
|
|
232
|
+
guide_cli_doctor: '— Verificar la instalación',
|
|
233
|
+
guide_cli_uninstall: '— Eliminar BMAD+ del proyecto',
|
|
234
|
+
guide_examples_title: 'Ejemplos rápidos',
|
|
235
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
236
|
+
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con marca de tiempo',
|
|
237
|
+
guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
|
|
238
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
239
|
+
},
|
|
240
|
+
|
|
241
|
+
de: {
|
|
242
|
+
flag: '🇩🇪',
|
|
243
|
+
name: 'Deutsch',
|
|
244
|
+
locale: 'de',
|
|
245
|
+
installer_title: ' BMAD+ Installer v0.8.0 ',
|
|
246
|
+
select_language: 'Wählen Sie Ihre Sprache',
|
|
247
|
+
installing_to: 'Installiere in',
|
|
248
|
+
select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
|
|
249
|
+
select_ide: 'Welche IDE verwendest du?',
|
|
250
|
+
detected_ides: 'Erkannte IDEs',
|
|
251
|
+
selected_packs: 'Ausgewählte Packs',
|
|
252
|
+
enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
|
|
253
|
+
comm_language: 'Kommunikationssprache',
|
|
254
|
+
exec_mode: 'Ausführungsmodus',
|
|
255
|
+
exec_manual: 'Manuell — Du rufst Agenten selbst auf',
|
|
256
|
+
exec_autopilot: 'Autopilot — Nexus verwaltet die gesamte Pipeline',
|
|
257
|
+
exec_hybrid: 'Hybrid — Autopilot mit häufigen Checkpoints',
|
|
258
|
+
installing_files: 'Dateien werden installiert...',
|
|
259
|
+
configuring_ides: 'IDEs werden konfiguriert...',
|
|
260
|
+
installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
|
|
261
|
+
ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
|
|
262
|
+
cancelled: 'Installation abgebrochen.',
|
|
263
|
+
failed: 'Installation fehlgeschlagen.',
|
|
264
|
+
source_not_found: 'Quellverzeichnis nicht gefunden',
|
|
265
|
+
soon: 'bald verfügbar',
|
|
266
|
+
guide_title: '✅ Installation abgeschlossen — Erste Schritte',
|
|
267
|
+
guide_who: '💬 Mit wem sprechen?',
|
|
268
|
+
guide_idea: 'Eine Idee besprechen',
|
|
269
|
+
guide_prd: 'Ein PRD erstellen',
|
|
270
|
+
guide_arch: 'Technische Architektur',
|
|
271
|
+
guide_code: 'Code implementieren',
|
|
272
|
+
guide_test: 'Testen / Code Review',
|
|
273
|
+
guide_sprint: 'Einen Sprint planen',
|
|
274
|
+
guide_auto: 'Alles automatisieren',
|
|
275
|
+
guide_osint: 'OSINT-Ermittlung',
|
|
276
|
+
guide_maker: 'Einen neuen Agenten erstellen',
|
|
277
|
+
guide_seo: 'SEO / GEO Audit (360°)',
|
|
278
|
+
guide_backup: 'Intelligente Projektsicherung',
|
|
279
|
+
guide_animated: 'Animierte Luxus-Website',
|
|
280
|
+
guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
|
|
281
|
+
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
|
|
282
|
+
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
|
|
283
|
+
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
|
|
284
|
+
guide_workflow: '🚀 Empfohlener Workflow:',
|
|
285
|
+
guide_or_auto: '⚡ Oder: "autopilot" für vollautomatische Verwaltung',
|
|
286
|
+
guide_output: '📁 Ausgabe',
|
|
287
|
+
guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
|
|
288
|
+
guide_credits: '✨ BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
289
|
+
uninstall_confirm: 'BMAD+ aus diesem Projekt entfernen?',
|
|
290
|
+
uninstall_removing: 'Entfernen...',
|
|
291
|
+
uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
|
|
292
|
+
uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
|
|
293
|
+
installed_on: 'installiert am',
|
|
294
|
+
update_confirm: 'Agenten und Skills aktualisieren?',
|
|
295
|
+
update_updating: 'Agenten und Skills werden aktualisiert...',
|
|
296
|
+
update_done: (n) => `✅ ${n} Dateien aktualisiert`,
|
|
297
|
+
update_current: '✅ Bereits aktuell!',
|
|
298
|
+
update_ready: 'Update abgeschlossen! 🚀',
|
|
299
|
+
guide_cli_title: 'CLI-Befehle',
|
|
300
|
+
guide_cli_install: '— Agenten & Skills installieren',
|
|
301
|
+
guide_cli_update: '— Aktualisieren (Konfiguration bleibt)',
|
|
302
|
+
guide_cli_doctor: '— Installation prüfen',
|
|
303
|
+
guide_cli_uninstall: '— BMAD+ vom Projekt entfernen',
|
|
304
|
+
guide_examples_title: 'Schnellbeispiele',
|
|
305
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
306
|
+
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP mit Zeitstempel',
|
|
307
|
+
guide_example_animated: '🎬 Animiert: "/animated build hero.mp4"',
|
|
308
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
309
|
+
},
|
|
310
|
+
|
|
311
|
+
'pt-br': {
|
|
312
|
+
flag: '🇧🇷',
|
|
313
|
+
name: 'Português (Brasil)',
|
|
314
|
+
locale: 'pt-BR',
|
|
315
|
+
installer_title: ' BMAD+ Instalador v0.8.0 ',
|
|
316
|
+
select_language: 'Selecione seu idioma',
|
|
317
|
+
installing_to: 'Instalando em',
|
|
318
|
+
select_packs: 'Quais packs instalar? (Core sempre está incluído)',
|
|
319
|
+
select_ide: 'Qual IDE você usa?',
|
|
320
|
+
detected_ides: 'IDEs detectados',
|
|
321
|
+
selected_packs: 'Packs selecionados',
|
|
322
|
+
enter_name: 'Seu nome (os agentes usam para te cumprimentar)',
|
|
323
|
+
comm_language: 'Idioma de comunicação',
|
|
324
|
+
exec_mode: 'Modo de execução',
|
|
325
|
+
exec_manual: 'Manual — Você chama os agentes',
|
|
326
|
+
exec_autopilot: 'Autopilot — Nexus gerencia todo o pipeline',
|
|
327
|
+
exec_hybrid: 'Híbrido — Autopilot com checkpoints frequentes',
|
|
328
|
+
installing_files: 'Instalando arquivos...',
|
|
329
|
+
configuring_ides: 'Configurando IDEs...',
|
|
330
|
+
installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
|
|
331
|
+
ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
|
|
332
|
+
cancelled: 'Instalação cancelada.',
|
|
333
|
+
failed: 'Instalação falhou.',
|
|
334
|
+
source_not_found: 'Diretório fonte não encontrado',
|
|
335
|
+
soon: 'em breve',
|
|
336
|
+
guide_title: '✅ Instalação completa — Como começar',
|
|
337
|
+
guide_who: '💬 Com quem falar?',
|
|
338
|
+
guide_idea: 'Discutir uma ideia',
|
|
339
|
+
guide_prd: 'Criar um PRD',
|
|
340
|
+
guide_arch: 'Arquitetura técnica',
|
|
341
|
+
guide_code: 'Implementar código',
|
|
342
|
+
guide_test: 'Testar / code review',
|
|
343
|
+
guide_sprint: 'Planejar um sprint',
|
|
344
|
+
guide_auto: 'Automatizar tudo',
|
|
345
|
+
guide_osint: 'Investigação OSINT',
|
|
346
|
+
guide_maker: 'Criar um novo agente',
|
|
347
|
+
guide_seo: 'Auditoria SEO / GEO (360°)',
|
|
348
|
+
guide_backup: 'Backup inteligente do projeto',
|
|
349
|
+
guide_animated: 'Site animado de luxo',
|
|
350
|
+
guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
|
|
351
|
+
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
|
|
352
|
+
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
|
|
353
|
+
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
|
|
354
|
+
guide_workflow: '🚀 Fluxo recomendado:',
|
|
355
|
+
guide_or_auto: '⚡ Ou: "autopilot" para gerenciar tudo automaticamente',
|
|
356
|
+
guide_output: '📁 Saída',
|
|
357
|
+
guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
|
|
358
|
+
guide_credits: '✨ BMAD+ foi criado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
359
|
+
uninstall_confirm: 'Remover BMAD+ deste projeto?',
|
|
360
|
+
uninstall_removing: 'Removendo...',
|
|
361
|
+
uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
|
|
362
|
+
uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
|
|
363
|
+
installed_on: 'instalado em',
|
|
364
|
+
update_confirm: 'Atualizar agentes e habilidades?',
|
|
365
|
+
update_updating: 'Atualizando agentes e habilidades...',
|
|
366
|
+
update_done: (n) => `✅ ${n} arquivos atualizados`,
|
|
367
|
+
update_current: '✅ Já está atualizado!',
|
|
368
|
+
update_ready: 'Atualização concluída! 🚀',
|
|
369
|
+
guide_cli_title: 'Comandos CLI',
|
|
370
|
+
guide_cli_install: '— Instalar agentes e habilidades',
|
|
371
|
+
guide_cli_update: '— Atualizar (mantém config)',
|
|
372
|
+
guide_cli_doctor: '— Verificar instalação',
|
|
373
|
+
guide_cli_uninstall: '— Remover BMAD+ do projeto',
|
|
374
|
+
guide_examples_title: 'Exemplos rápidos',
|
|
375
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
376
|
+
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP com timestamp',
|
|
377
|
+
guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
|
|
378
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
379
|
+
},
|
|
380
|
+
|
|
381
|
+
ru: {
|
|
382
|
+
flag: '🇷🇺',
|
|
383
|
+
name: 'Русский',
|
|
384
|
+
locale: 'ru',
|
|
385
|
+
installer_title: ' BMAD+ Установщик v0.8.0 ',
|
|
386
|
+
select_language: 'Выберите язык',
|
|
387
|
+
installing_to: 'Установка в',
|
|
388
|
+
select_packs: 'Какие пакеты установить? (Core всегда включён)',
|
|
389
|
+
select_ide: 'Какую IDE вы используете?',
|
|
390
|
+
detected_ides: 'Обнаруженные IDE',
|
|
391
|
+
selected_packs: 'Выбранные пакеты',
|
|
392
|
+
enter_name: 'Ваше имя (агенты используют его для приветствия)',
|
|
393
|
+
comm_language: 'Язык общения',
|
|
394
|
+
exec_mode: 'Режим выполнения',
|
|
395
|
+
exec_manual: 'Ручной — Вы вызываете агентов сами',
|
|
396
|
+
exec_autopilot: 'Автопилот — Nexus управляет всем конвейером',
|
|
397
|
+
exec_hybrid: 'Гибрид — Автопилот с частыми контрольными точками',
|
|
398
|
+
installing_files: 'Установка файлов...',
|
|
399
|
+
configuring_ides: 'Настройка IDE...',
|
|
400
|
+
installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
|
|
401
|
+
ide_configured: (n) => `✅ ${n} IDE настроено`,
|
|
402
|
+
cancelled: 'Установка отменена.',
|
|
403
|
+
failed: 'Установка не удалась.',
|
|
404
|
+
source_not_found: 'Исходная директория не найдена',
|
|
405
|
+
soon: 'скоро',
|
|
406
|
+
guide_title: '✅ Установка завершена — Начало работы',
|
|
407
|
+
guide_who: '💬 С кем поговорить?',
|
|
408
|
+
guide_idea: 'Обсудить идею',
|
|
409
|
+
guide_prd: 'Создать PRD',
|
|
410
|
+
guide_arch: 'Техническая архитектура',
|
|
411
|
+
guide_code: 'Реализовать код',
|
|
412
|
+
guide_test: 'Тестировать / ревью кода',
|
|
413
|
+
guide_sprint: 'Планировать спринт',
|
|
414
|
+
guide_auto: 'Автоматизировать всё',
|
|
415
|
+
guide_osint: 'OSINT расследование',
|
|
416
|
+
guide_maker: 'Создать нового агента',
|
|
417
|
+
guide_seo: 'SEO / GEO аудит (360°)',
|
|
418
|
+
guide_backup: 'Умное резервное копирование',
|
|
419
|
+
guide_animated: 'Анимированный люксовый сайт',
|
|
420
|
+
guide_shield: '🛡️ Соответствие GRC',
|
|
421
|
+
guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
|
|
422
|
+
guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
|
|
423
|
+
guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
|
|
424
|
+
guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
|
|
425
|
+
guide_or_auto: '⚡ Или: "autopilot" для полной автоматизации',
|
|
426
|
+
guide_output: '📁 Вывод',
|
|
427
|
+
guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
|
|
428
|
+
guide_credits: '✨ BMAD+ создан Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
429
|
+
uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
|
|
430
|
+
uninstall_removing: 'Удаление...',
|
|
431
|
+
uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
|
|
432
|
+
uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
|
|
433
|
+
installed_on: 'установлено',
|
|
434
|
+
update_confirm: 'Обновить агентов и навыки?',
|
|
435
|
+
update_updating: 'Обновление агентов и навыков...',
|
|
436
|
+
update_done: (n) => `✅ ${n} файлов обновлено`,
|
|
437
|
+
update_current: '✅ Уже актуально!',
|
|
438
|
+
update_ready: 'Обновление завершено! 🚀',
|
|
439
|
+
guide_cli_title: 'Команды CLI',
|
|
440
|
+
guide_cli_install: '— Установить агентов',
|
|
441
|
+
guide_cli_update: '— Обновить (сохранить конфиг)',
|
|
442
|
+
guide_cli_doctor: '— Проверить установку',
|
|
443
|
+
guide_cli_uninstall: '— Удалить BMAD+',
|
|
444
|
+
guide_examples_title: 'Быстрые примеры',
|
|
445
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
446
|
+
guide_example_backup: '🗂️ Бэкап: "/backup create" → ZIP',
|
|
447
|
+
guide_example_animated: '🎬 Анимация: "/animated build hero.mp4"',
|
|
448
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
449
|
+
},
|
|
450
|
+
|
|
451
|
+
zh: {
|
|
452
|
+
flag: '🇨🇳',
|
|
453
|
+
name: '中文 (简体)',
|
|
454
|
+
locale: 'zh-CN',
|
|
455
|
+
installer_title: ' BMAD+ 安装程序 v0.8.0 ',
|
|
456
|
+
select_language: '选择您的语言',
|
|
457
|
+
installing_to: '安装到',
|
|
458
|
+
select_packs: '安装哪些包?(Core 始终包含)',
|
|
459
|
+
select_ide: '您使用哪个 IDE?',
|
|
460
|
+
detected_ides: '检测到的 IDE',
|
|
461
|
+
selected_packs: '已选择的包',
|
|
462
|
+
enter_name: '您的名字(代理会用它来问候您)',
|
|
463
|
+
comm_language: '沟通语言',
|
|
464
|
+
exec_mode: '执行模式',
|
|
465
|
+
exec_manual: '手动 — 您自己调用代理',
|
|
466
|
+
exec_autopilot: '自动驾驶 — Nexus 管理整个流程',
|
|
467
|
+
exec_hybrid: '混合 — 自动驾驶并设有频繁检查点',
|
|
468
|
+
installing_files: '正在安装文件...',
|
|
469
|
+
configuring_ides: '正在配置 IDE...',
|
|
470
|
+
installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
|
|
471
|
+
ide_configured: (n) => `✅ ${n} 个 IDE 已配置`,
|
|
472
|
+
cancelled: '安装已取消。',
|
|
473
|
+
failed: '安装失败。',
|
|
474
|
+
source_not_found: '未找到源目录',
|
|
475
|
+
soon: '即将推出',
|
|
476
|
+
guide_title: '✅ 安装完成 — 如何开始',
|
|
477
|
+
guide_who: '💬 与谁交谈?',
|
|
478
|
+
guide_idea: '讨论一个想法',
|
|
479
|
+
guide_prd: '创建 PRD',
|
|
480
|
+
guide_arch: '技术架构',
|
|
481
|
+
guide_code: '实现代码',
|
|
482
|
+
guide_test: '测试 / 代码审查',
|
|
483
|
+
guide_sprint: '规划冲刺',
|
|
484
|
+
guide_auto: '自动化一切',
|
|
485
|
+
guide_osint: 'OSINT 调查',
|
|
486
|
+
guide_maker: '创建新代理',
|
|
487
|
+
guide_seo: 'SEO / GEO 审计 (360°)',
|
|
488
|
+
guide_backup: '智能项目备份',
|
|
489
|
+
guide_animated: '动画奢华网站',
|
|
490
|
+
guide_shield: '🛡️ GRC 合规',
|
|
491
|
+
guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
|
|
492
|
+
guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
|
|
493
|
+
guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
|
|
494
|
+
guide_workflow: '🚀 推荐工作流程:',
|
|
495
|
+
guide_or_auto: '⚡ 或者:"autopilot" 全自动管理',
|
|
496
|
+
guide_output: '📁 输出',
|
|
497
|
+
guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
|
|
498
|
+
guide_credits: '✨ BMAD+ 由 Laurent Rochetta 创建 — github.com/lrochetta/BMAD-PLUS ✨',
|
|
499
|
+
uninstall_confirm: '从此项目中删除 BMAD+?',
|
|
500
|
+
uninstall_removing: '删除中...',
|
|
501
|
+
uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
|
|
502
|
+
uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
|
|
503
|
+
installed_on: '安装于',
|
|
504
|
+
update_confirm: '更新代理和技能?',
|
|
505
|
+
update_updating: '正在更新代理和技能...',
|
|
506
|
+
update_done: (n) => `✅ ${n} 个文件已更新`,
|
|
507
|
+
update_current: '✅ 已是最新版本!',
|
|
508
|
+
update_ready: '更新完成!🚀',
|
|
509
|
+
guide_cli_title: 'CLI 命令',
|
|
510
|
+
guide_cli_install: '— 安装代理和技能',
|
|
511
|
+
guide_cli_update: '— 更新(保留配置)',
|
|
512
|
+
guide_cli_doctor: '— 检查安装',
|
|
513
|
+
guide_cli_uninstall: '— 删除 BMAD+',
|
|
514
|
+
guide_examples_title: '快速示例',
|
|
515
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
516
|
+
guide_example_backup: '🗂️ 备份: "/backup create" → ZIP',
|
|
517
|
+
guide_example_animated: '🎬 动画: "/animated build hero.mp4"',
|
|
518
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
519
|
+
},
|
|
520
|
+
|
|
521
|
+
he: {
|
|
522
|
+
flag: '🇮🇱',
|
|
523
|
+
name: 'עברית',
|
|
524
|
+
locale: 'he',
|
|
525
|
+
installer_title: ' BMAD+ מתקין v0.8.0 ',
|
|
526
|
+
select_language: 'בחר את השפה שלך',
|
|
527
|
+
installing_to: 'מתקין ב',
|
|
528
|
+
select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
|
|
529
|
+
select_ide: 'באיזה IDE אתה משתמש?',
|
|
530
|
+
detected_ides: 'IDE שזוהו',
|
|
531
|
+
selected_packs: 'חבילות שנבחרו',
|
|
532
|
+
enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
|
|
533
|
+
comm_language: 'שפת תקשורת',
|
|
534
|
+
exec_mode: 'מצב ביצוע',
|
|
535
|
+
exec_manual: 'ידני — אתה קורא לסוכנים בעצמך',
|
|
536
|
+
exec_autopilot: 'טייס אוטומטי — Nexus מנהל את כל הצינור',
|
|
537
|
+
exec_hybrid: 'היברידי — טייס אוטומטי עם נקודות בקרה תכופות',
|
|
538
|
+
installing_files: 'מתקין קבצים...',
|
|
539
|
+
configuring_ides: 'מגדיר IDE...',
|
|
540
|
+
installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
|
|
541
|
+
ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
|
|
542
|
+
cancelled: 'ההתקנה בוטלה.',
|
|
543
|
+
failed: 'ההתקנה נכשלה.',
|
|
544
|
+
source_not_found: 'ספריית המקור לא נמצאה',
|
|
545
|
+
soon: 'בקרוב',
|
|
546
|
+
guide_title: '✅ ההתקנה הושלמה — איך להתחיל',
|
|
547
|
+
guide_who: '💬 עם מי לדבר?',
|
|
548
|
+
guide_idea: 'לדון ברעיון',
|
|
549
|
+
guide_prd: 'ליצור PRD',
|
|
550
|
+
guide_arch: 'ארכיטקטורה טכנית',
|
|
551
|
+
guide_code: 'לממש קוד',
|
|
552
|
+
guide_test: 'לבדוק / סקירת קוד',
|
|
553
|
+
guide_sprint: 'לתכנן ספרינט',
|
|
554
|
+
guide_auto: 'לאוטמט הכל',
|
|
555
|
+
guide_osint: 'חקירת OSINT',
|
|
556
|
+
guide_maker: 'ליצור סוכן חדש',
|
|
557
|
+
guide_seo: 'ביקורת SEO / GEO (360°)',
|
|
558
|
+
guide_backup: 'גיבוי חכם של הפרויקט',
|
|
559
|
+
guide_animated: 'אתר אנימציה יוקרתי',
|
|
560
|
+
guide_shield: '🛡️ תאימות GRC',
|
|
561
|
+
guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
|
|
562
|
+
guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
|
|
563
|
+
guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
|
|
564
|
+
guide_workflow: '🚀 תהליך עבודה מומלץ:',
|
|
565
|
+
guide_or_auto: '⚡ או: "autopilot" לניהול אוטומטי מלא',
|
|
566
|
+
guide_output: '📁 פלט',
|
|
567
|
+
guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
|
|
568
|
+
guide_credits: '✨ BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
569
|
+
uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
|
|
570
|
+
uninstall_removing: 'מסיר...',
|
|
571
|
+
uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
|
|
572
|
+
uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
|
|
573
|
+
installed_on: 'הותקן ב',
|
|
574
|
+
update_confirm: 'לעדכן סוכנים וכישורים?',
|
|
575
|
+
update_updating: 'מעדכן סוכנים וכישורים...',
|
|
576
|
+
update_done: (n) => `✅ ${n} קבצים עודכנו`,
|
|
577
|
+
update_current: '✅ כבר מעודכן!',
|
|
578
|
+
update_ready: 'העדכון הושלם! 🚀',
|
|
579
|
+
guide_cli_title: 'פקודות CLI',
|
|
580
|
+
guide_cli_install: '— התקנת סוכנים',
|
|
581
|
+
guide_cli_update: '— עדכון (שומר תצורה)',
|
|
582
|
+
guide_cli_doctor: '— בדיקת התקנה',
|
|
583
|
+
guide_cli_uninstall: '— הסרת BMAD+',
|
|
584
|
+
guide_examples_title: 'דוגמאות מהירות',
|
|
585
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
586
|
+
guide_example_backup: '🗂️ גיבוי: "/backup create" → ZIP',
|
|
587
|
+
guide_example_animated: '🎬 אנימציה: "/animated build hero.mp4"',
|
|
588
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
589
|
+
},
|
|
590
|
+
|
|
591
|
+
ja: {
|
|
592
|
+
flag: '🇯🇵',
|
|
593
|
+
name: '日本語',
|
|
594
|
+
locale: 'ja',
|
|
595
|
+
installer_title: ' BMAD+ インストーラー v0.8.0 ',
|
|
596
|
+
select_language: '言語を選択してください',
|
|
597
|
+
installing_to: 'インストール先',
|
|
598
|
+
select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
|
|
599
|
+
select_ide: 'どのIDEを使用していますか?',
|
|
600
|
+
detected_ides: '検出されたIDE',
|
|
601
|
+
selected_packs: '選択されたパック',
|
|
602
|
+
enter_name: 'あなたの名前(エージェントが挨拶に使います)',
|
|
603
|
+
comm_language: 'コミュニケーション言語',
|
|
604
|
+
exec_mode: '実行モード',
|
|
605
|
+
exec_manual: '手動 — 自分でエージェントを呼び出す',
|
|
606
|
+
exec_autopilot: 'オートパイロット — Nexusがパイプライン全体を管理',
|
|
607
|
+
exec_hybrid: 'ハイブリッド — 頻繁なチェックポイント付きオートパイロット',
|
|
608
|
+
installing_files: 'ファイルをインストール中...',
|
|
609
|
+
configuring_ides: 'IDEを設定中...',
|
|
610
|
+
installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
|
|
611
|
+
ide_configured: (n) => `✅ ${n}つのIDEを設定`,
|
|
612
|
+
cancelled: 'インストールがキャンセルされました。',
|
|
613
|
+
failed: 'インストールに失敗しました。',
|
|
614
|
+
source_not_found: 'ソースディレクトリが見つかりません',
|
|
615
|
+
soon: '近日公開',
|
|
616
|
+
guide_title: '✅ インストール完了 — 始め方',
|
|
617
|
+
guide_who: '💬 誰に話しかける?',
|
|
618
|
+
guide_idea: 'アイデアを議論する',
|
|
619
|
+
guide_prd: 'PRDを作成する',
|
|
620
|
+
guide_arch: '技術アーキテクチャ',
|
|
621
|
+
guide_code: 'コードを実装する',
|
|
622
|
+
guide_test: 'テスト / コードレビュー',
|
|
623
|
+
guide_sprint: 'スプリントを計画する',
|
|
624
|
+
guide_auto: 'すべてを自動化する',
|
|
625
|
+
guide_osint: 'OSINT調査',
|
|
626
|
+
guide_maker: '新しいエージェントを作成する',
|
|
627
|
+
guide_seo: 'SEO / GEO 監査 (360°)',
|
|
628
|
+
guide_backup: 'スマートプロジェクトバックアップ',
|
|
629
|
+
guide_animated: 'アニメーション高級ウェブサイト',
|
|
630
|
+
guide_shield: '🛡️ GRC コンプライアンス',
|
|
631
|
+
guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
|
|
632
|
+
guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
|
|
633
|
+
guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
|
|
634
|
+
guide_workflow: '🚀 推奨ワークフロー:',
|
|
635
|
+
guide_or_auto: '⚡ または: "autopilot" で全自動管理',
|
|
636
|
+
guide_output: '📁 出力',
|
|
637
|
+
guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
|
|
638
|
+
guide_credits: '✨ BMAD+ は Laurent Rochetta によって作成されました — github.com/lrochetta/BMAD-PLUS ✨',
|
|
639
|
+
uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
|
|
640
|
+
uninstall_removing: '削除中...',
|
|
641
|
+
uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
|
|
642
|
+
uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
|
|
643
|
+
installed_on: 'インストール日',
|
|
644
|
+
update_confirm: 'エージェントとスキルを更新しますか?',
|
|
645
|
+
update_updating: 'エージェントとスキルを更新中...',
|
|
646
|
+
update_done: (n) => `✅ ${n}ファイルを更新しました`,
|
|
647
|
+
update_current: '✅ 最新の状態です!',
|
|
648
|
+
update_ready: 'アップデート完了!🚀',
|
|
649
|
+
guide_cli_title: 'CLIコマンド',
|
|
650
|
+
guide_cli_install: '— エージェントをインストール',
|
|
651
|
+
guide_cli_update: '— 更新(設定保持)',
|
|
652
|
+
guide_cli_doctor: '— インストール確認',
|
|
653
|
+
guide_cli_uninstall: '— BMAD+を削除',
|
|
654
|
+
guide_examples_title: 'クイック例',
|
|
655
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
656
|
+
guide_example_backup: '🗂️ バックアップ: "/backup create" → ZIP',
|
|
657
|
+
guide_example_animated: '🎬 アニメ: "/animated build hero.mp4"',
|
|
658
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
659
|
+
},
|
|
660
|
+
|
|
661
|
+
it: {
|
|
662
|
+
flag: '🇮🇹',
|
|
663
|
+
name: 'Italiano',
|
|
664
|
+
locale: 'it',
|
|
665
|
+
installer_title: ' BMAD+ Installatore v0.8.0 ',
|
|
666
|
+
select_language: 'Seleziona la tua lingua',
|
|
667
|
+
installing_to: 'Installazione in',
|
|
668
|
+
select_packs: 'Quali pack installare? (Core è sempre incluso)',
|
|
669
|
+
select_ide: 'Quale IDE usi?',
|
|
670
|
+
detected_ides: 'IDE rilevati',
|
|
671
|
+
selected_packs: 'Pack selezionati',
|
|
672
|
+
enter_name: 'Il tuo nome (gli agenti lo usano per salutarti)',
|
|
673
|
+
comm_language: 'Lingua di comunicazione',
|
|
674
|
+
exec_mode: 'Modalità di esecuzione',
|
|
675
|
+
exec_manual: 'Manuale — Chiami tu gli agenti',
|
|
676
|
+
exec_autopilot: 'Autopilot — Nexus gestisce l\'intera pipeline',
|
|
677
|
+
exec_hybrid: 'Ibrido — Autopilot con checkpoint frequenti',
|
|
678
|
+
installing_files: 'Installazione file in corso...',
|
|
679
|
+
configuring_ides: 'Configurazione IDE...',
|
|
680
|
+
installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
|
|
681
|
+
ide_configured: (n) => `✅ ${n} IDE configurati`,
|
|
682
|
+
cancelled: 'Installazione annullata.',
|
|
683
|
+
failed: 'Installazione fallita.',
|
|
684
|
+
source_not_found: 'Directory sorgente non trovata',
|
|
685
|
+
soon: 'prossimamente',
|
|
686
|
+
guide_title: '✅ Installazione completata — Come iniziare',
|
|
687
|
+
guide_who: '💬 Con chi parlare?',
|
|
688
|
+
guide_idea: 'Discutere un\'idea',
|
|
689
|
+
guide_prd: 'Creare un PRD',
|
|
690
|
+
guide_arch: 'Architettura tecnica',
|
|
691
|
+
guide_code: 'Implementare codice',
|
|
692
|
+
guide_test: 'Testare / code review',
|
|
693
|
+
guide_sprint: 'Pianificare uno sprint',
|
|
694
|
+
guide_auto: 'Automatizzare tutto',
|
|
695
|
+
guide_osint: 'Indagine OSINT',
|
|
696
|
+
guide_maker: 'Creare un nuovo agente',
|
|
697
|
+
guide_seo: 'Audit SEO / GEO (360°)',
|
|
698
|
+
guide_backup: 'Backup intelligente del progetto',
|
|
699
|
+
guide_animated: 'Sito web animato di lusso',
|
|
700
|
+
guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
|
|
701
|
+
guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
|
|
702
|
+
guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
|
|
703
|
+
guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
|
|
704
|
+
guide_workflow: '🚀 Flusso consigliato:',
|
|
705
|
+
guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
|
|
706
|
+
guide_output: '📁 Output',
|
|
707
|
+
guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
|
|
708
|
+
guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
|
|
709
|
+
uninstall_confirm: 'Rimuovere BMAD+ da questo progetto?',
|
|
710
|
+
uninstall_removing: 'Rimozione...',
|
|
711
|
+
uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
|
|
712
|
+
uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
|
|
713
|
+
installed_on: 'installato il',
|
|
714
|
+
update_confirm: 'Aggiornare agenti e skill?',
|
|
715
|
+
update_updating: 'Aggiornamento agenti e skill...',
|
|
716
|
+
update_done: (n) => `✅ ${n} file aggiornati`,
|
|
717
|
+
update_current: '✅ Già aggiornato!',
|
|
718
|
+
update_ready: 'Aggiornamento completato! 🚀',
|
|
719
|
+
guide_cli_title: 'Comandi CLI',
|
|
720
|
+
guide_cli_install: '— Installa agenti e skill',
|
|
721
|
+
guide_cli_update: '— Aggiorna (mantiene la config)',
|
|
722
|
+
guide_cli_doctor: '— Verifica installazione',
|
|
723
|
+
guide_cli_uninstall: '— Rimuovi BMAD+ dal progetto',
|
|
724
|
+
guide_examples_title: 'Esempi rapidi',
|
|
725
|
+
guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
|
|
726
|
+
guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con timestamp',
|
|
727
|
+
guide_example_animated: '🎬 Animato: "/animated build hero.mp4"',
|
|
728
|
+
guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
|
|
729
|
+
},
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* Get translation for a given language key
|
|
734
|
+
* @param {string} lang - Language code (en, fr, es, de, pt-br, ru, zh, he, ja)
|
|
735
|
+
* @returns {object} Translation object
|
|
736
|
+
*/
|
|
737
|
+
function t(lang) {
|
|
738
|
+
return LANGUAGES[lang] || LANGUAGES.en;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* Get available languages as clack options
|
|
743
|
+
* @returns {Array} Options for clack.select
|
|
744
|
+
*/
|
|
745
|
+
function getLanguageOptions() {
|
|
746
|
+
return Object.entries(LANGUAGES).map(([key, lang]) => ({
|
|
747
|
+
value: key,
|
|
748
|
+
label: `${lang.flag} ${lang.name}`,
|
|
749
|
+
}));
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* Get available language names mapped to their locale (for comm language selector)
|
|
754
|
+
* @returns {Array} Options for clack.select
|
|
755
|
+
*/
|
|
756
|
+
function getCommLanguageOptions() {
|
|
757
|
+
return Object.entries(LANGUAGES).map(([, lang]) => ({
|
|
758
|
+
value: lang.name,
|
|
759
|
+
label: `${lang.flag} ${lang.name}`,
|
|
760
|
+
}));
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
module.exports = { LANGUAGES, t, getLanguageOptions, getCommLanguageOptions };
|