Files
fotospiel-app/lang/en/dashboard.php

169 lines
7.1 KiB
PHP

<?php
return [
'navigation' => [
'group_label' => 'Customer Hub',
],
'hero' => [
'badge' => 'Customer Hub',
'title' => 'Welcome back, :name!',
'subtitle' => 'Your overview of packages, invoices, and progress — open the Admin App for every detail.',
'description' => 'Use the dashboard for oversight, billing, and insights — the Admin App supports every operational task on site.',
],
'language_switcher' => [
'label' => 'Language',
'change' => 'Change language',
],
'email_verification' => [
'title' => 'Please verify your email address',
'description' => 'You can use all features once your email address is confirmed. Check your inbox or request a new link.',
'cta' => 'Resend link',
'cta_pending' => 'Sending…',
'success' => 'We just sent another verification link to your inbox.',
],
'stats' => [
'active_events' => [
'label' => 'Active events',
'description_positive' => 'Events are live and visible to guests.',
'description_zero' => 'No event published yet — start today!',
],
'upcoming_events' => [
'label' => 'Upcoming events',
'description_positive' => 'Planning is underway — keep an eye on checklists and tasks.',
'description_zero' => 'Let the assistant help you plan the first event.',
],
'new_photos' => [
'label' => 'New photos (7 days)',
'description_positive' => 'Fresh memories submitted by your guests.',
'description_zero' => 'Collect first uploads via QR code or direct link.',
],
'task_progress' => [
'label' => 'Event checklist',
'description_positive' => 'Great progress! Keep your task list up to date.',
'description_zero' => 'Use tasks and templates for a structured flow.',
'note' => ':value% of your event checklist finished.',
],
],
'spotlight' => [
'title' => 'Admin App as command center',
'description' => 'Plan events, approve uploads, and guide guests — mobile and in real time.',
'cta' => 'Open Admin App',
'items' => [
'live' => [
'title' => 'Live at the event',
'description' => 'Moderate uploads, approve content, and send push updates at any time.',
],
'mobile' => [
'title' => 'Optimised for mobile use',
'description' => 'PWA today, native apps tomorrow — one access for the whole team.',
],
'overview' => [
'title' => 'Dashboard for overview',
'description' => 'Keep packages, invoices, and progress in sight inside the web portal.',
],
],
],
'onboarding' => [
'card' => [
'title' => 'Your start in five steps',
'description' => 'Complete each step inside the Admin App — the dashboard keeps track of your status.',
'completed' => 'All steps finished — fantastic! You can switch to the Admin App at any time.',
'cta_fallback' => 'Start now',
],
'admin_app' => [
'title' => 'Open the Admin App',
'description' => 'Manage events, uploads, and guests inside the Admin App. The mobile interface is optimised for live operations.',
'cta' => 'Launch Admin App',
],
'event_setup' => [
'title' => 'Prepare first event',
'description' => 'Define name, date, and tasks inside the Admin App so guests know which photos you expect.',
'cta' => 'Create event',
],
'invite_guests' => [
'title' => 'Invite guests',
'description' => 'Share QR codes or links so guests can start uploading instantly.',
'cta' => 'Open QR links',
],
'collect_photos' => [
'title' => 'Collect first photos',
'description' => 'As soon as uploads arrive, they show up in your gallery. Moderation happens inside the Admin App.',
'cta' => 'Review uploads',
],
'branding' => [
'title' => 'Fine-tune branding & tasks',
'description' => 'Adjust colours and task bundles to match your occasion — everything feels tailor-made.',
'cta' => 'Open branding',
],
],
'events' => [
'card' => [
'title' => 'Upcoming events',
'description' => 'Keep track of status, uploads, and tasks for your next events.',
'badge' => [
'plural' => ':count scheduled',
'empty' => 'No event scheduled yet',
],
'empty' => 'Plan your first event and steer the full journey — from briefing to follow-up — in the Admin App.',
],
'status' => [
'live' => 'Live',
'upcoming' => 'In preparation',
],
'badges' => [
'photos' => 'Photos',
'tasks' => 'Tasks',
'links' => 'Links',
],
],
'cards_section' => [
'package' => [
'title' => 'Current package',
'description' => 'Stay on top of durations and available volume.',
'remaining' => ':count events',
'expires_at' => 'Expires on',
'price' => 'Price',
'latest' => 'Last booked on :date via :provider.',
'empty' => 'No active package yet.',
'empty_cta' => 'Choose a package now',
'empty_suffix' => 'and then create events inside the Admin App.',
],
'purchases' => [
'title' => 'Recent purchases',
'description' => 'Track your booked packages and add-ons.',
'badge' => ':count entries',
'empty' => 'No purchases visible yet. Secure your first bundle now.',
'table' => [
'package' => 'Package',
'type' => 'Type',
'provider' => 'Provider',
'date' => 'Date',
'price' => 'Price',
],
],
'quick_actions' => [
'title' => 'Quick actions',
'description' => 'Everything you need for the next step is one click away.',
'cta' => 'Continue',
'items' => [
'tenant_admin' => [
'label' => 'Open Admin App',
'description' => 'Detailed event management, moderation, and live features.',
],
'profile' => [
'label' => 'Manage profile',
'description' => 'Update contact data, language, and email address.',
],
'password' => [
'label' => 'Update password',
'description' => 'Protect your account with a fresh password.',
],
'packages' => [
'label' => 'Explore packages',
'description' => 'Book more events or storage — stay flexible.',
],
],
],
],
];