laravel lang update + remove lang/_target

This commit is contained in:
xiaomlove
2025-05-05 21:36:39 +07:00
parent 6814e3ca4d
commit c5c20c02d6
97 changed files with 4107 additions and 1448 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'A palavra-passe foi redefinida!',
'sent' => 'O lembrete para a palavra-passe foi enviado!',
'throttled' => 'Por favor aguarde, antes de tentar novamente.',
'token' => 'Este código de recuperação da palavra-passe é inválido.',
'user' => 'Não existe nenhum utilizador com o e-mail indicado.',
];