Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
16 lines
594 B
PHP
16 lines
594 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' => 'Вам необхідно увійти в систему перед виконанням аутентифікації Webauthn',
|
||
'auth_data_not_found' => 'Дані аутентифікації не знайдено',
|
||
'create_data_not_found' => 'Реєстраційні дані не знайдені',
|
||
'object_not_found' => 'Об\'єкт не знайдено',
|
||
|
||
];
|