Files
tbbank-new/lang/vendor/filament-panels/ru/auth/pages/edit-profile.php
2025-10-22 20:08:22 +05:00

69 lines
1.7 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
return [
'label' => 'Профиль',
'form' => [
'email' => [
'label' => 'Адрес электронной почты',
],
'name' => [
'label' => 'Имя',
],
'password' => [
'label' => 'Новый пароль',
'validation_attribute' => 'пароль',
],
'password_confirmation' => [
'label' => 'Подтвердите новый пароль',
'validation_attribute' => 'подтверждение пароля',
],
'current_password' => [
'label' => 'Текущий пароль',
'below_content' => 'В целях безопасности подтвердите ваш пароль, чтобы продолжить.',
'validation_attribute' => 'текущий пароль',
],
'actions' => [
'save' => [
'label' => 'Сохранить изменения',
],
],
],
'multi_factor_authentication' => [
'label' => 'Двухфакторная аутентификация (2FA)',
],
'notifications' => [
'email_change_verification_sent' => [
'title' => 'Отправлен запрос на изменение email-адреса',
'body' => 'Запрос на изменение вашего email-адреса отправлен на :email. Проверьте вашу почту для подтверждения изменения.',
],
'saved' => [
'title' => 'Сохранено',
],
],
'actions' => [
'cancel' => [
'label' => 'назад',
],
],
];