mooxphp/moox

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'notification' => 'Benachrichtigung',
    'notifications' => 'Benachrichtigungen',
    'notifiable_type' => 'Notifiable_Typ',
    'notifiable_id' => 'Notifiable ID',
    'hello' => 'Hallo',
];