Added ai info
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user