Init
This commit is contained in:
9
lang/bn/auth.php
Normal file
9
lang/bn/auth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'এই পরিচয়পত্র আমাদের রেকর্ডের সাথে মেলে না।',
|
||||
'password' => 'পাসওয়ার্ড ভুল।',
|
||||
'throttle' => 'লগইন করার জন্য অনেকবার চেষ্টা করেছেন, :seconds সেকেন্ড পরে পুনরায় চেষ্টা করুন।',
|
||||
];
|
||||
Reference in New Issue
Block a user