Add voice AI capabilities and trial options to landing page

Implements i18n for voice commands, adds AI features and trial buttons to LandingPage.tsx, and updates ar.json/en.json.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 5a4f78b4-6a2e-4391-b005-5544e086dac8
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/5512ebaf-680c-4b63-86d3-0a733fc165c0.jpg
This commit is contained in:
ghaddaditw
2025-06-08 08:55:32 +00:00
parent 3ab8f3f325
commit 3dab891179
3 changed files with 74 additions and 12 deletions
+32 -1
View File
@@ -282,7 +282,38 @@
"taskManagement": "إدارة المهام",
"taskManagementDesc": "إنشاء المهام بالأوامر الصوتية",
"financialTracking": "تتبع الشؤون المالية",
"financialTrackingDesc": "تسجيل تلقائي للنفقات"
"financialTrackingDesc": "تسجيل تلقائي للنفقات",
"startFreeTrial": "ابدأ تجربة مجانية",
"viewDemo": "عرض التجربة",
"tryVoiceCommands": "جرب الأوامر الصوتية",
"stopListening": "إيقاف الاستماع",
"startVoiceDemo": "ابدأ التجربة الصوتية",
"trySaying": "جرب قول:",
"createTaskExample": "أنشئ مهمة لمراجعة الميزانية",
"addExpenseExample": "أضف مصروف 50 ريال للبقالة",
"showScheduleExample": "أظهر لي جدول اليوم",
"completeOfflineVoiceAI": "ذكاء صوتي كامل بدون إنترنت",
"enterpriseGradeDesc": "إدارة مهام وشؤون مالية من الدرجة المؤسسية مع معالجة ذكاء اصطناعي محلي",
"localAIModels": "نماذج ذكاء اصطناعي محلية",
"localAIDesc": "معالجة تحويل الكلام إلى نص والنص إلى كلام بالكامل بدون إنترنت. لا تخرج البيانات من مكانك.",
"baseModelsIncluded": "النماذج الأساسية متضمنة",
"swappableArchitecture": "هيكلة نماذج قابلة للتبديل",
"voiceTaskCreation": "إنشاء المهام بالصوت",
"voiceTaskDesc": "إنشاء وتحديث وإدارة المهام باستخدام أوامر صوتية طبيعية مع تحليل ذكي.",
"naturalLanguageProcessing": "معالجة اللغة الطبيعية",
"smartDateExtraction": "استخراج ذكي للتاريخ والوقت",
"voiceFinancialTracking": "تتبع الشؤون المالية بالصوت",
"voiceFinancialDesc": "تسجيل النفقات والدخل بالصوت مع تصنيف تلقائي ومعالجة الإيصالات.",
"autoCategorization": "تصنيف تلقائي",
"receiptOCR": "تكامل قراءة الإيصالات",
"completePrivacy": "خصوصية كاملة",
"privacyDesc": "تتم جميع معالجات الصوت محلياً. لا اعتماد على السحابة، سيادة كاملة للبيانات.",
"onPremiseDeployment": "نشر محلي",
"encryptedStorage": "تخزين محلي مشفر",
"realTimeProcessing": "معالجة فورية",
"realTimeDesc": "تحويل فوري من الصوت إلى النص واستجابات ذكية فورية للتفاعل السلس.",
"subSecondResponse": "وقت استجابة أقل من ثانية",
"continuousListening": "وضع الاستماع المستمر"
},
"dashboard": {
"title": "لوحة التحكم",
+32 -1
View File
@@ -321,7 +321,38 @@
"taskManagement": "Task Management",
"taskManagementDesc": "Voice-powered task creation",
"financialTracking": "Financial Tracking",
"financialTrackingDesc": "Automated expense logging"
"financialTrackingDesc": "Automated expense logging",
"startFreeTrial": "Start Free Trial",
"viewDemo": "View Demo",
"tryVoiceCommands": "Try Voice Commands",
"stopListening": "Stop Listening",
"startVoiceDemo": "Start Voice Demo",
"trySaying": "Try saying:",
"createTaskExample": "Create a task to review budget",
"addExpenseExample": "Add $50 expense for groceries",
"showScheduleExample": "Show me today's schedule",
"completeOfflineVoiceAI": "Complete Offline Voice AI",
"enterpriseGradeDesc": "Enterprise-grade task and financial management with local AI processing",
"localAIModels": "Local AI Models",
"localAIDesc": "Speech-to-text and text-to-speech processing entirely offline. No data leaves your premises.",
"baseModelsIncluded": "Base models included",
"swappableArchitecture": "Swappable model architecture",
"voiceTaskCreation": "Voice Task Creation",
"voiceTaskDesc": "Create, update, and manage tasks using natural voice commands with intelligent parsing.",
"naturalLanguageProcessing": "Natural language processing",
"smartDateExtraction": "Smart date/time extraction",
"voiceFinancialTracking": "Voice Financial Tracking",
"voiceFinancialDesc": "Record expenses and income through voice with automatic categorization and receipt parsing.",
"autoCategorization": "Auto-categorization",
"receiptOCR": "Receipt OCR integration",
"completePrivacy": "Complete Privacy",
"privacyDesc": "All voice processing happens locally. Zero cloud dependencies, complete data sovereignty.",
"onPremiseDeployment": "On-premise deployment",
"encryptedStorage": "Encrypted local storage",
"realTimeProcessing": "Real-time Processing",
"realTimeDesc": "Instant voice-to-text conversion and immediate AI responses for seamless interaction.",
"subSecondResponse": "Sub-second response time",
"continuousListening": "Continuous listening mode"
},
"dashboard": {
"title": "Dashboard",