mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
search nostr plebs
This commit is contained in:
@@ -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!": ""
|
||||||
}
|
}
|
||||||
@@ -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!"
|
||||||
|
}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@
|
|||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
{{ __('Nostr Plebs') }}
|
{{ __('Plebs on Nostr') }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user