mooxphp/moox

View on GitHub
packages/user-session/resources/lang/de/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'single' => 'Session',
    'plural' => 'Sessions',
    'breadcrumb' => 'Session',
    'title' => 'Sessions',
    'navigation_label' => 'Sessions',
    'navigation_group' => 'Moox User',
    'totalone' => 'Active Sessions',
    'totaltwo' => 'Unused Sessions',
    'totalthree' => 'Expired Sessions',
    'name' => 'Name',
    'started_at' => 'Gestartet am',
    'failed' => 'failed',
];