mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
8 lines
284 B
PHP
8 lines
284 B
PHP
<?php
|
|
|
|
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.',
|
|
];
|