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',
|
||||
|
||||
Reference in New Issue
Block a user