mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 12:37: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' => 'Τα στοιχεία αυτά δεν ταιριάζουν με τα δικά μας.',
|
||||
'password' => 'Ο κωδικός είναι λανθασμένος.',
|
||||
'throttle' => 'Πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
|
||||
];
|
||||
Reference in New Issue
Block a user