refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
15
resources/lang/vendor/webauthn/uk/errors.php
vendored
Normal file
15
resources/lang/vendor/webauthn/uk/errors.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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' => 'Об\'єкт не знайдено',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user