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

@@ -111,7 +111,12 @@
},
"what_customers_say": "What our customers say",
"close": "Close",
"to_order": "Order Now"
"to_order": "Order Now",
"details": "Details",
"customer_opinions": "Customer Opinions",
"errors": {
"select_package": "Please select a package."
}
},
"blog": {
"title": "Fotospiel - Blog",
@@ -128,7 +133,11 @@
"our_blog": "Our Blog",
"latest_posts": "Latest Posts",
"no_posts": "No posts available.",
"read_more_link": "Read More"
"read_more_link": "Read More",
"date_format": "Published on :date",
"post": {
"alt": "Post Image"
}
},
"kontakt": {
"title": "Contact - Fotospiel",
@@ -253,5 +262,37 @@
"meta": {
"title": "Fotospiel - Collect Guest Photos for Events with QR Codes",
"description": "Collect guest photos for events with QR codes. Our secure PWA platform for guests and organizers simple, mobile, and privacy-compliant."
},
"common": {
"unlimited": "Unlimited",
"required": "*",
"loading": "Loading...",
"included": "Included",
"star": "Star",
"date": {
"format": "M d, Y"
},
"pagination": {
"previous": "Previous",
"next": "Next"
},
"contact": {
"errors": {
"name": "Name is required.",
"email": "Email is required.",
"message": "Message is required."
}
},
"testimonials": {
"anna": {
"name": "Anna M."
},
"max": {
"name": "Max S."
},
"lisa": {
"name": "Lisa K."
}
}
}
}