Files
panel/lang/en/passkeys.php
JoanFo a9cb16e042 Passkeys (#2192)
Co-authored-by: Lance Pioch <git@lance.sh>
2026-06-22 23:59:07 -04:00

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',
];