diff --git a/resources/js/admin/i18n/locales/de/management.json b/resources/js/admin/i18n/locales/de/management.json index 6ce7fd2..85f082d 100644 --- a/resources/js/admin/i18n/locales/de/management.json +++ b/resources/js/admin/i18n/locales/de/management.json @@ -2871,5 +2871,66 @@ "failed": "Export fehlgeschlagen.", "download": "Download fehlgeschlagen." } + }, + "analytics": { + "title": "Analytics", + "upgradeAction": "Upgrade auf Premium", + "activityTitle": "Aktivitäts-Zeitachse", + "uploadsPerHour": "Uploads pro Stunde", + "noActivity": "Noch keine Uploads", + "contributorsTitle": "Top-Beitragende", + "likesCount": "{{count}} Likes", + "likesCount_one": "{{count}} Like", + "likesCount_other": "{{count}} Likes", + "noContributors": "Noch keine Beitragenden", + "tasksTitle": "Beliebte Aufgaben", + "noTasks": "Noch keine Aufgabenaktivität", + "lockedTitle": "Analytics freischalten", + "lockedBody": "Erhalte tiefe Einblicke in die Interaktionen deines Events mit dem Premium-Paket." + }, + "shop": { + "title": "Paket upgraden", + "subtitle": "Wähle ein Paket, um mehr Funktionen und Limits freizuschalten.", + "recommendationTitle": "Empfohlen für dich", + "recommendationBody": "Das hervorgehobene Paket enthält das gewünschte Feature.", + "select": "Auswählen", + "manage": "Paket verwalten", + "limits": { + "photos": "{{count}} Fotos", + "photos_one": "{{count}} Foto", + "photos_other": "{{count}} Fotos", + "unlimitedPhotos": "Unbegrenzte Fotos", + "days": "{{count}} Tage Galerie", + "days_one": "{{count}} Tag Galerie", + "days_other": "{{count}} Tage Galerie" + }, + "features": { + "advanced_analytics": "Erweiterte Analytics", + "custom_branding": "Eigenes Branding", + "watermark_removal": "Kein Wasserzeichen" + }, + "status": { + "active": "Aktives Paket", + "owned": "Gekauft", + "remaining": "Noch {{count}} Events", + "remaining_one": "Noch {{count}} Event", + "remaining_other": "Noch {{count}} Events" + }, + "badges": { + "recommended": "Empfohlen", + "active": "Aktiv" + }, + "confirmTitle": "Kauf bestätigen", + "confirmSubtitle": "Du upgradest auf:", + "legalTitle": "Rechtliches", + "legal": { + "agb": "Ich stimme den AGB und Datenschutzbestimmungen zu.", + "withdrawal": "Ich stimme zu, dass die Ausführung des Vertrags sofort beginnt und ich mein Widerrufsrecht verliere." + }, + "processing": "Verarbeitung...", + "payNow": "Jetzt zahlen", + "errors": { + "checkout": "Checkout fehlgeschlagen" + } } } diff --git a/resources/js/admin/i18n/locales/en/management.json b/resources/js/admin/i18n/locales/en/management.json index c9c2c32..5ce0f21 100644 --- a/resources/js/admin/i18n/locales/en/management.json +++ b/resources/js/admin/i18n/locales/en/management.json @@ -2875,5 +2875,66 @@ "failed": "Export failed.", "download": "Download failed." } + }, + "analytics": { + "title": "Analytics", + "upgradeAction": "Upgrade to Premium", + "activityTitle": "Activity Timeline", + "uploadsPerHour": "Uploads per hour", + "noActivity": "No uploads yet", + "contributorsTitle": "Top Contributors", + "likesCount": "{{count}} likes", + "likesCount_one": "{{count}} like", + "likesCount_other": "{{count}} likes", + "noContributors": "No contributors yet", + "tasksTitle": "Popular Tasks", + "noTasks": "No task activity yet", + "lockedTitle": "Unlock Analytics", + "lockedBody": "Get deep insights into your event engagement with the Premium package." + }, + "shop": { + "title": "Upgrade Package", + "subtitle": "Choose a package to unlock more features and limits.", + "recommendationTitle": "Recommended for you", + "recommendationBody": "The highlighted package includes the feature you requested.", + "select": "Select", + "manage": "Manage Plan", + "limits": { + "photos": "{{count}} Photos", + "photos_one": "{{count}} Photo", + "photos_other": "{{count}} Photos", + "unlimitedPhotos": "Unlimited Photos", + "days": "{{count}} Days Gallery", + "days_one": "{{count}} Day Gallery", + "days_other": "{{count}} Days Gallery" + }, + "features": { + "advanced_analytics": "Advanced Analytics", + "custom_branding": "Custom Branding", + "watermark_removal": "No Watermark" + }, + "status": { + "active": "Active Plan", + "owned": "Purchased", + "remaining": "{{count}} Events left", + "remaining_one": "{{count}} Event left", + "remaining_other": "{{count}} Events left" + }, + "badges": { + "recommended": "Recommended", + "active": "Active" + }, + "confirmTitle": "Confirm Purchase", + "confirmSubtitle": "You are upgrading to:", + "legalTitle": "Terms & Conditions", + "legal": { + "agb": "I agree to the Terms and Conditions and Privacy Policy.", + "withdrawal": "I agree that the contract execution begins immediately and I lose my right of withdrawal." + }, + "processing": "Processing...", + "payNow": "Pay Now", + "errors": { + "checkout": "Checkout failed" + } } }