search nostr plebs

This commit is contained in:
HolgerHatGarKeineNode
2023-08-22 17:18:37 +02:00
parent 68e926a757
commit 99782dd4d1
4 changed files with 23 additions and 5 deletions

View File

@@ -836,5 +836,14 @@
"Suche": "", "Suche": "",
"Wurde zuerst hier gepostet:": "", "Wurde zuerst hier gepostet:": "",
"Bücherverleih": "", "Bücherverleih": "",
"Bindles": "" "Bindles": "",
"Plebs on Nostr": "",
"Followed!": "",
"Follow failed!": "",
"Follow Einundzwanzig plebs": "",
"An overview of all Einundzwanzig plebs who have shared their npub.": "",
"Go to your profile and add your Nostr-npub. After that you can also log in with Nostr here on the portal.": "",
"NIP-07 Login": "",
"Logged into Nostr as:": "",
"NPUB copied!": ""
} }

View File

@@ -876,5 +876,14 @@
"Suche": "", "Suche": "",
"Wurde zuerst hier gepostet:": "", "Wurde zuerst hier gepostet:": "",
"Bücherverleih": "", "Bücherverleih": "",
"Bindles": "" "Bindles": "",
"Plebs on Nostr": "Plebs auf Nostr",
"Followed!": "Gefolgt!",
"Follow failed!": "Follow fehlgeschlagen!",
"Follow Einundzwanzig plebs": "Follow Einundzwanzig Plebs",
"An overview of all Einundzwanzig plebs who have shared their npub.": "Eine Übersicht aller Einundzwanzig Plebs, die ihre npub geteilt haben.",
"Go to your profile and add your Nostr-npub. After that you can also log in with Nostr here on the portal.": "Gehe zu deinem Profil und füge deine Nostr-npub hinzu. Danach kannst du dich auch hier auf dem Portal mit Nostr einloggen.",
"NIP-07 Login": "",
"Logged into Nostr as:": "Eingeoggt in Nostr als:",
"NPUB copied!": "NPUB kopiert!"
} }

View File

@@ -138,7 +138,7 @@
</g> </g>
</g> </g>
</svg> </svg>
{{ __('Nostr Plebs') }} {{ __('Plebs on Nostr') }}
</a> </a>
</div> </div>

View File

@@ -23,6 +23,6 @@
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}" <a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Meetup dates') }}</a> class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Meetup dates') }}</a>
<a href="{{ route('nostr.plebs') }}" <a href="{{ route('nostr.plebs') }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Nostr Plebs') }}</a> class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Plebs on Nostr') }}</a>
</div> </div>
</div> </div>