diff --git a/client/src/components/layout/Header.tsx b/client/src/components/layout/Header.tsx index a5b5802..24bbb30 100644 --- a/client/src/components/layout/Header.tsx +++ b/client/src/components/layout/Header.tsx @@ -65,7 +65,7 @@ export default function Header() { href="/dashboard" className="transition-colors hover:text-foreground/80 text-foreground" > - Dashboard + {t('navigation.dashboard')} )} @@ -77,7 +77,7 @@ export default function Header() { {/* Voice Status Indicator */}
- Voice Ready + {t('voice.ready')}
{/* Language Switcher */} @@ -132,26 +132,26 @@ export default function Header() { setLocation("/settings")}> - Settings + {t('navigation.settings')} setLocation("/profile")}> - Profile + {t('navigation.profile')} - Log out + {t('navigation.logout')} ) : (
)} diff --git a/client/src/i18n/locales/ar.json b/client/src/i18n/locales/ar.json index a0f7da2..e32dc0e 100644 --- a/client/src/i18n/locales/ar.json +++ b/client/src/i18n/locales/ar.json @@ -234,7 +234,8 @@ "voiceActivated": "مفعل صوتياً", "speakingRate": "معدل الكلام", "voicePitch": "نبرة الصوت", - "voiceVolume": "مستوى الصوت" + "voiceVolume": "مستوى الصوت", + "ready": "الصوت جاهز" }, "settings": { "title": "الإعدادات",