diff --git a/client/src/i18n/locales/ar.json b/client/src/i18n/locales/ar.json index 8d5aea3..5426e53 100644 --- a/client/src/i18n/locales/ar.json +++ b/client/src/i18n/locales/ar.json @@ -319,7 +319,10 @@ "browserNative": "متصفح أصلي", "azureSpeech": "Azure Speech", "active": "نشط", - "requestsThisMonth": "طلب هذا الشهر" + "requestsThisMonth": "طلب هذا الشهر", + "claude3Active": "Claude 3 Sonnet - نشط", + "apiUsageValue": "2,341 طلب هذا الشهر", + "saveAiSettings": "حفظ إعدادات الذكاء الاصطناعي" }, "auth": { "login": "تسجيل الدخول", diff --git a/client/src/pages/SettingsPage.tsx b/client/src/pages/SettingsPage.tsx index 467d20a..c315a21 100644 --- a/client/src/pages/SettingsPage.tsx +++ b/client/src/pages/SettingsPage.tsx @@ -344,18 +344,18 @@ export default function SettingsPage() {
Current Model Status
-Claude 3 Sonnet - Active
+{t('settings.currentModelStatus')}
+{t('settings.claude3Active')}
API Usage
-2,341 requests this month
+{t('settings.apiUsage')}
+{t('settings.apiUsageValue')}