Files
einundzwanzig-app/lang/pl/auth.php
HolgerHatGarKeineNode 6f77108ca2 🌐 Add Polish translations and expand Spanish dictionaries
- Added a new `lang/pl.json` file with comprehensive Polish translations.
- Enhanced `lang/es.json` with additional Spanish keys and phrases for better coverage.
2025-12-02 19:56:35 +01:00

10 lines
240 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Błędny login lub hasło.',
'password' => 'Hasło jest nieprawidłowe.',
'throttle' => 'Za dużo nieudanych prób logowania. Proszę spróbować za :seconds sekund.',
];