2022-05-24 15:07:14 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Authentication Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
|
|
| messages that we need to display to the user. You are free to modify
|
|
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2024-12-12 11:22:56 -08:00
|
|
|
'failed' => 'Aqoonsigani kuma jiro diiwaankeenna.',
|
2024-03-08 06:01:34 -08:00
|
|
|
'password' => 'Furaha sirta ah ee la bixiyay waa khalad.',
|
2024-12-12 11:22:56 -08:00
|
|
|
'throttle' => 'Isku dayo gelitaan oo badan ayaa dhacay. Fadlan isku day markale :seconds ilbiriqsi gudahood.',
|
2022-05-24 15:07:14 -07:00
|
|
|
|
|
|
|
);
|