48 lines
941 B
PHP
48 lines
941 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'লগইন',
|
|
|
|
'heading' => 'আপনার অ্যাকাউন্টে সাইন ইন করুন',
|
|
|
|
'form' => [
|
|
|
|
'email' => [
|
|
'label' => 'ইমেইল এড্রেস',
|
|
],
|
|
|
|
'password' => [
|
|
'label' => 'পাসওয়ার্ড',
|
|
],
|
|
|
|
'remember' => [
|
|
'label' => 'মনে রাখুন',
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'authenticate' => [
|
|
'label' => 'সাইন ইন',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'messages' => [
|
|
|
|
'failed' => 'আপনার তথ্য পাওয়া যায়নি।',
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'throttled' => [
|
|
'title' => 'অতিরিক্ত চেষ্টা, :seconds সেকেন্ড পর আবার চেষ্টা করুন।',
|
|
],
|
|
|
|
],
|
|
|
|
];
|