Update partner packages, copy, and demo switcher
This commit is contained in:
@@ -46,7 +46,7 @@ return [
|
||||
'emotion' => 'Emotion',
|
||||
'event_type' => 'Eventtyp',
|
||||
'last_activity' => 'Letzte Aktivität',
|
||||
'credits' => 'Credits',
|
||||
'credits' => 'Event-Kontingent',
|
||||
'settings' => 'Einstellungen',
|
||||
'join' => 'Beitreten',
|
||||
'unnamed' => 'Ohne Namen',
|
||||
@@ -517,7 +517,7 @@ return [
|
||||
'heading' => 'Uploads (14 Tage)',
|
||||
],
|
||||
'credit_alerts' => [
|
||||
'low_balance_label' => 'Mandanten mit niedrigen Credits',
|
||||
'low_balance_label' => 'Mandanten mit niedrigem Event-Kontingent',
|
||||
'low_balance_desc' => 'Benötigen Betreuung',
|
||||
'monthly_revenue_label' => 'Umsatz (Monat)',
|
||||
'monthly_revenue_desc' => 'Aktueller Monat (:month)',
|
||||
@@ -546,10 +546,10 @@ return [
|
||||
'name' => 'Mandantenname',
|
||||
'slug' => 'Slug',
|
||||
'contact_email' => 'Kontakt‑E‑Mail',
|
||||
'event_credits_balance' => 'Event‑Credits‑Kontostand',
|
||||
'event_credits_balance' => 'Event-Kontingent',
|
||||
'features' => 'Funktionen',
|
||||
'total_revenue' => 'Gesamtumsatz',
|
||||
'active_reseller_package' => 'Aktives Reseller-Paket',
|
||||
'active_reseller_package' => 'Aktives Partner / Agentur-Paket',
|
||||
'remaining_events' => 'Verbleibende Events',
|
||||
'package_expires_at' => 'Ablaufdatum Paket',
|
||||
'is_active' => 'Aktiv',
|
||||
@@ -574,12 +574,12 @@ return [
|
||||
'timeline' => 'Audit Timeline',
|
||||
],
|
||||
'actions' => [
|
||||
'adjust_credits' => 'Credits anpassen',
|
||||
'adjust_credits_delta' => 'Anzahl Credits (positiv/negativ)',
|
||||
'adjust_credits_delta_hint' => 'Positive Werte fügen Credits hinzu, negative Werte ziehen ab.',
|
||||
'adjust_credits' => 'Kontingent anpassen',
|
||||
'adjust_credits_delta' => 'Event-Kontingent (positiv/negativ)',
|
||||
'adjust_credits_delta_hint' => 'Positive Werte fügen Kontingent hinzu, negative Werte ziehen ab.',
|
||||
'adjust_credits_reason' => 'Interne Notiz',
|
||||
'adjust_credits_success_title' => 'Credits aktualisiert',
|
||||
'adjust_credits_success_body' => 'Die Credits wurden um :delta verändert. Neuer Kontostand: :balance.',
|
||||
'adjust_credits_success_title' => 'Kontingent aktualisiert',
|
||||
'adjust_credits_success_body' => 'Das Kontingent wurde um :delta verändert. Neuer Stand: :balance.',
|
||||
'lifecycle' => 'Lebenszyklus',
|
||||
'activate' => 'Aktivieren',
|
||||
'deactivate' => 'Deaktivieren',
|
||||
@@ -663,7 +663,7 @@ return [
|
||||
'fields' => [
|
||||
'tenant' => 'Mandant',
|
||||
'package' => 'Paket',
|
||||
'credits' => 'Credits',
|
||||
'credits' => 'Event-Kontingent',
|
||||
'price' => 'Preis',
|
||||
'currency' => 'Währung',
|
||||
'platform' => 'Plattform',
|
||||
|
||||
Reference in New Issue
Block a user