20 lines
840 B
PHP
20 lines
840 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 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' => 'ឈ្មោះគណនីឬលេខសំងាត់មិនត្រឹមត្រូវ',
|
|
'throttle' => 'លោកអ្នកបញ្ចូលព័ត៌មានមិនត្រឹមត្រូវជាច្រើនដង។ សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds seconds.',
|
|
|
|
];
|