packages/notifications/resources/lang/en/translations.php
<?php
return [
'single' => 'Notification',
'plural' => 'Notifications',
'breadcrumb' => 'Notification',
'title' => 'Notification',
'navigation_label' => 'Notification',
'navigation_group' => 'Moox Notification',
'totalone' => 'Notification One',
'totaltwo' => 'Notification Two',
'totalthree' => 'Notification Three',
'name' => 'Name',
'started_at' => 'Started at',
'failed' => 'failed',
];