feat: update package copy and admin control room
This commit is contained in:
@@ -46,7 +46,7 @@ return [
|
||||
'emotion' => 'Emotion',
|
||||
'event_type' => 'Event Type',
|
||||
'last_activity' => 'Last activity',
|
||||
'credits' => 'Event kontingent',
|
||||
'credits' => 'Event bundle',
|
||||
'settings' => 'Settings',
|
||||
'join' => 'Join',
|
||||
'unnamed' => 'Unnamed',
|
||||
@@ -503,7 +503,7 @@ return [
|
||||
'heading' => 'Uploads (14 days)',
|
||||
],
|
||||
'credit_alerts' => [
|
||||
'low_balance_label' => 'Tenants with low event kontingent',
|
||||
'low_balance_label' => 'Tenants with low event bundle',
|
||||
'low_balance_desc' => 'May require follow-up',
|
||||
'monthly_revenue_label' => 'Revenue (month)',
|
||||
'monthly_revenue_desc' => 'Current month (:month)',
|
||||
@@ -532,7 +532,7 @@ return [
|
||||
'name' => 'Tenant name',
|
||||
'slug' => 'Slug',
|
||||
'contact_email' => 'Contact email',
|
||||
'event_credits_balance' => 'Event kontingent',
|
||||
'event_credits_balance' => 'Event bundle',
|
||||
'features' => 'Features',
|
||||
'total_revenue' => 'Total revenue',
|
||||
'active_reseller_package' => 'Active partner / agency package',
|
||||
@@ -560,12 +560,12 @@ return [
|
||||
'timeline' => 'Audit timeline',
|
||||
],
|
||||
'actions' => [
|
||||
'adjust_credits' => 'Adjust kontingent',
|
||||
'adjust_credits_delta' => 'Event kontingent delta (positive/negative)',
|
||||
'adjust_credits_delta_hint' => 'Positive values add kontingent, negative values deduct it.',
|
||||
'adjust_credits' => 'Adjust bundle',
|
||||
'adjust_credits_delta' => 'Event bundle delta (positive/negative)',
|
||||
'adjust_credits_delta_hint' => 'Positive values add bundle, negative values deduct it.',
|
||||
'adjust_credits_reason' => 'Internal note',
|
||||
'adjust_credits_success_title' => 'Kontingent updated',
|
||||
'adjust_credits_success_body' => 'Kontingent changed by :delta. New balance: :balance.',
|
||||
'adjust_credits_success_title' => 'Bundle updated',
|
||||
'adjust_credits_success_body' => 'Bundle changed by :delta. New balance: :balance.',
|
||||
'lifecycle' => 'Lifecycle',
|
||||
'activate' => 'Activate',
|
||||
'deactivate' => 'Deactivate',
|
||||
@@ -649,7 +649,7 @@ return [
|
||||
'fields' => [
|
||||
'tenant' => 'Tenant',
|
||||
'package' => 'Package',
|
||||
'credits' => 'Event kontingent',
|
||||
'credits' => 'Event bundle',
|
||||
'price' => 'Price',
|
||||
'currency' => 'Currency',
|
||||
'platform' => 'Platform',
|
||||
|
||||
@@ -17,15 +17,15 @@ return [
|
||||
'packages' => [
|
||||
'event_tier_unavailable' => [
|
||||
'title' => 'Selected tier unavailable',
|
||||
'message' => 'No Event-Kontingent is available for the selected event tier. Choose a different tier or purchase the matching Event-Kontingent.',
|
||||
'message' => 'No Event-Bundle is available for the selected event tier. Choose a different tier or purchase the matching Event-Bundle.',
|
||||
],
|
||||
'event_limit_exceeded' => [
|
||||
'title' => 'Event-Kontingent depleted',
|
||||
'message' => 'Your current Event-Kontingent has no remaining events. Purchase another Event-Kontingent to create new events.',
|
||||
'title' => 'Event-Bundle depleted',
|
||||
'message' => 'Your current Event-Bundle has no remaining events. Purchase another Event-Bundle to create new events.',
|
||||
],
|
||||
'event_limit_missing' => [
|
||||
'title' => 'No package assigned',
|
||||
'message' => 'Purchase an Event-Kontingent to create events.',
|
||||
'message' => 'Purchase an Event-Bundle to create events.',
|
||||
],
|
||||
'event_not_found' => [
|
||||
'title' => 'Event not accessible',
|
||||
|
||||
@@ -49,13 +49,13 @@
|
||||
"tab_endcustomer": "End Customers",
|
||||
"tab_reseller": "Partner / Agency",
|
||||
"section_endcustomer": "Packages for End Customers (One-time purchase per Event)",
|
||||
"section_reseller": "Packages for Partner / Agencies (Event-Kontingent)",
|
||||
"section_reseller": "Packages for Partner / Agencies (Event-Bundle)",
|
||||
"free": "Free",
|
||||
"one_time": "One-time purchase",
|
||||
"subscription": "One-time purchase",
|
||||
"year": "Year",
|
||||
"billing_per_event": "per event",
|
||||
"billing_per_kontingent": "per bundle",
|
||||
"billing_per_bundle": "per bundle",
|
||||
"available": "Available",
|
||||
"not_available": "Not available",
|
||||
"standard_support": "Standard support",
|
||||
@@ -117,7 +117,7 @@
|
||||
"no_watermark": "No Watermark",
|
||||
"custom_branding": "Custom Branding",
|
||||
"max_tenants": "Max. Tenants",
|
||||
"max_events": "Events in kontingent",
|
||||
"max_events": "Events in bundle",
|
||||
"faq_free": "What is the Free Package?",
|
||||
"faq_upgrade": "Can I upgrade?",
|
||||
"faq_reseller": "What for Partner / Agencies?",
|
||||
|
||||
@@ -9,17 +9,17 @@ return [
|
||||
'tab_endcustomer' => 'End Customers',
|
||||
'tab_reseller' => 'Partner / Agencies',
|
||||
'section_endcustomer' => 'Packages for End Customers (One-time purchase per Event)',
|
||||
'section_reseller' => 'Packages for Partner / Agencies (Event kontingent)',
|
||||
'section_reseller' => 'Packages for Partner / Agencies (Event bundle)',
|
||||
'free' => 'Free',
|
||||
'one_time' => 'One-time purchase',
|
||||
'subscription' => 'Event kontingent',
|
||||
'subscription' => 'Event bundle',
|
||||
'year' => 'Year',
|
||||
'max_photos' => 'Photos',
|
||||
'max_guests' => 'Guests',
|
||||
'gallery_days' => 'Gallery Days',
|
||||
'max_events_year' => 'Events included',
|
||||
'buy_now' => 'Buy Now',
|
||||
'subscribe_now' => 'Buy event kontingent',
|
||||
'subscribe_now' => 'Buy event bundle',
|
||||
'register_buy' => 'Register and Buy',
|
||||
'register_subscribe' => 'Register and buy',
|
||||
'faq_title' => 'Frequently Asked Questions about Packages',
|
||||
@@ -57,7 +57,7 @@ return [
|
||||
'badge_starter' => 'Perfect Starter',
|
||||
'billing_per_event' => 'per event',
|
||||
'billing_per_year' => 'per year',
|
||||
'billing_per_kontingent' => 'per bundle',
|
||||
'billing_per_bundle' => 'per bundle',
|
||||
'recommended_usage_window' => 'Recommended to use within 24 months.',
|
||||
'more_features' => '+:count more features',
|
||||
'max_photos_label' => 'Max. photos',
|
||||
@@ -111,7 +111,7 @@ return [
|
||||
'summary_title' => 'Your order',
|
||||
'package_label' => 'Selected package',
|
||||
'billing_type_one_time' => 'One-time purchase (per event)',
|
||||
'billing_type_subscription' => 'One-time purchase (kontingent)',
|
||||
'billing_type_subscription' => 'One-time purchase (bundle)',
|
||||
'legal_links_intro' => 'By completing your order you accept our',
|
||||
'link_terms' => 'Terms & Conditions',
|
||||
'link_privacy' => 'Privacy Policy',
|
||||
|
||||
Reference in New Issue
Block a user