Files
snipe-it/resources/lang/si-LK/auth.php
T
2025-10-06 10:39:04 +01:00

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 කින් නැවත උත්සාහ කරන්න.',
);