21 lines
879 B
PHP
21 lines
879 B
PHP
<?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.
|
|
|
|
|
*/
|
|
|
|
'failed' => 'මෙම credentials අපගේ වාර්තා සමඟ නොගැලපේ.',
|
|
'password' => 'සපයා ඇති මුරපදය වැරදියි.',
|
|
'throttle' => 'පිවිසුම් උත්සාහයන් වැඩියි. කරුණාකර මිනිත්තු :minutes කින් නැවත උත්සාහ කරන්න.',
|
|
|
|
);
|