mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-07 06:50:15 +00:00
🚀 Add Nostr profile job, Hungarian translations, and Horizon integration
- Introduced `FetchNostrProfileJob` for retrieving and updating user Nostr profiles. - Added Hungarian translations (`auth.php`, `passwords.php`, `validation.php`, and others) for improved localization. - Integrated Laravel Horizon for enhanced queue management (`HorizonServiceProvider` added, `composer.json` updated). - Updated German and Spanish language files to fix duplicate keys. - Minor route addition for testing Nostr profile job dispatch.
This commit is contained in:
11
lang/hu/passwords.php
Normal file
11
lang/hu/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'Az új jelszó beállítva!',
|
||||
'sent' => 'Jelszó-emlékeztető elküldve!',
|
||||
'throttled' => 'Kérjük várjon, mielőtt újra megpróbálná.',
|
||||
'token' => 'Ez az új jelszó generálásához tartozó token érvénytelen.',
|
||||
'user' => 'Nem található felhasználó a megadott email címmel.',
|
||||
];
|
||||
Reference in New Issue
Block a user