Files
cattr/resources/lang/ru/emails.php
Noor E Ilahi 7ccf44f7da first commit
2026-01-09 12:54:53 +05:30

37 lines
1.5 KiB
PHP
Raw Permalink 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
return [
/*
|--------------------------------------------------------------------------
| Email Language Lines
|--------------------------------------------------------------------------
|
*/
'reset_password' => [
'subject' => 'Сброс пароля',
'intro' => 'Вы получили это письмо, потому что мы получили запрос на сброс пароля для вашей учетной записи.',
'action' => 'Сбросить пароль',
'outro' => 'Если вы не запрашивали сброс пароля, проигнорируйте это сообщение.'
],
'invite' => [
'welcome' => 'Добро пожаловать в :name',
'use_these_credentials' => 'Используйте эти учетные данные для вашего первого входа в систему',
'login' => 'Логин',
'password' => 'Пароль',
'login_btn' => 'Войти',
'regards' => 'С уважением, :name',
],
'registration' => [
'welcome' => 'Добро пожаловать в :name!',
'invited' => 'Вы были приглашены в :name.',
'registration' => 'Завершите регистрацию аккаунта, перейдя по этой ссылке.',
'create' => 'Создать аккаунт',
'regards' => 'С уважением, :name',
],
];