mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
292 B
PHP
10 lines
292 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'פרטים אלה אינם תואמים את רישומינו.',
|
|
'password' => 'הסיסמה שגויה.',
|
|
'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.',
|
|
];
|