mehr übersetzungen, added pending purchase indicator. datenschutzfenster funktioniert.
This commit is contained in:
@@ -44,7 +44,18 @@
|
||||
"has_account": "Bereits registriert?",
|
||||
"login": "Anmelden",
|
||||
"errors_title": "Fehler bei der Registrierung:",
|
||||
"privacy_policy": "Datenschutzerklärung"
|
||||
"privacy_policy": "Datenschutzerklärung",
|
||||
"errors": {
|
||||
"first_name": "Vorname ist erforderlich.",
|
||||
"last_name": "Nachname ist erforderlich.",
|
||||
"email": "E-Mail ist erforderlich.",
|
||||
"address": "Adresse ist erforderlich.",
|
||||
"phone": "Telefonnummer ist erforderlich.",
|
||||
"username": "Benutzername ist erforderlich.",
|
||||
"password": "Passwort ist erforderlich.",
|
||||
"confirm_password": "Passwortbestätigung stimmt nicht überein.",
|
||||
"privacy_consent": "Sie müssen der Datenschutzerklärung zustimmen."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"login": "Anmelden",
|
||||
|
||||
35
public/lang/de/common.json
Normal file
35
public/lang/de/common.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"required": "*",
|
||||
"unlimited": "Unbegrenzt",
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"currency": {
|
||||
"euro": "€"
|
||||
},
|
||||
"testimonials": {
|
||||
"anna": {
|
||||
"name": "Anna M."
|
||||
},
|
||||
"max": {
|
||||
"name": "Max S."
|
||||
},
|
||||
"lisa": {
|
||||
"name": "Lisa K."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -44,7 +44,18 @@
|
||||
"has_account": "Already registered?",
|
||||
"login": "Log in",
|
||||
"errors_title": "Registration errors:",
|
||||
"privacy_policy": "Privacy policy"
|
||||
"privacy_policy": "Privacy policy",
|
||||
"errors": {
|
||||
"first_name": "First name is required.",
|
||||
"last_name": "Last name is required.",
|
||||
"email": "Email is required.",
|
||||
"address": "Address is required.",
|
||||
"phone": "Phone number is required.",
|
||||
"username": "Username is required.",
|
||||
"password": "Password is required.",
|
||||
"confirm_password": "Confirm password does not match.",
|
||||
"privacy_consent": "You must agree to the privacy policy."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"login": "Log in",
|
||||
|
||||
35
public/lang/en/common.json
Normal file
35
public/lang/en/common.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"required": "*",
|
||||
"unlimited": "Unlimited",
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"currency": {
|
||||
"euro": "€"
|
||||
},
|
||||
"testimonials": {
|
||||
"anna": {
|
||||
"name": "Anna M."
|
||||
},
|
||||
"max": {
|
||||
"name": "Max S."
|
||||
},
|
||||
"lisa": {
|
||||
"name": "Lisa K."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user