notification implemented

This commit is contained in:
root
2026-05-25 13:12:06 -04:00
parent 33b6bb55f0
commit c8bde121fc
31 changed files with 1491 additions and 1291 deletions
@@ -29,6 +29,7 @@ const dictionaries: Record<AdminLanguage, AdminDictionary> = {
adminUsers: 'Admin Users',
billing: 'Billing',
pricing: 'Pricing',
notifications: 'Notifications',
},
logout: 'Logout',
language: 'Language',
@@ -50,6 +51,7 @@ const dictionaries: Record<AdminLanguage, AdminDictionary> = {
adminUsers: 'Utilisateurs admin',
billing: 'Facturation',
pricing: 'Tarification',
notifications: 'Notifications',
},
logout: 'Déconnexion',
language: 'Langue',
@@ -71,6 +73,7 @@ const dictionaries: Record<AdminLanguage, AdminDictionary> = {
adminUsers: 'مستخدمو الإدارة',
billing: 'الفوترة',
pricing: 'الأسعار',
notifications: 'الإشعارات',
},
logout: 'تسجيل الخروج',
language: 'اللغة',