Files
monica/resources/lang/vendor/webauthn/en/errors.php
T
2022-01-13 20:54:34 +01:00

16 lines
445 B
PHP

<?php
/**
* ⚠️ Edition not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'user_unauthenticated' => 'You need to log in before doing a Webauthn authentication',
'auth_data_not_found' => 'Authentication data not found',
'create_data_not_found' => 'Register data not found',
'object_not_found' => 'Object not found',
];