mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
20 lines
940 B
PHP
20 lines
940 B
PHP
<?php
|
|
|
|
return [
|
|
'authenticate_using_passkey' => 'Authenticate using a passkey',
|
|
'create' => 'Create',
|
|
'delete' => 'Delete',
|
|
'error_something_went_wrong_generating_the_passkey' => 'Something went wrong generating the passkey',
|
|
'invalid' => 'Invalid passkey',
|
|
'last_used' => 'Last used',
|
|
'name' => 'Name',
|
|
'name_placeholder' => 'My passkey',
|
|
'no_passkeys_registered' => 'No passkeys registered',
|
|
'not_used_yet' => 'Not used yet',
|
|
'passkeys' => 'Passkeys',
|
|
'description' => 'Passkeys let you log in without needing a password. Instead of a password, you can generate a passkey which will be stored in 1Password, macOS password app, or alternative app on your favourite OS.',
|
|
'created_notification_title' => 'Your passkey has been created',
|
|
'deleted_notification_title' => 'Your passkey has been deleted',
|
|
'registration_failed_notification_title' => 'Passkey registration failed',
|
|
];
|