Files
CRM/resources/lang/vendor/confirmation/ru/confirmation.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

17 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ Edition not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'message' => 'Спасибо за регистрацию! Чтобы подтвердить аккаунт, пожалуйста, проверьте ваш email.',
'success' => 'Вы успешно подтвердили свой аккаунт. Теперь вы можете войти.',
'again' => 'Вы должны подтвердить свой email, прежде чем получить доступ к сайту.
<br/>Если вы не получили письмо с подтверждением, проверьте папку "Спам".
<br/>Чтобы получить новое письмо с подтверждением, пожалуйста, <a href=":url" class="alert-link">нажмите здесь</a>.',
'resend' => 'Письмо с подтверждением было отправлено. Пожалуйста, проверьте вашу почту.'
];