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

67 lines
3.2 KiB
PHP

<?php
return [
'export' => [
'title' => 'Data export',
'description' => 'Request a copy of your profile data including events and invoices. The link remains valid for 14 days.',
'empty' => 'No export has been created yet. You can request one at any time.',
'table' => [
'status' => 'Status',
'created' => 'Created',
'expires' => 'Expires',
'size' => 'Size',
'action' => 'Action',
],
'status' => [
'pending' => 'Scheduled',
'processing' => 'Processing',
'ready' => 'Ready',
'failed' => 'Failed',
],
'pending_alert_title' => 'Export in progress',
'pending_alert_body' => 'We are preparing your data. You will be notified as soon as the download is ready.',
'cooldown' => 'A new export is available on :date.',
'button' => 'Request data export',
'download' => 'Download',
'failed_reason' => 'Error: :reason',
'messages' => [
'in_progress' => 'A data export is already in progress.',
'recent_ready' => 'You can request a new export only once every 24 hours.',
'started' => 'We are preparing your data export. You will be notified once it is ready.',
'not_available' => 'This export is no longer available.',
],
'purge' => [
'none' => 'No expired data exports found.',
'deleted' => '{1} :count data export deleted.|[2,*] :count data exports deleted.',
],
'readme' => [
'title' => 'Fotospiel Data Export',
'description' => 'This archive contains personal data from your account (profile, events, invoices).',
'generated' => 'Generated on: :date',
'expiry' => 'The download link stays valid for 14 days.',
],
],
'delete' => [
'title' => 'Anonymise & delete account',
'description' => 'Removes all photos, anonymises events, and permanently blocks login. This fulfils the right to be forgotten.',
'warning_title' => 'Important notice',
'warning_body' => 'All media and photobooth uploads will be permanently deleted. Statistics remain available only in anonymised form.',
'confirmation_label' => 'Confirmation',
'confirmation_placeholder' => 'DELETE',
'confirmation_hint' => 'Please type DELETE to confirm the anonymisation.',
'confirmation_keyword' => 'DELETE',
'button' => 'Anonymise account',
'validation' => 'Please enter ":word" to confirm the anonymisation.',
'started' => 'We are anonymising your account now. You will be notified once the process is finished.',
'already' => 'Your account has already been anonymised.',
],
'retention' => [
'warning_subject' => 'Your Fotospiel account will be deleted',
'line1' => 'We have not detected any activity for your account “:name” during the past 24 months.',
'line2' => 'If you want to keep it, please sign in before :date or contact us.',
'line3' => 'After that deadline all photos will be permanently deleted and the account will be anonymised.',
'action' => 'Sign in now',
'scan_complete' => 'Retention scan completed.',
],
];