feat: implement notification dropdown component and add localized notification strings
This commit is contained in:
@@ -19,6 +19,14 @@
|
||||
"switchWorkspace": "Switch Workspace",
|
||||
"signOut": "Sign Out",
|
||||
"english": "English",
|
||||
"indonesian": "Indonesia"
|
||||
"indonesian": "Indonesia",
|
||||
"notifications_title": "Notifications",
|
||||
"notifications_unread": "Unread",
|
||||
"notifications_all": "All",
|
||||
"notifications_markAllAsRead": "Mark all as read",
|
||||
"notifications_viewAll": "View all notifications",
|
||||
"notifications_emptyState": "No new notifications",
|
||||
"notifications_justNow": "Just now",
|
||||
"notifications_hoursAgo": "hours ago"
|
||||
}
|
||||
}
|
||||
@@ -19,6 +19,14 @@
|
||||
"switchWorkspace": "Ganti Ruang Kerja",
|
||||
"signOut": "Keluar",
|
||||
"english": "Inggris",
|
||||
"indonesian": "Indonesia"
|
||||
"indonesian": "Bahasa Indonesia",
|
||||
"notifications_title": "Notifikasi",
|
||||
"notifications_unread": "Belum dibaca",
|
||||
"notifications_all": "Semua",
|
||||
"notifications_markAllAsRead": "Tandai semua dibaca",
|
||||
"notifications_viewAll": "Lihat semua notifikasi",
|
||||
"notifications_emptyState": "Tidak ada notifikasi baru",
|
||||
"notifications_justNow": "Baru saja",
|
||||
"notifications_hoursAgo": "jam lalu"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user