mooxphp/moox

View on GitHub
packages/passkey/resources/lang/en/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'single' => 'Passkey',
    'plural' => 'Passkeys',
    'breadcrumb' => 'Passkey',
    'title' => 'Passkey',
    'navigation_label' => 'Passkey',
    'navigation_group' => 'Moox User',
    'totalone' => 'Passkey One',
    'totaltwo' => 'Passkey Two',
    'totalthree' => 'Passkey Three',
    'name' => 'Name',
    'started_at' => 'Started at',
    'failed' => 'failed',
    'created_at' => 'Created at',
    'updated_at' => 'Updated at',
    'user_type' => 'User type',
    'username' => 'Username',
    'device' => 'Device',
    'session' => 'Session',
    'credential_id' => 'Credential',
    'public_key' => 'Public key',
];