mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'As credenciais indicadas não coincidem com as registadas no sistema.',
|
||||
'password' => 'A password está errada.',
|
||||
'throttle' => 'O número limite de tentativas de login foi atingido. Por favor tente novamente dentro de :seconds segundos.',
|
||||
];
|
||||
return array (
|
||||
'failed' => 'As credenciais indicadas não coincidem com as registadas no sistema.',
|
||||
'password' => 'A password está errada.',
|
||||
'throttle' => 'O número limite de tentativas de login foi atingido. Por favor tente novamente dentro de :seconds segundos.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user