mooxphp/moox

View on GitHub
packages/notifications/resources/lang/de/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'single' => 'Notification',
    'plural' => 'Notifications',
    'breadcrumb' => 'Notification',
    'title' => 'Notification',
    'navigation_label' => 'Notification',
    'navigation_group' => 'Moox Notification',
    'totalone' => 'Notification Eins',
    'totaltwo' => 'Notification Zwei',
    'totalthree' => 'Notification Drei',
    'name' => 'Name',
    'started_at' => 'Gestartet am',
    'failed' => 'failed',
];