photogeodata/lang/vendor/filament-panels/sr_Cyrl/auth/pages/edit-profile.php
2026-05-12 20:43:17 +02:00

68 lines
1.7 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 [
'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' => 'Захтев за измену адресе е-поште је послат',
'body' => 'Захтев за измену адресе е-поште је послат на :email. Проверите своју е-пошту како би верификовали промену.',
],
'saved' => [
'title' => 'Сачувано',
],
],
'actions' => [
'cancel' => [
'label' => 'Одустани',
],
],
];