feat(ui): add i18n support for profile dropdown

This commit is contained in:
rustmailer
2025-12-26 14:45:43 +08:00
parent 0f3ad83004
commit e8a15695d8
19 changed files with 151 additions and 6 deletions
+8
View File
@@ -1370,5 +1370,13 @@
"title": "لم يتم العثور على أدوار",
"desc": "لم تقم بإنشاء أي أدوار مخصصة بعد."
}
},
"profile": {
"avatar_alt": "الصورة الشخصية",
"menu": {
"profile": "الملف الشخصي",
"settings": "الإعدادات",
"sign_out": "تسجيل الخروج"
}
}
}