das marketing frontend wurde auf lokalisierte urls umgestellt.
This commit is contained in:
@@ -30,6 +30,7 @@ return [
|
||||
'data_security' => 'Data Security',
|
||||
'data_security_desc' => 'We use HTTPS, encrypted storage (passwords hashed) and regular backups. Access to data is role-based restricted (Tenant vs SuperAdmin).',
|
||||
'agb' => 'Terms & Conditions',
|
||||
'headline' => 'Legal',
|
||||
'effective_from' => 'Effective from :date',
|
||||
'version' => 'Version :version',
|
||||
];
|
||||
|
||||
@@ -76,17 +76,35 @@ return [
|
||||
'weddings' => 'Weddings',
|
||||
'birthdays' => 'Birthdays',
|
||||
'corporate' => 'Corporate Events',
|
||||
'confirmation' => 'Confirmations',
|
||||
'family' => 'Family Celebrations',
|
||||
],
|
||||
'blog' => 'Blog',
|
||||
'packages' => 'Packages',
|
||||
'contact' => 'Contact',
|
||||
'discover_packages' => 'Discover Packages',
|
||||
'language' => 'Language',
|
||||
'open_menu' => 'Open menu',
|
||||
'close_menu' => 'Close menu',
|
||||
'cta_demo' => 'Try it now',
|
||||
'preferences' => 'Preferences',
|
||||
'toggle_theme' => 'Toggle appearance',
|
||||
'theme_light' => 'Light mode',
|
||||
'theme_dark' => 'Dark mode',
|
||||
'dashboard' => 'Go to Admin',
|
||||
'logout' => 'Sign out',
|
||||
'login' => 'Log in',
|
||||
'register' => 'Register',
|
||||
],
|
||||
'footer' => [
|
||||
'company' => 'Fotospiel GmbH',
|
||||
'rights_reserved' => 'All rights reserved',
|
||||
],
|
||||
'legal' => [
|
||||
'imprint' => 'Imprint',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms & Conditions',
|
||||
],
|
||||
'blog' => [
|
||||
'title' => 'Fotospiel - Blog',
|
||||
'hero_title' => 'Fotospiel Blog',
|
||||
@@ -147,6 +165,21 @@ return [
|
||||
],
|
||||
'not_found' => 'Occasion not found.',
|
||||
],
|
||||
'not_found' => [
|
||||
'title' => 'Page not found',
|
||||
'subtitle' => 'Oops! This page is nowhere to be found.',
|
||||
'description' => 'It may have moved or never existed. Try one of the options below to get back on track.',
|
||||
'tip_heading' => 'What you can do',
|
||||
'tips' => [
|
||||
'Double-check the URL for typos.',
|
||||
'Head back to the homepage to continue exploring.',
|
||||
'Reach out to us if you need a specific page.',
|
||||
],
|
||||
'cta_home' => 'Back to homepage',
|
||||
'cta_packages' => 'Explore packages',
|
||||
'cta_contact' => 'Get in touch',
|
||||
'requested_path_label' => 'Requested path',
|
||||
],
|
||||
'success' => [
|
||||
'title' => 'Success',
|
||||
'verify_email' => 'Verify Email',
|
||||
|
||||
Reference in New Issue
Block a user