Added ai info
Some checks failed
Build, Test & Push Frontend / quality-check (push) Failing after 1m21s
Build, Test & Push Frontend / docker (push) Has been skipped

This commit is contained in:
Andreas Dahm
2026-05-22 11:36:50 +02:00
parent 01cf680f79
commit 102cdfcb52
4 changed files with 21 additions and 17 deletions

View File

@@ -6,4 +6,6 @@
<footer class="border-t border-black/[.08] p-fluid-md text-center opacity-80 bg-app-bg">
<small>© {{ currentYear }} Andreas Dahm - {{ `APP.COPYRIGHT` | translate }}</small>
<br />
<small>{{ `APP.AI_NOTICE` | translate }}</small>
</footer>

View File

@@ -1,7 +1,8 @@
{
"APP": {
"TITLE": "Playground",
"COPYRIGHT": "Bilder und Sourcecode sind urheberrechtlich geschützt, keine Nutzung ohne Zustimmung!"
"COPYRIGHT": "Bilder und Sourcecode sind urheberrechtlich geschützt, keine Nutzung ohne Zustimmung!",
"AI_NOTICE": "Diese Seite wurde mit der Hilfe von KI erzeugt."
},
"TOPBAR": {
"ABOUT": "Über mich",

View File

@@ -1,7 +1,8 @@
{
"APP": {
"TITLE": "Playground",
"COPYRIGHT": "Images and code protected by copyright, no use without permission!"
"COPYRIGHT": "Images and code protected by copyright, no use without permission!",
"AI_NOTICE": "This page is created with the help of AI."
},
"TOPBAR": {
"ABOUT": "About me",