mehr übersetzungen, added pending purchase indicator. datenschutzfenster funktioniert.

This commit is contained in:
Codex Agent
2025-10-03 15:31:54 +02:00
parent 60f8de9162
commit c87cfb2c10
17 changed files with 410 additions and 52 deletions

View File

@@ -120,7 +120,12 @@
"euro": "€"
},
"view_details": "Details ansehen",
"feature": "Feature"
"feature": "Feature",
"details": "Details",
"customer_opinions": "Kundenmeinungen",
"errors": {
"select_package": "Bitte wählen Sie ein Paket aus."
}
},
"blog": {
"title": "Fotospiel - Blog",
@@ -137,7 +142,11 @@
"our_blog": "Unser Blog",
"latest_posts": "Neueste Beiträge",
"no_posts": "Keine Beiträge verfügbar.",
"read_more_link": "Mehr lesen"
"read_more_link": "Mehr lesen",
"date_format": "Veröffentlicht am :date",
"post": {
"alt": "Beitragsbild"
}
},
"kontakt": {
"title": "Kontakt - Fotospiel",
@@ -262,5 +271,37 @@
"meta": {
"title": "Fotospiel - Sammle Gastfotos für Events mit QR-Codes",
"description": "Sammle Gastfotos für Events mit QR-Codes. Unsere sichere PWA-Plattform für Gäste und Organisatoren einfach, mobil und datenschutzkonform."
},
"common": {
"unlimited": "Unbegrenzt",
"required": "*",
"loading": "Laden...",
"included": "Enthalten",
"star": "Stern",
"date": {
"format": "d.m.Y"
},
"pagination": {
"previous": "Zurück",
"next": "Weiter"
},
"contact": {
"errors": {
"name": "Name ist erforderlich.",
"email": "E-Mail ist erforderlich.",
"message": "Nachricht ist erforderlich."
}
},
"testimonials": {
"anna": {
"name": "Anna M."
},
"max": {
"name": "Max S."
},
"lisa": {
"name": "Lisa K."
}
}
}
}