feat: enhance HeaderLayout with user profile menu and notifications, update translations for common terms

This commit is contained in:
Firman Ramdhani
2026-07-03 15:51:00 +07:00
parent 5040d41152
commit f9df63a27d
3 changed files with 174 additions and 23 deletions
+11 -1
View File
@@ -9,6 +9,16 @@
"delete": "Delete",
"edit": "Edit",
"duplicate": "Duplicate",
"view": "View"
"view": "View",
"preferences": "Preferences",
"language": "Language",
"application": "Application",
"accountSettings": "Account Settings",
"myProfile": "My Profile",
"workspace": "Workspace",
"switchWorkspace": "Switch Workspace",
"signOut": "Sign Out",
"english": "English",
"indonesian": "Indonesia"
}
}
+11 -1
View File
@@ -9,6 +9,16 @@
"delete": "Hapus",
"edit": "Ubah",
"duplicate": "Duplikat",
"view": "Lihat"
"view": "Lihat",
"preferences": "Preferensi",
"language": "Bahasa",
"application": "Aplikasi",
"accountSettings": "Pengaturan Akun",
"myProfile": "Profil Saya",
"workspace": "Ruang Kerja",
"switchWorkspace": "Ganti Ruang Kerja",
"signOut": "Keluar",
"english": "Inggris",
"indonesian": "Indonesia"
}
}