Fix locales issue #43 (#46)

* Fix locales issue #43

* Adding open-direction bottom to the language multiselect
This commit is contained in:
mchev
2024-03-27 11:00:36 +01:00
committed by GitHub
parent 9bb4963e8a
commit 223678e5bd
66 changed files with 10 additions and 9 deletions

19
lang/en/auth.php Normal file
View File

@@ -0,0 +1,19 @@
<?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' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];