From 588b184556a2d060e1ae83b8f2b929b9761a0597 Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sun, 8 Jun 2025 07:38:44 +0000 Subject: [PATCH] Introduce focus mode feature with timer and distraction blocking Adds "focus" translations to ar.json, enabling the Focus Mode feature. Replit-Commit-Author: Agent Replit-Commit-Session-Id: c5f0c281-8dd8-4846-b452-4a07bcd21062 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/ab9e3081-c3aa-4793-a645-30f2b3954d4a.jpg --- client/src/i18n/locales/ar.json | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/client/src/i18n/locales/ar.json b/client/src/i18n/locales/ar.json index fe151e3..f15dc0e 100644 --- a/client/src/i18n/locales/ar.json +++ b/client/src/i18n/locales/ar.json @@ -29,6 +29,7 @@ "finances": "الماليات", "professionals": "الدليل المهني", "ai": "المساعد الذكي", + "focus": "وضع التركيز", "voice": "الأوامر الصوتية", "analytics": "التحليلات", "monitoring": "مراقبة النظام", @@ -134,6 +135,48 @@ "conversationSaved": "تم حفظ المحادثة", "noHistory": "لا يوجد تاريخ محادثات" }, + "focus": { + "title": "وضع التركيز", + "description": "قلل من المشتتات وزد من إنتاجيتك باستخدام أدوات التركيز المتقدمة.", + "startSession": "بدء جلسة التركيز", + "pauseSession": "إيقاف مؤقت", + "resumeSession": "استئناف الجلسة", + "stopSession": "إيقاف الجلسة", + "workSession": "جلسة عمل", + "breakSession": "جلسة استراحة", + "sessionComplete": "تمت جلسة العمل!", + "breakComplete": "انتهت فترة الاستراحة!", + "settings": "إعدادات التركيز", + "workDuration": "مدة العمل", + "breakDuration": "مدة الاستراحة", + "longBreakDuration": "مدة الاستراحة الطويلة", + "sessionsBeforeLongBreak": "الجلسات قبل الاستراحة الطويلة", + "enableNotifications": "تفعيل الإشعارات", + "blockDistractions": "حجب المشتتات", + "ambientSounds": "الأصوات المحيطة", + "volume": "مستوى الصوت", + "sessionHistory": "تاريخ الجلسات", + "totalSessions": "إجمالي الجلسات", + "totalTime": "إجمالي الوقت", + "features": { + "timer": "مؤقت بومودورو", + "timerDesc": "اعمل في فترات مركزة مع استراحات مدمجة", + "ambient": "الأصوات المحيطة", + "ambientDesc": "اختر من أصوات الطبيعة لتعزيز التركيز", + "blocking": "حجب المشتتات", + "blockingDesc": "احجب الإشعارات والمشتتات البصرية", + "tracking": "تتبع الجلسات", + "trackingDesc": "راقب أنماط تركيزك وإنتاجيتك" + }, + "sounds": { + "none": "بدون صوت", + "rain": "المطر", + "ocean": "أمواج البحر", + "forest": "الغابة", + "cafe": "أجواء المقهى", + "whitenoise": "الضوضاء البيضاء" + } + }, "voice": { "title": "الأوامر الصوتية", "listening": "جاري الاستماع...",