Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
16 lines
490 B
PHP
16 lines
490 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' => 'Vous devez vous connecter avant de faire une authentification Webauthn',
|
||
'auth_data_not_found' => 'Données d’authentification introuvables',
|
||
'create_data_not_found' => 'Données d’enregistrement non trouvées',
|
||
'object_not_found' => 'Objet introuvable',
|
||
|
||
];
|