add podcasts

This commit is contained in:
Benjamin Takats
2023-01-24 18:26:44 +01:00
parent 379f584ce6
commit 0d7e918ef2
11 changed files with 32 additions and 11 deletions

View File

@@ -695,5 +695,6 @@
"Library items without tags": "Einträge ohne Tags", "Library items without tags": "Einträge ohne Tags",
"Filter": "", "Filter": "",
"no location set": "kein Ort gesetzt", "no location set": "kein Ort gesetzt",
"Open on Youtube": "Auf Youtube öffnen" "Open on Youtube": "Auf Youtube öffnen",
"You do not have permission to view the page.": "Du hast keine Berechtigung, die Seite anzuzeigen."
} }

View File

@@ -689,5 +689,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -689,5 +689,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -690,5 +690,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -664,5 +664,6 @@
"Library items without tags": "", "Library items without tags": "",
"Filter": "", "Filter": "",
"no location set": "", "no location set": "",
"Open on Youtube": "" "Open on Youtube": "",
"You do not have permission to view the page.": ""
} }

View File

@@ -1 +1,12 @@
Translators please contact me at https://t.me/HolgerHatGarKeineNode <x-app-layout class="h-full">
<main class="min-h-full bg-cover bg-top sm:bg-top" style="background-image: url('https://images.unsplash.com/photo-1545972154-9bb223aac798?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3050&q=80&exp=8&con=-15&sat=-75')">
<div class="mx-auto max-w-7xl py-16 px-6 text-center sm:py-24 lg:px-8 lg:py-48">
<p class="text-base font-semibold text-black text-opacity-50">404</p>
<h1 class="mt-2 text-4xl font-bold tracking-tight text-white sm:text-5xl">Uh oh! I think youre lost.</h1>
<p class="mt-2 text-lg font-medium text-black text-opacity-50">{{ __('You do not have permission to view the page.') }}</p>
<div class="mt-6">
<a href="#" class="inline-flex items-center rounded-md border border-transparent bg-white bg-opacity-75 px-4 py-2 text-sm font-medium text-black text-opacity-75 sm:bg-opacity-25 sm:hover:bg-opacity-50">Go back home</a>
</div>
</div>
</main>
</x-app-layout>