168 lines
8.8 KiB
Plaintext
Raw Normal View History

# Help System Translations
# Language: en-US
# Category: Help text and menu items
# Generated by help_string_extractor.nu
help-main-title = PROVISIONING SYSTEM
help-main-subtitle = Layered Infrastructure Automation
help-main-categories = COMMAND CATEGORIES
help-main-categories-hint = Use 'provisioning help <category>' for details
help-main-infrastructure-name = infrastructure
help-main-infrastructure-desc = Server, taskserv, cluster, VM, and infra management
help-main-orchestration-name = orchestration
help-main-orchestration-desc = Workflow, batch operations, and orchestrator control
help-main-development-name = development
help-main-development-desc = Module discovery, layers, versions, and packaging
help-main-workspace-name = workspace
help-main-workspace-desc = Workspace and template management
help-main-platform-name = platform
help-main-platform-desc = Orchestrator, Control Center, MCP, and services
help-main-setup-name = setup
help-main-setup-desc = System setup, configuration, and initialization
help-main-authentication-name = authentication
help-main-authentication-desc = JWT authentication, MFA, and sessions
help-main-plugins-name = plugins
help-main-plugins-desc = Plugin management and plugin operations
help-main-utilities-name = utilities
help-main-utilities-desc = Cache, SOPS, providers, SSH, and tools
help-main-tools-name = tools
help-main-tools-desc = Tool and dependency management
help-main-vm-name = vm
help-main-vm-desc = Virtual machine operations and lifecycle
help-main-diagnostics-name = diagnostics
help-main-diagnostics-desc = System status, health checks, and debugging
help-main-concepts-name = concepts
help-main-concepts-desc = Architecture and key concepts
help-main-guides-name = guides
help-main-guides-desc = Quick guides and cheatsheets
help-main-integrations-name = integrations
help-main-integrations-desc = Prov-ecosystem and provctl bridge
help-error-unknown-category = Unknown help category
help-error-available-categories = Available help categories
help-error-use-help = Use 'provisioning help' for main help
help-infrastructure-title = SERVER & INFRASTRUCTURE
help-infra-intro = Manage servers, taskservs, clusters, and VMs across your infrastructure.
help-infra-server-header = SERVER COMMANDS
help-infra-taskserv-header = TASKSERV COMMANDS
help-infra-cluster-header = CLUSTER COMMANDS
help-setup-title = SYSTEM SETUP & CONFIGURATION
help-development-title = DEVELOPMENT AND MODULES
help-workspace-title = WORKSPACE MANAGEMENT
help-platform-title = PLATFORM SERVICES
help-authentication-title = AUTHENTICATION AND SECURITY
help-mfa-title = MULTI-FACTOR AUTHENTICATION
help-plugins-title = PLUGIN MANAGEMENT
help-utilities-title = UTILITIES & TOOLS
help-tools-title = TOOLS & DEPENDENCIES
help-vm-title = VIRTUAL MACHINE OPERATIONS
help-diagnostics-title = DIAGNOSTICS AND HEALTH CHECKS
help-concepts-title = PROVISIONING CONCEPTS
help-guides-title = QUICK GUIDES AND CHEATSHEETS
help-integrations-title = ECOSYSTEM AND INTEGRATIONS
help-infra-server = Server Operations
help-infra-server-create = Create a new server
help-infra-server-list = List all servers
help-infra-server-status = Show server status
help-infra-server-delete = Delete server
help-infra-server-ssh = SSH into server
help-infra-server-price = Show server pricing
help-infra-taskserv = TaskServ Management
help-infra-taskserv-create = Deploy taskserv to server
help-infra-taskserv-list = List taskservs
help-infra-taskserv-logs = View taskserv logs
help-infra-taskserv-delete = Remove taskserv
help-infra-taskserv-generate = Generate taskserv config
help-infra-taskserv-updates = Check for updates
help-infra-cluster = Cluster Management
help-infra-cluster-create = Create cluster
help-infra-cluster-add-node = Add cluster node
help-infra-cluster-remove-node = Remove cluster node
help-infra-cluster-status = Get cluster status
help-infra-cluster-delete = Delete cluster
help-infra-cluster-list = List clusters
help-infra-vm = Virtual Machine Operations
help-infra-vm-create = Create virtual machine
help-infra-vm-start = Start VM
help-infra-vm-stop = Stop VM
help-infra-vm-reboot = Reboot VM
help-infra-tip = Use filters and selectors to target multiple resources
help-setup-intro = Initialize and configure the provisioning system.
help-setup-initial = INITIAL SETUP
help-setup-system = Complete system setup wizard
help-setup-system-desc = Interactive TUI mode (default), auto-detect OS, setup platform services
help-setup-workspace-header = WORKSPACE SETUP
help-setup-workspace-cmd = provisioning setup workspace <name>
help-setup-workspace-desc = Create new workspace
help-setup-workspace-init = Initialize workspace structure, set active providers
help-setup-provider-header = PROVIDER SETUP
help-setup-provider-cmd = provisioning setup provider <name>
help-setup-provider-desc = Configure cloud provider
help-setup-provider-support = Supported: upcloud, aws, hetzner, local
help-setup-platform-header = PLATFORM SETUP
help-setup-platform-cmd = provisioning setup platform
help-setup-platform-desc = Setup platform services
help-setup-platform-services = Orchestrator, Control Center, KMS Service, MCP Server
help-setup-modes = SETUP MODES
help-setup-interactive = --interactive - Beautiful TUI wizard (default)
help-setup-config = --config <file> - Load settings from TOML/YAML file
help-setup-defaults = --defaults - Auto-detect and use sensible defaults
help-setup-phases = SETUP PHASES:
help-setup-phase-1 = 1. System Setup - Initialize OS-appropriate paths and services
help-setup-phase-2 = 2. Workspace - Create infrastructure project workspace
help-setup-phase-3 = 3. Providers - Register cloud providers with credentials
help-setup-phase-4 = 4. Platform - Launch orchestration and control services
help-setup-phase-5 = 5. Validation - Verify all components working
help-setup-security = SECURITY:
help-setup-security-vault = • RustyVault: Primary credentials storage (encrypt/decrypt at rest)
help-setup-security-sops = • SOPS/Age: Bootstrap encryption for RustyVault key only
help-setup-security-cedar = • Cedar: Fine-grained access policies
help-setup-examples = QUICK START EXAMPLES
help-setup-example-system = provisioning setup system --interactive # TUI setup (recommended)
help-setup-example-workspace = provisioning setup workspace myproject # Create workspace
help-setup-example-provider = provisioning setup provider upcloud # Configure provider
help-setup-example-platform = provisioning setup platform --mode solo # Setup services
help-orchestration-title = ORCHESTRATION & WORKFLOWS
help-orch-intro = Manage workflows, batch operations, and orchestrator services.
help-orch-control-header = ORCHESTRATOR COMMANDS
help-orch-workflows-header = WORKFLOW COMMANDS
help-orch-batch-header = BATCH COMMANDS
help-orch-control = Orchestrator Management
help-orch-start = Start orchestrator [--background]
help-orch-stop = Stop orchestrator
help-orch-status = Check if running
help-orch-health = Health check
help-orch-logs = View logs [--follow]
help-orch-workflows = Single Task Workflows
help-orch-workflow-list = List all workflows
help-orch-workflow-status = Get workflow status
help-orch-workflow-monitor = Monitor in real-time
help-orch-workflow-stats = Show statistics
help-orch-workflow-cleanup = Clean old workflows
help-orch-batch = Multi-Provider Batch Operations
help-orch-batch-submit = Submit Nickel workflow [--wait]
help-orch-batch-list = List batches [--status Running]
help-orch-batch-status = Get batch status
help-orch-batch-monitor = Real-time monitoring
help-orch-batch-rollback = Rollback failed batch
help-orch-batch-cancel = Cancel running batch
help-orch-batch-stats = Show statistics
help-orch-tip = Batch workflows support mixed providers: UpCloud, AWS, and local
help-orch-example = provisioning batch submit deployment.ncl --wait
help-development-intro = Discover modules, layers, versions, and manage packaging.
help-workspace-intro = Create and manage workspaces, templates, and configurations.
help-platform-intro = Launch and manage orchestrator, control center, MCP, and services.
help-authentication-intro = Manage authentication, JWT tokens, MFA, and sessions.
help-mfa-intro = Configure and manage multi-factor authentication methods.
help-plugins-intro = Install, manage, and operate provisioning plugins.
help-utilities-intro = Manage cache, SOPS encryption, SSH keys, and general tools.
help-tools-intro = Manage tools, dependencies, and system utilities.
help-vm-intro = Create and manage virtual machine lifecycle and operations.
help-diagnostics-intro = Check system status, health, run diagnostics, and debugging.
help-concepts-intro = Learn provisioning architecture and core concepts.
help-guides-intro = Quick start guides, tutorials, and reference sheets.
help-integrations-intro = Integrate with prov-ecosystem, provctl, and external services.
help-more-info = Use 'provisioning help <category>' for detailed information.