feat(i18n): localize 404, 500, billing_success, about, verify_email_sent templates

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-12 10:25:34 +00:00
parent 8c77982109
commit 6de11e25bf
6 changed files with 136 additions and 79 deletions
+64 -1
View File
@@ -835,5 +835,68 @@
"pipelines.ocr_language_label": "OCR Language",
"pipelines.ocr_auto": "Auto (use system default)",
"pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.",
"common.select_placeholder": "— select —"
"common.select_placeholder": "— select —",
"error.404_title": "404 - Not Found",
"error.500_title": "Server Error - DocuElevate",
"error.500_img_alt": "Illustration of a server error",
"error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?",
"error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.",
"error.500_debug_info": "Show Debug Info",
"billing.success_page_title": "DocuElevate - Subscription Activated",
"billing.success_heading": "You're all set!",
"billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!",
"billing.manage_subscription": "Manage subscription",
"billing.go_to_dashboard": "Go to dashboard",
"about.page_title": "About DocuElevate",
"about.heading": "About DocuElevate",
"about.intro_pre": "Welcome to ",
"about.intro_post": " your modern, intelligent solution for document processing! Weve built DocuElevate to completely transform the way you handle your documents from upload to extraction, from processing to storage.",
"about.story_heading": "Our Story",
"about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether youre a small startup or a large enterprise.",
"about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.",
"about.features_heading": "Key Features",
"about.features_processing_heading": "Document Processing",
"about.features_processing_upload": "Simple and secure file uploads with drag & drop support",
"about.features_processing_ocr": "OCR powered by Azure Document Intelligence",
"about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider",
"about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg",
"about.features_processing_classification": "Intelligent document classification and date extraction",
"about.features_integration_heading": "Integration & Storage",
"about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)",
"about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3",
"about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV",
"about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding",
"about.features_automation_heading": "Automation",
"about.features_automation_imap": "IMAP inbox polling from multiple sources",
"about.features_automation_gmail": "Gmail and generic email account integration",
"about.features_automation_ingestion": "Automated document ingestion from various inputs",
"about.features_automation_background": "Background processing with Redis and Celery",
"about.features_admin_heading": "Administration",
"about.features_admin_api": "Powerful REST API for programmatic access",
"about.features_admin_oauth2": "OAuth2 authentication support with Authentik",
"about.features_admin_config": "Highly configurable via environment variables",
"about.features_admin_docker": "Docker-ready for easy deployment and scaling",
"about.creator_heading": "Meet the Creator",
"about.creator_pre": "DocuElevate is passionately developed by",
"about.creator_name": "Christian Krakau-Louis",
"about.legal_heading": "Privacy & Legal",
"about.legal_description": "We care about your privacy and data security. Please review our:",
"about.legal_privacy": "Privacy Notice",
"about.legal_license": "License Information",
"about.involved_heading": "Get Involved",
"about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?",
"about.github_logo_alt": "GitHub Logo",
"about.involved_github": "View DocuElevate on GitHub",
"about.involved_website": "Visit DocuElevate Website",
"about.involved_docs": "Read the Documentation",
"auth.verify_email_page_title": "DocuElevate - Verify Your Email",
"auth.verify_email_heading": "Check your inbox",
"auth.verify_email_message": "Weve sent you a verification email. Please click the link in the email to activate your account.",
"auth.verify_email_expiry": "The link expires in 24 hours. If you dont see the email, check your spam folder.",
"auth.verify_email_resend_prompt": "Didnt receive it?",
"auth.verify_email_resend_label": "Email address",
"auth.verify_email_resend_placeholder": "Enter your email address",
"auth.verify_email_resend_aria_label": "Email address for resend",
"auth.verify_email_resend_button": "Resend verification email",
"auth.verify_email_back_sign_in": "Back to sign in"
}