2019-09-16 17:27:52 +00:00
|
|
|
<?php
|
2019-09-16 18:07:25 +00:00
|
|
|
|
2019-09-16 17:27:52 +00:00
|
|
|
return [
|
2019-09-16 18:07:25 +00:00
|
|
|
|
2019-09-16 17:27:52 +00:00
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
|
*/
|
2019-09-16 17:39:19 +00:00
|
|
|
'failed' => 'Nid yw\'r manylion mewngofnodi hyn yn cyd-fynd â\'n cofnodion.',
|
2019-09-16 17:27:52 +00:00
|
|
|
'throttle' => 'Gormod o ymdrechion mewngofnodi. Rhowch gynnig arall arni mewn :seconds eiliadau.',
|
2019-09-16 18:07:25 +00:00
|
|
|
|
2019-09-16 17:27:52 +00:00
|
|
|
];
|