mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
laravel lang update + remove lang/_target
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Tyto přihlašovací údaje neodpovídají žadnému záznamu.',
|
||||
'password' => 'Heslo je nesprávné.',
|
||||
'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.',
|
||||
];
|
||||
Reference in New Issue
Block a user