feat: add credits page with team acknowledgments and technology stack details

This commit is contained in:
Flavio Fois
2026-02-05 23:42:29 +01:00
parent e9500209a8
commit f1d603cc45
9 changed files with 398 additions and 8 deletions

View File

@@ -123,5 +123,42 @@
"settings_import_invalid": "Invalid settings file.",
"settings_email_dark_viewer_label": "Dark theme for email content",
"settings_email_dark_viewer_hint": "Display email body with a dark background matching the app theme.",
"settings_email_dark_viewer_info": "Info: When disabled, emails will display with their original light background. Some emails may be designed for light backgrounds and look better with this disabled."
"settings_email_dark_viewer_info": "Info: When disabled, emails will display with their original light background. Some emails may be designed for light backgrounds and look better with this disabled.",
"sidebar_credits": "Credits",
"credits_title": "Credits",
"credits_description": "Acknowledgments and attributions for EMLy.",
"credits_about_title": "About EMLy",
"credits_about_description": "\"A slick app that somehow still works, with a badass UI that makes reading emails almost enjoyable.\"",
"credits_about_description_2": " -Someone who clearly hasn't seen the codebase",
"credits_app_tagline": "EML & MSG Viewer for Windows",
"credits_app_description": "EMLy is a lightweight, modern desktop application designed to view .eml and .msg email files. Built with performance and usability in mind, it provides a clean interface for reading emails, viewing attachments, and handling Italian PEC certified emails.",
"credits_team_title": "Development Team",
"credits_team_description": "The people behind EMLy.",
"credits_role_lead_developer": "Lead Developer",
"credits_role_senior_developer": "Senior Developer",
"credits_foisx_desc": "Creator and maintainer of EMLy. Responsible for architecture, development, and design.",
"credits_laky64_desc": "Implemented the custom MSG file parser in Go for native Outlook message support.",
"credits_special_thanks_title": "Special Thanks",
"credits_special_thanks_description": "Contributors who helped make EMLy better in a significant way.",
"credits_made_with": "Made with",
"credits_at_3git": "at 3gIT",
"credits_tech_title": "Built With",
"credits_tech_description": "Core technologies powering EMLy.",
"credits_tech_wails": "Desktop application framework for Go",
"credits_tech_go": "Backend programming language",
"credits_tech_sveltekit": "Frontend application framework",
"credits_tech_svelte": "Reactive UI framework",
"credits_tech_typescript": "Type-safe JavaScript",
"credits_tech_tailwind": "Utility-first CSS framework",
"credits_libraries_title": "Libraries & Packages",
"credits_libraries_description": "Open source packages that make EMLy possible.",
"credits_lib_shadcn": "Beautiful UI components for Svelte",
"credits_lib_lucide": "Beautiful & consistent icon set",
"credits_lib_paraglide": "Type-safe internationalization",
"credits_lib_sonner": "Toast notifications for Svelte",
"credits_lib_pdfjs": "PDF rendering library by Mozilla",
"credits_lib_dompurify": "XSS sanitizer for HTML content",
"credits_license_title": "License & Source",
"credits_license_text": "EMLy is proprietary software developed by 3gIT. All rights reserved. The application uses various open source libraries, each governed by their respective licenses.",
"credits_copyright": "All rights reserved."
}