diff --git a/imports/i18n/data/en.i18n.json b/imports/i18n/data/en.i18n.json index 87918c182..c3506443c 100644 --- a/imports/i18n/data/en.i18n.json +++ b/imports/i18n/data/en.i18n.json @@ -1313,5 +1313,75 @@ "admin-people-user-active": "User is active - click to deactivate", "admin-people-user-inactive": "User is inactive - click to activate", "accounts-lockout-all-users-unlocked": "All locked users have been unlocked", - "accounts-lockout-unlock-all": "Unlock All" + "accounts-lockout-unlock-all": "Unlock All", + "active-cron-jobs": "Active Cron Jobs", + "add-cron-job": "Add Cron Job", + "add-cron-job-placeholder": "Add Cron Job functionality coming soon", + "attachment-storage-configuration": "Attachment Storage Configuration", + "attachments-path": "Attachments Path", + "attachments-path-description": "Path where attachment files are stored", + "avatars-path": "Avatars Path", + "avatars-path-description": "Path where avatar files are stored", + "board-archive-failed": "Failed to schedule board archive", + "board-archive-scheduled": "Board archive scheduled successfully", + "board-backup-failed": "Failed to schedule board backup", + "board-backup-scheduled": "Board backup scheduled successfully", + "board-cleanup-failed": "Failed to schedule board cleanup", + "board-cleanup-scheduled": "Board cleanup scheduled successfully", + "board-operations": "Board Operations", + "cron-jobs": "Cron Jobs", + "cron-migrations": "Cron Migrations", + "cron-job-delete-confirm": "Are you sure you want to delete this cron job?", + "cron-job-delete-failed": "Failed to delete cron job", + "cron-job-deleted": "Cron job deleted successfully", + "cron-job-pause-failed": "Failed to pause cron job", + "cron-job-paused": "Cron job paused successfully", + "filesystem-path-description": "Base path for file storage", + "gridfs-enabled": "GridFS Enabled", + "gridfs-enabled-description": "Use MongoDB GridFS for file storage", + "migration-pause-failed": "Failed to pause migrations", + "migration-paused": "Migrations paused successfully", + "migration-progress": "Migration Progress", + "migration-start-failed": "Failed to start migrations", + "migration-started": "Migrations started successfully", + "migration-status": "Migration Status", + "migration-stop-confirm": "Are you sure you want to stop all migrations?", + "migration-stop-failed": "Failed to stop migrations", + "migration-stopped": "Migrations stopped successfully", + "mongodb-gridfs-storage": "MongoDB GridFS Storage", + "pause-all-migrations": "Pause All Migrations", + "s3-access-key": "S3 Access Key", + "s3-access-key-description": "AWS S3 access key for authentication", + "s3-access-key-placeholder": "Enter S3 access key", + "s3-bucket": "S3 Bucket", + "s3-bucket-description": "S3 bucket name for storing files", + "s3-connection-failed": "S3 connection failed", + "s3-connection-success": "S3 connection successful", + "s3-enabled": "S3 Enabled", + "s3-enabled-description": "Use AWS S3 or MinIO for file storage", + "s3-endpoint": "S3 Endpoint", + "s3-endpoint-description": "S3 endpoint URL (e.g., s3.amazonaws.com or minio.example.com)", + "s3-minio-storage": "S3/MinIO Storage", + "s3-port": "S3 Port", + "s3-port-description": "S3 endpoint port number", + "s3-region": "S3 Region", + "s3-region-description": "AWS S3 region (e.g., us-east-1)", + "s3-secret-key": "S3 Secret Key", + "s3-secret-key-description": "AWS S3 secret key for authentication", + "s3-secret-key-placeholder": "Enter S3 secret key", + "s3-secret-key-required": "S3 secret key is required", + "s3-settings-save-failed": "Failed to save S3 settings", + "s3-settings-saved": "S3 settings saved successfully", + "s3-ssl-enabled": "S3 SSL Enabled", + "s3-ssl-enabled-description": "Use SSL/TLS for S3 connections", + "save-s3-settings": "Save S3 Settings", + "schedule-board-archive": "Schedule Board Archive", + "schedule-board-backup": "Schedule Board Backup", + "schedule-board-cleanup": "Schedule Board Cleanup", + "scheduled-board-operations": "Scheduled Board Operations", + "start-all-migrations": "Start All Migrations", + "stop-all-migrations": "Stop All Migrations", + "test-s3-connection": "Test S3 Connection", + "writable-path": "Writable Path", + "writable-path-description": "Base directory path for file storage" }