126 lines
5.4 KiB
Plaintext
126 lines
5.4 KiB
Plaintext
# Forms Translations
|
|
# Language: en-US
|
|
# Category: TypeDialog form strings
|
|
# Generated by form_string_extractor.nu
|
|
|
|
# ============================================================================
|
|
# Unified Setup Form (forms-provisioning)
|
|
# ============================================================================
|
|
|
|
form-project_header-title = 📦 Project Information
|
|
form-project_name-prompt = Project name
|
|
form-project_name-help = Project name (lowercase alphanumeric with hyphens)
|
|
form-project_name-placeholder = my-app
|
|
form-project_version-prompt = Project version
|
|
form-project_version-help = Semantic version (X.Y.Z)
|
|
form-project_version-placeholder = 0.1.0
|
|
form-project_description-prompt = Project description
|
|
form-project_description-help = Brief description of the project
|
|
form-project_description-placeholder = API service for managing resources
|
|
|
|
# Database Configuration
|
|
form-database_header-title = 🗄️ Database Configuration
|
|
form-database_type-prompt = Database type
|
|
form-database_type-help = Choose your database system
|
|
form-database_type-option-postgres = PostgreSQL (Recommended)
|
|
form-database_type-option-mysql = MySQL/MariaDB
|
|
form-database_type-option-mongodb = MongoDB
|
|
form-database_type-option-sqlite = SQLite (Development)
|
|
|
|
# API Service Configuration
|
|
form-api_header-title = 🚀 API Service Configuration
|
|
form-api_service_name-prompt = API service name
|
|
form-api_service_name-help = Name of your API service
|
|
form-api_service_name-placeholder = api-service
|
|
form-api_container_port-prompt = Container port
|
|
form-api_container_port-help = Internal container port
|
|
form-api_container_port-placeholder = 8000
|
|
form-api_host_port-prompt = Host port
|
|
form-api_host_port-help = External port on host machine
|
|
form-api_host_port-placeholder = 8000
|
|
form-api_healthcheck_endpoint-prompt = Health check endpoint
|
|
form-api_healthcheck_endpoint-help = Endpoint for health checks
|
|
form-api_healthcheck_endpoint-placeholder = /health
|
|
form-api_replicas-prompt = Number of replicas
|
|
form-api_replicas-help = How many replicas to run
|
|
form-api_replicas-placeholder = 1
|
|
|
|
# Deployment Options
|
|
form-deployment_header-title = ⚙️ Deployment Options
|
|
form-deployment_target-prompt = Deployment target
|
|
form-deployment_target-help = Where to deploy your application
|
|
form-deployment_target-option-docker = Docker Compose (Local Development)
|
|
form-deployment_target-option-kubernetes = Kubernetes (Production)
|
|
form-deployment_target-option-cloud = Cloud (AWS, Azure, GCP)
|
|
|
|
# Advanced Options
|
|
form-advanced_header-title = 🔧 Advanced Options
|
|
form-enable_monitoring-prompt = Enable monitoring?
|
|
form-enable_monitoring-help = Enable Prometheus monitoring and alerting
|
|
form-enable_tls-prompt = Enable TLS/SSL?
|
|
form-enable_tls-help = Encrypt all communications with TLS
|
|
|
|
# Security & Authentication
|
|
form-security_header-title = 🔐 Security & Authentication
|
|
form-auth_method-prompt = Authentication method
|
|
form-auth_method-help = Choose authentication strategy
|
|
form-auth_method-option-jwt = JWT (JSON Web Tokens)
|
|
form-auth_method-option-oauth2 = OAuth 2.0
|
|
form-auth_method-option-saml = SAML 2.0
|
|
form-auth_method-option-none = No Authentication
|
|
|
|
# Terms & Conditions
|
|
form-terms_header-title = 📋 Terms & Conditions
|
|
form-agree_terms-prompt = I agree to the terms of service
|
|
form-agree_terms-help = You must agree to proceed
|
|
form-subscribe_newsletter-prompt = Subscribe to updates
|
|
form-subscribe_newsletter-help = Receive news about features and updates
|
|
form-save_address-prompt = Save my address
|
|
form-save_address-help = Remember this address for future use
|
|
|
|
# ============================================================================
|
|
# Core Forms (forms-core)
|
|
# ============================================================================
|
|
|
|
# Auth Login Form
|
|
form-username-prompt = Username
|
|
form-username-help = Enter your username or email
|
|
form-username-placeholder = user@example.com
|
|
form-password-prompt = Password
|
|
form-password-help = Enter your password
|
|
form-remember_me-prompt = Remember me
|
|
form-remember_me-help = Stay logged in on this device
|
|
form-forgot_password-prompt = Forgot password?
|
|
form-forgot_password-help = Reset your password
|
|
|
|
# Setup Wizard Form
|
|
form-setup_wizard_header-title = 🛠️ Setup Wizard
|
|
form-setup_step-prompt = Setup step
|
|
form-setup_step-help = Choose your setup preference
|
|
form-setup_step-option-quick = Quick Setup (5 minutes)
|
|
form-setup_step-option-standard = Standard Setup (15 minutes)
|
|
form-setup_step-option-advanced = Advanced Setup (30+ minutes)
|
|
|
|
# MFA Enroll Form
|
|
form-mfa_method-prompt = MFA Method
|
|
form-mfa_method-help = Choose two-factor authentication method
|
|
form-mfa_method-option-totp = Authenticator App (TOTP)
|
|
form-mfa_method-option-sms = SMS Text Message
|
|
form-mfa_method-option-backup = Backup Codes
|
|
form-mfa_device_name-prompt = Device name
|
|
form-mfa_device_name-help = Give this device a descriptive name
|
|
form-mfa_device_name-placeholder = My Phone
|
|
|
|
# ============================================================================
|
|
# Infrastructure Forms (Delete Confirmations)
|
|
# ============================================================================
|
|
|
|
form-delete_confirm_header-title = ⚠️ Confirm Deletion
|
|
form-confirm_action-prompt = Are you sure you want to delete?
|
|
form-confirm_action-help = This action cannot be undone
|
|
form-confirm_name-prompt = Type resource name to confirm
|
|
form-confirm_name-help = Type the exact name of the resource
|
|
form-keep_data-prompt = Keep associated data?
|
|
form-keep_data-help = Preserve related configuration and backups
|
|
|